Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dce8b38daa | |||
| 6057a226b4 | |||
| 18ef11884a | |||
| 58862e24d5 | |||
| 210caecdcd | |||
| 4a9c2371d5 |
188
src/app/page.tsx
188
src/app/page.tsx
@@ -32,15 +32,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "hero"},
|
name: "الرئيسية", id: "hero"},
|
||||||
{
|
{
|
||||||
name: "About", id: "about"},
|
name: "حولنا", id: "about"},
|
||||||
{
|
{
|
||||||
name: "Menu", id: "products"},
|
name: "القائمة", id: "products"},
|
||||||
{
|
{
|
||||||
name: "Reviews", id: "testimonials"},
|
name: "آراء العملاء", id: "testimonials"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "اتصل بنا", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Gombita Food"
|
brandName="Gombita Food"
|
||||||
/>
|
/>
|
||||||
@@ -50,72 +50,48 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Taste the Comfort at Gombita Food"
|
title="تذوق الراحة في Gombita Food"
|
||||||
description="Welcome to Sidi Bel Abbès' favorite destination for authentic, high-quality comfort food. We serve flavor, freshness, and friendship in every meal."
|
description="مرحباً بكم في وجهتكم المفضلة في سيدي بلعباس لتناول المأكولات المريحة والأصلية. نحن نقدم النكهة، النضارة، والصداقة في كل وجبة."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Elmassri Wissam", handle: "@wissam", testimonial: "Absolutely fantastic! Cleanliness, friendliness, warm welcome, and reasonable prices.", rating: 5,
|
name: "الماصري وسام", handle: "@wissam", testimonial: "رائع جداً! نظافة، لطف، ترحيب دافئ، وأسعار معقولة.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg"},
|
||||||
{
|
{
|
||||||
name: "Bettahar Idriss", handle: "@idriss", testimonial: "Makla Chaba whosn llo3amala wbzyda min 3tyin makla patal llga3 liyshkoha mrc gombitafood", rating: 5,
|
name: "بطاهر إدريس", handle: "@idriss", testimonial: "ماكلة شابة وحسن المعاملة وبالزيادة، شكراً جزيلاً على الأكل الرائع من غومبيتا فود.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
|
||||||
{
|
{
|
||||||
name: "Nasro Chanwi", handle: "@nasro", testimonial: "Ahsan makla, simply the best!", rating: 5,
|
name: "نصرو شانوي", handle: "@nasro", testimonial: "أحسن ماكلة، ببساطة الأفضل!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg"},
|
||||||
{
|
{
|
||||||
name: "Anonymous Guest", handle: "@foodie", testimonial: "Great vibes and delicious food. My go-to spot in the city.", rating: 5,
|
name: "ضيف مجهول", handle: "@foodie", testimonial: "أجواء رائعة وطعام لذيذ. مكاني المفضل في المدينة.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861923.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861923.jpg"},
|
||||||
{
|
{
|
||||||
name: "Local Diner", handle: "@local", testimonial: "Everything is always fresh and served with a smile. Highly recommended.", rating: 5,
|
name: "زبون محلي", handle: "@local", testimonial: "كل شيء طازج دائماً ويُقدم بابتسامة. نوصي به بشدة.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "See Menu", href: "#products"},
|
text: "شاهد القائمة", href: "#products"},
|
||||||
{
|
{
|
||||||
text: "Call Now", href: "tel:0656826299"},
|
text: "اتصل الآن", href: "tel:0656826299"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13074.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13074.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255927.jpg", alt: "Portrait of food lover"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-taking-selfie-with-fresh-yellow-pepper-food-blogger-taking-selfie-with_1258-205094.jpg", alt: "Portrait of food blogger"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/female-friends-making-selfies-home_23-2148148045.jpg", alt: "Portrait of friend"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-taking-selfie-with-fresh-pepper-using-smartphone_1258-204632.jpg", alt: "Portrait of customer"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg", alt: "Portrait of diner"},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text", text: "Fresh Daily"},
|
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-tasty-local-food-composition-with-copy-space_23-2148833808.jpg", alt: "Food composition"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Quality Guaranteed"},
|
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-christmas-steak-plate-with-copy-space_23-2148705342.jpg", alt: "Steak on plate"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Best Comfort Food"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Quality You Can Taste"
|
title="جودة يمكنك تذوقها"
|
||||||
description="At Gombita Food, we believe in using the freshest ingredients to prepare meals that bring people together. Whether you're stopping by for a quick bite or a family dinner, we ensure a warm and clean experience every time."
|
description="في Gombita Food، نؤمن باستخدام أطزج المكونات لتحضير وجبات تجمع الناس. سواء كنتم تتوقفون لتناول وجبة سريعة أو عشاء عائلي، نضمن لكم تجربة دافئة ونظيفة في كل مرة."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "4.5", title: "Star Rating"},
|
value: "4.5", title: "تقييمنا"},
|
||||||
{
|
{
|
||||||
value: "8+", title: "Trusted Reviews"},
|
value: "8+", title: "مراجعات موثوقة"},
|
||||||
{
|
{
|
||||||
value: "1 AM", title: "Closing Time"},
|
value: "1 صباحاً", title: "وقت الإغلاق"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -129,35 +105,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Fresh Ingredients", description: "We source only the best local produce for every dish.", icon: CheckCircle,
|
title: "مكونات طازجة", description: "نحن نختار فقط أفضل المنتجات المحلية لكل طبق.", icon: CheckCircle,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-spring-rolls-rice-paper-kitchen-table_169016-48442.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-spring-rolls-rice-paper-kitchen-table_169016-48442.jpg", imageAlt: "Fresh ingredients"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-cutting-red-paer-kitchen_8353-7773.jpg" }
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-cutting-red-paer-kitchen_8353-7773.jpg", imageAlt: "Fresh ingredients"},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Warm Welcome", description: "Our staff is trained to treat every customer like family.", icon: Smile,
|
title: "استقبال دافئ", description: "موظفونا مدربون على معاملة كل زبون كأنه من العائلة.", icon: Smile,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg", imageAlt: "Staff"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629530.jpg" }
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629530.jpg", imageAlt: "Staff"},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Clean Environment", description: "Hygiene and comfort are our top priorities.", icon: ShieldCheck,
|
title: "بيئة نظيفة", description: "النظافة والراحة هما أولوياتنا القصوى.", icon: ShieldCheck,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Restaurant"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190935.jpg" }
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190935.jpg", imageAlt: "Restaurant"},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Why Choose Us?"
|
title="لماذا تختارنا؟"
|
||||||
description="We are dedicated to providing excellent service and mouth-watering meals that keep you coming back."
|
description="نحن ملتزمون بتقديم خدمة ممتازة ووجبات شهية تجعلكم تعودون إلينا باستمرار."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -167,18 +137,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", icon: Star, title: "تقييم العملاء", value: "4.5/5" },
|
||||||
id: "1", icon: Star,
|
{ id: "2", icon: Users, title: "زبائن سعداء", value: "1000+" },
|
||||||
title: "Customer Rating", value: "4.5/5"},
|
{ id: "3", icon: Clock, title: "ساعات العمل", value: "حتى وقت متأخر" },
|
||||||
{
|
|
||||||
id: "2", icon: Users,
|
|
||||||
title: "Happy Diners", value: "1000+"},
|
|
||||||
{
|
|
||||||
id: "3", icon: Clock,
|
|
||||||
title: "Open Hours", value: "Late Night"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Service Milestones"
|
title="إنجازات خدمتنا"
|
||||||
description="We are proud of the love we receive from our Sidi Bel Abbès community."
|
description="نحن فخورون بالحب الذي نتلقاه من مجتمع سيدي بلعباس."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -189,21 +153,15 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "1", name: "تشيز برجر كلاسيك", price: "450 DA", variant: "برجر", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg" },
|
||||||
id: "1", name: "Classic Cheeseburger", price: "450 DA", variant: "Burger", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg"},
|
{ id: "2", name: "بطاطس مقرمشة ذهبية", price: "200 DA", variant: "جانبي", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-onion-ketchup_23-2148374909.jpg" },
|
||||||
{
|
{ id: "3", name: "سلطة الحديقة الطازجة", price: "350 DA", variant: "صحي", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg" },
|
||||||
id: "2", name: "Golden Crispy Fries", price: "200 DA", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-onion-ketchup_23-2148374909.jpg"},
|
{ id: "4", name: "بيتزا بيبيروني", price: "500 DA", variant: "بيتزا", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sausages-pizza-with-tomato-sauce-bell-pepper-cheese_141793-5086.jpg" },
|
||||||
{
|
{ id: "5", name: "مشروب بارد منعش", price: "150 DA", variant: "مشروب", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-watermelon-drink_23-2148606455.jpg" },
|
||||||
id: "3", name: "Garden Fresh Salad", price: "350 DA", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg"},
|
{ id: "6", name: "حلوى لذيذة", price: "300 DA", variant: "تحلية", imageSrc: "http://img.b2bpic.net/free-photo/classic-cheese-cake-with-strawberry-table_140725-9387.jpg" },
|
||||||
{
|
|
||||||
id: "4", name: "Pepperoni Pizza Slice", price: "500 DA", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sausages-pizza-with-tomato-sauce-bell-pepper-cheese_141793-5086.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Cold Refreshing Drink", price: "150 DA", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-watermelon-drink_23-2148606455.jpg"},
|
|
||||||
{
|
|
||||||
id: "6", name: "Sweet Dessert Treat", price: "300 DA", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/classic-cheese-cake-with-strawberry-table_140725-9387.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Dishes"
|
title="أطباقنا المميزة"
|
||||||
description="From juicy burgers to crisp salads, explore our diverse and delicious menu options."
|
description="من البرجر اللذيذ إلى السلطات الطازجة، استكشف خيارات قائمتنا المتنوعة."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -214,43 +172,30 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "الماصري وسام", role: "زبون محلي", company: "غومبيتا فود", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-selfie-with-sushi_23-2149870753.jpg" },
|
||||||
id: "1", name: "Elmassri Wissam", role: "Foodie", company: "Local Customer", rating: 5,
|
{ id: "2", name: "بطاهر إدريس", role: "زبون محلي", company: "غومبيتا فود", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-selfie-with-sushi_23-2149870753.jpg"},
|
{ id: "3", name: "نصرو شانوي", role: "زبون محلي", company: "غومبيتا فود", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg" },
|
||||||
{
|
{ id: "4", name: "أميرة ك.", role: "زبون محلي", company: "غومبيتا فود", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/easy-wireless-yechnology-payment_23-2149105213.jpg" },
|
||||||
id: "2", name: "Bettahar Idriss", role: "Regular", company: "Local Customer", rating: 5,
|
{ id: "5", name: "ياسين ب.", role: "زبون محلي", company: "غومبيتا فود", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231286.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Nasro Chanwi", role: "Diner", company: "Local Customer", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Amira K.", role: "Diner", company: "Local Customer", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/easy-wireless-yechnology-payment_23-2149105213.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Yassine B.", role: "Diner", company: "Local Customer", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231286.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Voices of Our Community"
|
title="أصوات مجتمعنا"
|
||||||
description="Read what our wonderful customers have to say about their dining experience at Gombita Food."
|
description="اقرأ ما يقوله عملاؤنا الرائعون عن تجربة تناول الطعام في Gombita Food."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Visit Us or Get in Touch"
|
title="تفضل بزيارتنا أو تواصل معنا"
|
||||||
description="We are located at 6946+88H, Sidi Bel Abbès. Call us at 0656 82 62 99 for takeaway or inquiries."
|
description="نحن متواجدون في 6946+88H، سيدي بلعباس. اتصل بنا على 0656 82 62 99 للطلبات الخارجية أو الاستفسارات."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "الاسم", required: true },
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
{ name: "email", type: "email", placeholder: "البريد الإلكتروني", required: true },
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Your feedback or order", rows: 4,
|
name: "message", placeholder: "رسالتك أو طلبك", rows: 4
|
||||||
}}
|
}}
|
||||||
|
buttonText="إرسال"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-waiter-standing-cafe-s-front-door-waving-someone_637285-6578.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-happy-waiter-standing-cafe-s-front-door-waving-someone_637285-6578.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -260,28 +205,21 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "الرئيسية", href: "#hero" },
|
||||||
label: "Home", href: "#hero"},
|
{ label: "القائمة", href: "#products" },
|
||||||
{
|
{ label: "اتصل بنا", href: "#contact" },
|
||||||
label: "Menu", href: "#products"},
|
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "سياسة الخصوصية", href: "#" },
|
||||||
label: "Privacy Policy", href: "#"},
|
{ label: "شروط الخدمة", href: "#" },
|
||||||
{
|
|
||||||
label: "Terms of Service", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "إنستغرام", href: "https://instagram.com" },
|
||||||
label: "Instagram", href: "https://instagram.com"},
|
{ label: "اتصل بنا", href: "tel:0656826299" },
|
||||||
{
|
|
||||||
label: "Call Us", href: "tel:0656826299"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user