diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 96ec9f5..0ef3e11 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-export default function LandingPage() {
+export default function ContactPage() {
return (
@@ -58,61 +48,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "menu-p1",
- name: "ساندويتش معقودة",
- price: "20 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg",
- imageAlt: "Ma39ouda Sandwich",
- },
+ id: "menu-p1", name: "ساندويتش معقودة", price: "20 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg", imageAlt: "Ma39ouda Sandwich"},
{
- id: "menu-p2",
- name: "طاكو الدجاج",
- price: "35 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/view-tacos-with-vegetables-meat_23-2148750434.jpg",
- imageAlt: "Chicken Tacos",
- },
+ id: "menu-p2", name: "طاكو الدجاج", price: "35 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/view-tacos-with-vegetables-meat_23-2148750434.jpg", imageAlt: "Chicken Tacos"},
{
- id: "menu-p3",
- name: "بانيني بالديك الرومي",
- price: "25 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/tree-types-sandwiches-with-tomato-cheese-apple-olive-other-ingredients_114579-3141.jpg",
- imageAlt: "Turkey Panini",
- },
+ id: "menu-p3", name: "بانيني بالديك الرومي", price: "25 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/tree-types-sandwiches-with-tomato-cheese-apple-olive-other-ingredients_114579-3141.jpg", imageAlt: "Turkey Panini"},
{
- id: "menu-p4",
- name: "وجبة برجر و بطاطس",
- price: "45 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fast-food-white-table_23-2148273120.jpg",
- imageAlt: "Burger Combo",
- },
+ id: "menu-p4", name: "وجبة برجر و بطاطس", price: "45 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fast-food-white-table_23-2148273120.jpg", imageAlt: "Burger Combo"},
{
- id: "menu-p5",
- name: "ناجتس الدجاج",
- price: "20 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232867.jpg",
- imageAlt: "Chicken Nuggets",
- },
+ id: "menu-p5", name: "ناجتس الدجاج", price: "20 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232867.jpg", imageAlt: "Chicken Nuggets"},
{
- id: "menu-p6",
- name: "عصير برتقال طبيعي",
- price: "15 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-fruit-juice-grey-background-with-seasonal-fruits_114579-59351.jpg",
- imageAlt: "Orange Juice",
- },
+ id: "menu-p6", name: "عصير برتقال طبيعي", price: "15 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-fruit-juice-grey-background-with-seasonal-fruits_114579-59351.jpg", imageAlt: "Orange Juice"},
{
- id: "menu-p7",
- name: "دوبل تشيز برجر",
- price: "50 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tasty-sandwich-with-potatoes-wooden-table-with-sauces-cutlery_181624-56416.jpg",
- imageAlt: "Double Cheeseburger",
- },
+ id: "menu-p7", name: "دوبل تشيز برجر", price: "50 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tasty-sandwich-with-potatoes-wooden-table-with-sauces-cutlery_181624-56416.jpg", imageAlt: "Double Cheeseburger"},
{
- id: "menu-p8",
- name: "سمك و بطاطس",
- price: "40 درهماً",
- imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg",
- imageAlt: "Fish and Chips",
- },
+ id: "menu-p8", name: "سمك و بطاطس", price: "40 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg", imageAlt: "Fish and Chips"},
]}
title="اكتشفوا أطباقنا الشهية"
description="من السندويشات الكلاسيكية إلى الوجبات العائلية، كل ما تحبونه بأسعار رائعة تناسب جميع الأذواق."
@@ -127,56 +77,23 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "plan1",
- title: "وجبة فردية",
- price: "40 درهماً",
- period: "تشمل",
- features: [
- "ساندويتش من اختيارك",
- "بطاطس مقلية صغيرة",
- "مشروب غازي",
- ],
+ id: "plan1", title: "وجبة فردية", price: "40 درهماً", period: "تشمل", features: [
+ "ساندويتش من اختيارك", "بطاطس مقلية صغيرة", "مشروب غازي"],
button: {
- text: "اطلب هذه الباقة",
- href: "/order",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-kids-with-fast-food_23-2148875117.jpg",
- imageAlt: "Single meal plan",
- },
+ text: "اطلب هذه الباقة", href: "/order"},
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-kids-with-fast-food_23-2148875117.jpg", imageAlt: "Single meal plan"},
{
- id: "plan2",
- title: "وجبة مزدوجة",
- price: "70 درهماً",
- period: "تشمل",
- features: [
- "2 ساندويتش من اختيارك",
- "بطاطس مقلية متوسطة",
- "2 مشروب غازي",
- ],
+ id: "plan2", title: "وجبة مزدوجة", price: "70 درهماً", period: "تشمل", features: [
+ "2 ساندويتش من اختيارك", "بطاطس مقلية متوسطة", "2 مشروب غازي"],
button: {
- text: "اطلب هذه الباقة",
- href: "/order",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-mixed-race-hipster-guy-shows-something-tablet-computer-his-wife-who-is-busy-making-sandwhiches_273609-8934.jpg",
- imageAlt: "Double meal plan",
- },
+ text: "اطلب هذه الباقة", href: "/order"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mixed-race-hipster-guy-shows-something-tablet-computer-his-wife-who-is-busy-making-sandwhiches_273609-8934.jpg", imageAlt: "Double meal plan"},
{
- id: "plan3",
- title: "وجبة عائلية",
- price: "120 درهماً",
- period: "تشمل",
- features: [
- "4 ساندويتش من اختيارك",
- "بطاطس مقلية كبيرة",
- "4 مشروبات غازية",
- ],
+ id: "plan3", title: "وجبة عائلية", price: "120 درهماً", period: "تشمل", features: [
+ "4 ساندويتش من اختيارك", "بطاطس مقلية كبيرة", "4 مشروبات غازية"],
button: {
- text: "اطلب هذه الباقة",
- href: "/order",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/happy-family-praying-before-having-dinner-together_23-2149117520.jpg",
- imageAlt: "Family meal plan",
- },
+ text: "اطلب هذه الباقة", href: "/order"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-family-praying-before-having-dinner-together_23-2149117520.jpg", imageAlt: "Family meal plan"},
]}
title="باقاتنا المميزة"
description="اختاروا من باقاتنا لتجربة مثالية بأفضل قيمة. استمتعوا بتشكيلة متنوعة من الوجبات بأسعار تنافسية."
@@ -188,58 +105,35 @@ export default function LandingPage() {
@@ -58,20 +48,11 @@ export default function LandingPage() {
tag="كيف تطلب أونلاين"
accordionItems={[
{
- id: "step1",
- title: "1. تصفح القائمة",
- content: "استعرض جميع أطباقنا الشهية، من المعقودة الشهيرة إلى التاكو والبانيني والعديد من الوجبات السريعة الأخرى.",
- },
+ id: "step1", title: "1. تصفح القائمة", content: "استعرض جميع أطباقنا الشهية، من المعقودة الشهيرة إلى التاكو والبانيني والعديد من الوجبات السريعة الأخرى."},
{
- id: "step2",
- title: "2. اختر وخصص طلبك",
- content: "أضف الوجبات التي ترغب بها إلى سلة التسوق، اختر الإضافات المفضلة لديك، وقم بتخصيص طلبك تماماً كما تحب.",
- },
+ id: "step2", title: "2. اختر وخصص طلبك", content: "أضف الوجبات التي ترغب بها إلى سلة التسوق، اختر الإضافات المفضلة لديك، وقم بتخصيص طلبك تماماً كما تحب."},
{
- id: "step3",
- title: "3. أكد وادفع",
- content: "راجع طلبك، اختر طريقة الدفع المفضلة لديك (نقداً عند التوصيل أو عبر البطاقة البنكية)، ثم أكد طلبك. وسنكون في طريقنا إليك!",
- },
+ id: "step3", title: "3. أكد وادفع", content: "راجع طلبك، اختر طريقة الدفع المفضلة لديك (نقداً عند التوصيل أو عبر البطاقة البنكية)، ثم أكد طلبك. وسنكون في طريقنا إليك!"},
]}
imageSrc="http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg"
imageAlt="Online food ordering app on phone"
@@ -90,29 +71,11 @@ export default function LandingPage() {
tag="عروض وتحديثات"
blogs={[
{
- id: "blog1",
- category: "عروض خاصة",
- title: "وجبة المعقودة الجديدة: تجربة لا تُنسى!",
- excerpt: "أضفنا لمسة عصرية على وجبة المعقودة التقليدية. اكتشفوا المذاق الفريد والجديد الآن!",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432840.jpg",
- imageAlt: "New Ma39ouda meal",
- },
+ id: "blog1", category: "عروض خاصة", title: "وجبة المعقودة الجديدة: تجربة لا تُنسى!", excerpt: "أضفنا لمسة عصرية على وجبة المعقودة التقليدية. اكتشفوا المذاق الفريد والجديد الآن!", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432840.jpg", imageAlt: "New Ma39ouda meal", authorName: "فريق للا معقودة", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", date: "2024-07-20"},
{
- id: "blog2",
- category: "أخبار المطعم",
- title: "برنامج الولاء: استمتع بوجبات مجانية!",
- excerpt: "انضم إلى برنامج الولاء الخاص بنا واجمع النقاط مع كل طلب لتحصل على وجبات مجانية وهدايا قيمة.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-male-courier-wearing-santa-hat-isolated_140725-101252.jpg",
- imageAlt: "Loyalty program announcement",
- },
+ id: "blog2", category: "أخبار المطعم", title: "برنامج الولاء: استمتع بوجبات مجانية!", excerpt: "انضم إلى برنامج الولاء الخاص بنا واجمع النقاط مع كل طلب لتحصل على وجبات مجانية وهدايا قيمة.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-male-courier-wearing-santa-hat-isolated_140725-101252.jpg", imageAlt: "Loyalty program announcement", authorName: "فريق للا معقودة", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", date: "2024-07-15"},
{
- id: "blog3",
- category: "نصائح",
- title: "كيف تحافظ على وجبتك ساخنة عند التوصيل؟",
- excerpt: "نقدم لكم أفضل النصائح لضمان وصول وجباتكم ساخنة ولذيذة، تماماً كما تحبونها.",
- imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149737955.jpg",
- imageAlt: "Food delivery tips",
- },
+ id: "blog3", category: "نصائح", title: "كيف تحافظ على وجبتك ساخنة عند التوصيل؟", excerpt: "نقدم لكم أفضل النصائح لضمان وصول وجباتكم ساخنة ولذيذة، تماماً كما تحبونها.", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149737955.jpg", imageAlt: "Food delivery tips", authorName: "فريق للا معقودة", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", date: "2024-07-10"},
]}
/>
@@ -121,58 +84,35 @@ export default function LandingPage() {