Merge version_2 into main #2
313
src/app/page.tsx
313
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menu", id: "product"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Delicious Food"
|
||||
/>
|
||||
@@ -56,102 +48,54 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Italian Flavors in the Heart of Jisr az-Zarqa"
|
||||
description="Experience hand-crafted ravioli, farm-fresh salads, and warm hospitality in a cozy, modern setting. Join us for a memorable dining experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "The best ravioli I've ever had, fresh and authentic!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690645.jpg?_wi=1",
|
||||
imageAlt: "delicious italian pasta restaurant table",
|
||||
},
|
||||
name: "Sarah", handle: "@sarah_foodie", testimonial: "The best ravioli I've ever had, fresh and authentic!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690645.jpg?_wi=1", imageAlt: "delicious italian pasta restaurant table"},
|
||||
{
|
||||
name: "Ahmed",
|
||||
handle: "@ahmed_eat",
|
||||
testimonial: "Amazing salads, so fresh and flavorful. Definitely coming back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
|
||||
imageAlt: "delicious italian pasta restaurant table",
|
||||
},
|
||||
name: "Ahmed", handle: "@ahmed_eat", testimonial: "Amazing salads, so fresh and flavorful. Definitely coming back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", imageAlt: "delicious italian pasta restaurant table"},
|
||||
{
|
||||
name: "Fatima",
|
||||
handle: "@fatima_bistro",
|
||||
testimonial: "Cozy place, great service. A hidden gem!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690819.jpg?_wi=1",
|
||||
imageAlt: "delicious italian pasta restaurant table",
|
||||
},
|
||||
name: "Fatima", handle: "@fatima_bistro", testimonial: "Cozy place, great service. A hidden gem!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690819.jpg?_wi=1", imageAlt: "delicious italian pasta restaurant table"},
|
||||
{
|
||||
name: "Youssef",
|
||||
handle: "@youssef_taste",
|
||||
testimonial: "Friendly staff and high-quality Italian food.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-delicious-fresh-salad-vegetables-with-stainless-steel-food-tong_181624-15325.jpg?_wi=1",
|
||||
imageAlt: "delicious italian pasta restaurant table",
|
||||
},
|
||||
name: "Youssef", handle: "@youssef_taste", testimonial: "Friendly staff and high-quality Italian food.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-delicious-fresh-salad-vegetables-with-stainless-steel-food-tong_181624-15325.jpg?_wi=1", imageAlt: "delicious italian pasta restaurant table"},
|
||||
{
|
||||
name: "Nour",
|
||||
handle: "@nour_chef",
|
||||
testimonial: "Truly delicious Italian food, highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2205.jpg?_wi=1",
|
||||
imageAlt: "delicious italian pasta restaurant table",
|
||||
},
|
||||
name: "Nour", handle: "@nour_chef", testimonial: "Truly delicious Italian food, highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2205.jpg?_wi=1", imageAlt: "delicious italian pasta restaurant table"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "tel:+972000000000",
|
||||
},
|
||||
text: "Order Now", href: "tel:+972000000000"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690645.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077658.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077658.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32139.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32139.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
type: "text", text: "Traditional Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Hospitality",
|
||||
},
|
||||
type: "text", text: "Warm Hospitality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Italian",
|
||||
},
|
||||
type: "text", text: "Authentic Italian"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,14 +105,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Italian Culinary Arts",
|
||||
},
|
||||
type: "text", content: "Our Passion for Italian Culinary Arts"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
|
||||
alt: "About Delicious Food",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", alt: "About Delicious Food"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,20 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Ravioli",
|
||||
description: "Hand-filled cheese ravioli with signature sauces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690819.jpg?_wi=2",
|
||||
},
|
||||
title: "Premium Ravioli", description: "Hand-filled cheese ravioli with signature sauces.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690819.jpg?_wi=2"},
|
||||
{
|
||||
title: "Custom Fresh Salads",
|
||||
description: "Personalized salads crafted just for your palate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-delicious-fresh-salad-vegetables-with-stainless-steel-food-tong_181624-15325.jpg?_wi=2",
|
||||
},
|
||||
title: "Custom Fresh Salads", description: "Personalized salads crafted just for your palate.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-delicious-fresh-salad-vegetables-with-stainless-steel-food-tong_181624-15325.jpg?_wi=2"},
|
||||
{
|
||||
title: "Quick Takeaway",
|
||||
description: "Enjoy our signature flavors in the comfort of your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2205.jpg?_wi=2",
|
||||
},
|
||||
title: "Quick Takeaway", description: "Enjoy our signature flavors in the comfort of your home.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2205.jpg?_wi=2"},
|
||||
]}
|
||||
title="Why Choose Delicious Food?"
|
||||
description="We blend Italian traditions with fresh, local ingredients for every dish we serve."
|
||||
@@ -209,59 +139,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Main",
|
||||
name: "Premium Cheese Ravioli",
|
||||
price: "45₪",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-italian-pasta-with-tomato-sauce-inside-plate-grey-surface_140725-25983.jpg",
|
||||
},
|
||||
id: "1", brand: "Main", name: "Premium Cheese Ravioli", price: "45₪", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-italian-pasta-with-tomato-sauce-inside-plate-grey-surface_140725-25983.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Salad",
|
||||
name: "Custom Garden Salad",
|
||||
price: "35₪",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24389.jpg",
|
||||
},
|
||||
id: "2", brand: "Salad", name: "Custom Garden Salad", price: "35₪", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24389.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Main",
|
||||
name: "Truffle Ravioli",
|
||||
price: "55₪",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-plate-garnished-with-sauce-bread-stuffing-spinach-shredded-carrot_141793-2275.jpg",
|
||||
},
|
||||
id: "3", brand: "Main", name: "Truffle Ravioli", price: "55₪", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-plate-garnished-with-sauce-bread-stuffing-spinach-shredded-carrot_141793-2275.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Salad",
|
||||
name: "Classic Caesar Salad",
|
||||
price: "40₪",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad_1339-5122.jpg",
|
||||
},
|
||||
id: "4", brand: "Salad", name: "Classic Caesar Salad", price: "40₪", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad_1339-5122.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Main",
|
||||
name: "Spinach & Ricotta Ravioli",
|
||||
price: "48₪",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dumplings-with-greens-dark-green-desk-food-ingredient-product-dough-meat-vegetable_140725-72111.jpg",
|
||||
},
|
||||
id: "5", brand: "Main", name: "Spinach & Ricotta Ravioli", price: "48₪", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dumplings-with-greens-dark-green-desk-food-ingredient-product-dough-meat-vegetable_140725-72111.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Salad",
|
||||
name: "Greek Salad",
|
||||
price: "38₪",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azeri-set-mangal-cheese-vegetables-olives-pickles-top-view_141793-2322.jpg",
|
||||
},
|
||||
id: "6", brand: "Salad", name: "Greek Salad", price: "38₪", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/azeri-set-mangal-cheese-vegetables-olives-pickles-top-view_141793-2322.jpg"},
|
||||
]}
|
||||
title="Our Digital Menu"
|
||||
description="Hand-picked Italian dishes ready to delight your senses."
|
||||
@@ -276,155 +170,102 @@ export default function LandingPage() {
|
||||
author="Amira H."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
|
||||
alt: "Amira H.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", alt: "Amira H."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309956.jpg",
|
||||
alt: "John D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309956.jpg", alt: "John D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
|
||||
alt: "Sarah L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Sarah L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg",
|
||||
alt: "Marc P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg", alt: "Marc P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-opening-alcohol-bottle-with-opener_23-2147828268.jpg",
|
||||
alt: "Customer E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-opening-alcohol-bottle-with-opener_23-2147828268.jpg", alt: "Customer E"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<div id="faq" data-section="faq" dir="rtl">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer takeaway?",
|
||||
content: "Yes, we offer takeaway for all items on our menu.",
|
||||
},
|
||||
id: "1", title: "האם אתם מציעים טייק-אווי?", content: "כן, אנו מציעים שירות טייק-אווי לכל המנות בתפריט שלנו."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open throughout the weekend for your convenience.",
|
||||
},
|
||||
id: "2", title: "האם אתם פתוחים בסופי שבוע?", content: "כן, אנו פתוחים במהלך כל סוף השבוע לנוחיותכם."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize my salad?",
|
||||
content: "Absolutely! We specialize in custom salads to suit your taste.",
|
||||
},
|
||||
id: "3", title: "האם אני יכול להתאים אישית את הסלט שלי?", content: "בהחלט! אנו מתמחים בסלטים בהתאמה אישית לפי הטעם שלכם."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/call-center-design_24877-49634.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We're here to help."
|
||||
title="שאלות נפוצות"
|
||||
description="יש לכם שאלות? אנחנו כאן כדי לעזור."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<div id="metrics" data-section="metrics" dir="rtl">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1000+",
|
||||
title: "Happy Customers",
|
||||
description: "Served across the region",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-with-tomato-sauce-inside-plate-grey-table-food-meal-italian-pasta-dish_140725-27943.jpg",
|
||||
},
|
||||
id: "1", value: "1000+", title: "לקוחות מרוצים", description: "שרתנו בכל האזור", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-with-tomato-sauce-inside-plate-grey-table-food-meal-italian-pasta-dish_140725-27943.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Custom Salads",
|
||||
description: "Crafted to perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173959.jpg",
|
||||
},
|
||||
id: "2", value: "500+", title: "סלטים בהתאמה אישית", description: "הוכנו לשלמות", imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173959.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
title: "Italian Recipes",
|
||||
description: "Prepared with fresh ingredients",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-meat-creamy-sauce-garnished-with-grated-parmesan_141793-1830.jpg",
|
||||
},
|
||||
id: "3", value: "20+", title: "מתכונים איטלקיים", description: "הוכנו עם מרכיבים טריים", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-meat-creamy-sauce-garnished-with-grated-parmesan_141793-1830.jpg"},
|
||||
]}
|
||||
title="Our Success in Numbers"
|
||||
description="We are proud of our community impact and the love our dishes receive."
|
||||
title="ההצלחה שלנו במספרים"
|
||||
description="אנו גאים בהשפעה שלנו על הקהילה ובאהבה שהמנות שלנו מקבלות."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="contact" data-section="contact" dir="rtl">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for a delicious meal?"
|
||||
description="Visit us in Jisr az-Zarqa for an authentic experience or call us for takeaway."
|
||||
variant: "plain"}}
|
||||
tag="צרו קשר"
|
||||
title="מוכנים לארוחה טעימה?"
|
||||
description="בקרו אותנו בג'סר א-זרקא לחוויה אותנטית או התקשרו אלינו לטייק-אווי."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+972000000000",
|
||||
},
|
||||
text: "התקשרו עכשיו", href: "tel:+972000000000"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "קבלו הוראות הגעה", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div id="footer" data-section="footer" dir="rtl">
|
||||
<FooterBaseReveal
|
||||
logoText="Delicious Food"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "ניווט", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "בית", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "אודות", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#product",
|
||||
},
|
||||
label: "תפריט", href: "#product"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "צור קשר", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "שעות פעילות", items: [
|
||||
{
|
||||
label: "Sun - Thu: 10:00 - 22:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "ראשון - חמישי: 10:00 - 22:00", href: "#"},
|
||||
{
|
||||
label: "Fri - Sat: 11:00 - 23:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "שישי - שבת: 11:00 - 23:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Delicious Food. All rights reserved."
|
||||
copyrightText="© 2024 Delicious Food. כל הזכויות שמורות."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user