shubraVeil/products/fixed-oils.html

38 lines
1.4 KiB
HTML
Raw Normal View History

2024-12-25 13:05:50 +02:00
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<!-- نفس محتوى صفحة essential-oils.html مع تغيير العنوان والوصف -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>الزيوت الثابتة - ShubraVeil</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- نفس الهيدر مع تغيير الرابط النشط -->
<header>
<!-- ... (نفس محتوى الهيدر) ... -->
</header>
<main>
<section class="product-category-hero">
<div class="container">
<h1>الزيوت الثابتة</h1>
<p>مجموعة مختارة من أجود الزيوت الثابتة الطبيعية المستخلصة من البذور والمكسرات</p>
</div>
</section>
<!-- نفس باقي المحتوى مع تغيير نوع المنتج في API call -->
<script>
fetch('../api/products.php?type=fixed_oils')
// ... باقي الكود
</script>
</main>
<footer>
<!-- ... (نفس محتوى الفوتر) ... -->
</footer>
</body>
</html>