Merge version_1 into main #2
251
src/app/page.tsx
251
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
name: "Experience", id: "#experience"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Awards",
|
||||
id: "#awards",
|
||||
},
|
||||
name: "Awards", id: "#awards"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96g8rq"
|
||||
logoAlt="Al Aqur Restaurant Logo"
|
||||
@@ -74,41 +58,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Experience Culinary Excellence"
|
||||
description="Savor the exquisite flavors and sophisticated ambiance of Al Aqur, where every dish is a masterpiece and every visit an unforgettable journey."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-item-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1",
|
||||
imageAlt: "Luxurious restaurant interior",
|
||||
},
|
||||
id: "hero-carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", imageAlt: "Luxurious restaurant interior"},
|
||||
{
|
||||
id: "hero-carousel-item-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=1",
|
||||
imageAlt: "Exquisite gourmet dish",
|
||||
},
|
||||
id: "hero-carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", imageAlt: "Exquisite gourmet dish"},
|
||||
{
|
||||
id: "hero-carousel-item-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-phone-date-happy-lovely_140725-162576.jpg",
|
||||
imageAlt: "Sommelier pouring wine",
|
||||
},
|
||||
id: "hero-carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-phone-date-happy-lovely_140725-162576.jpg", imageAlt: "Sommelier pouring wine"},
|
||||
{
|
||||
id: "hero-carousel-item-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-modern-kitchen-carefully-sprinkles-fresh-herbs_482257-127710.jpg",
|
||||
imageAlt: "Chef cooking in a gourmet kitchen",
|
||||
},
|
||||
id: "hero-carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-modern-kitchen-carefully-sprinkles-fresh-herbs_482257-127710.jpg", imageAlt: "Chef cooking in a gourmet kitchen"},
|
||||
{
|
||||
id: "hero-carousel-item-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-vegetables-napkin_23-2147829021.jpg",
|
||||
imageAlt: "Fresh culinary ingredients",
|
||||
},
|
||||
id: "hero-carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-vegetables-napkin_23-2147829021.jpg", imageAlt: "Fresh culinary ingredients"},
|
||||
{
|
||||
id: "hero-carousel-item-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-cream-fresh-sliced-fruits-grey-blue-backgound-fruit-cake_140725-22716.jpg",
|
||||
imageAlt: "Artfully plated dessert",
|
||||
},
|
||||
id: "hero-carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-cream-fresh-sliced-fruits-grey-blue-backgound-fruit-cake_140725-22716.jpg", imageAlt: "Artfully plated dessert"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -122,17 +87,11 @@ export default function LandingPage() {
|
||||
description="At Al Aqur, we combine centuries-old culinary traditions with modern artistry. Our chefs craft dishes that tell a story, using only the freshest, finest ingredients sourced globally to ensure an unparalleled dining experience. We believe in creating memories through exceptional food and service."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years of Excellence",
|
||||
},
|
||||
value: "20+", title: "Years of Excellence"},
|
||||
{
|
||||
value: "5-Star",
|
||||
title: "Guest Ratings",
|
||||
},
|
||||
value: "5-Star", title: "Guest Ratings"},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Signature Dishes",
|
||||
},
|
||||
value: "150+", title: "Signature Dishes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-male-chef-standing-kitchen-shrugging_23-2147863654.jpg"
|
||||
imageAlt="Master Chef in Al Aqur kitchen"
|
||||
@@ -148,56 +107,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Elegant Ambiance",
|
||||
description: "Dine in a setting that blends classic Arabian luxury with contemporary design, creating an intimate and sophisticated atmosphere.",
|
||||
icon: Flame,
|
||||
title: "Elegant Ambiance", description: "Dine in a setting that blends classic Arabian luxury with contemporary design, creating an intimate and sophisticated atmosphere.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg",
|
||||
imageAlt: "Elegant restaurant ambiance with soft lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg", imageAlt: "Elegant restaurant ambiance with soft lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guitarist-trumpet-player-rehearsing_23-2147624358.jpg",
|
||||
imageAlt: "Live music performance in restaurant lounge",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96g8rq",
|
||||
imageAlt: "soft ambient lighting restaurant interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guitarist-trumpet-player-rehearsing_23-2147624358.jpg", imageAlt: "Live music performance in restaurant lounge"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Personalized Service",
|
||||
description: "Our attentive staff and sommeliers are dedicated to anticipating your every need, offering recommendations and ensuring a seamless dining experience.",
|
||||
icon: Users,
|
||||
title: "Personalized Service", description: "Our attentive staff and sommeliers are dedicated to anticipating your every need, offering recommendations and ensuring a seamless dining experience.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056050.jpg",
|
||||
imageAlt: "Chef's special menu card",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056050.jpg", imageAlt: "Chef's special menu card"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg",
|
||||
imageAlt: "Chef explaining a dish to a customer",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2",
|
||||
imageAlt: "soft ambient lighting restaurant interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg", imageAlt: "Chef explaining a dish to a customer"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Finest Ingredients",
|
||||
description: "We believe exceptional dishes begin with exceptional ingredients. We meticulously source the freshest seasonal produce and premium meats.",
|
||||
icon: Leaf,
|
||||
title: "Finest Ingredients", description: "We believe exceptional dishes begin with exceptional ingredients. We meticulously source the freshest seasonal produce and premium meats.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetables-meat-arrangement_23-2149224292.jpg",
|
||||
imageAlt: "Fresh organic vegetables",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetables-meat-arrangement_23-2149224292.jpg", imageAlt: "Fresh organic vegetables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-with-raspberry-jam_23-2148585335.jpg",
|
||||
imageAlt: "Artisan bread basket",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=2",
|
||||
imageAlt: "soft ambient lighting restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-with-raspberry-jam_23-2148585335.jpg", imageAlt: "Artisan bread basket"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="The Al Aqur Experience"
|
||||
description="Immerse yourself in an atmosphere of elegance and charm. From the moment you arrive, every detail is curated for your pleasure, ensuring a truly memorable culinary journey."
|
||||
@@ -206,58 +141,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "AED 120",
|
||||
variant: "Saffron Risotto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-oyster-shell-with-sauce_74190-6047.jpg",
|
||||
imageAlt: "Pan-seared scallops",
|
||||
},
|
||||
id: "p1", name: "Pan-Seared Scallops", price: "AED 120", variant: "Saffron Risotto", imageSrc: "http://img.b2bpic.net/free-photo/fried-oyster-shell-with-sauce_74190-6047.jpg", imageAlt: "Pan-seared scallops"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Wagyu Beef Medallions",
|
||||
price: "AED 280",
|
||||
variant: "Truffle Mash, Asparagus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg",
|
||||
imageAlt: "Wagyu beef medallions",
|
||||
},
|
||||
id: "p2", name: "Wagyu Beef Medallions", price: "AED 280", variant: "Truffle Mash, Asparagus", imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg", imageAlt: "Wagyu beef medallions"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Handmade Truffle Pasta",
|
||||
price: "AED 95",
|
||||
variant: "Parmesan, Forest Mushrooms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fettuccine-pasta_23-2148305664.jpg",
|
||||
imageAlt: "Handmade truffle pasta",
|
||||
},
|
||||
id: "p3", name: "Handmade Truffle Pasta", price: "AED 95", variant: "Parmesan, Forest Mushrooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fettuccine-pasta_23-2148305664.jpg", imageAlt: "Handmade truffle pasta"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mediterranean Sea Bass",
|
||||
price: "AED 160",
|
||||
variant: "Lemon & Herb Crust",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg",
|
||||
imageAlt: "Mediterranean sea bass",
|
||||
},
|
||||
id: "p4", name: "Mediterranean Sea Bass", price: "AED 160", variant: "Lemon & Herb Crust", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageAlt: "Mediterranean sea bass"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Molten Chocolate Lava Cake",
|
||||
price: "AED 70",
|
||||
variant: "Vanilla Bean Ice Cream",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-waffle-cones-with-banana-ice-cream-banana-slices-gypsophila-ice-cream-cup_176474-2664.jpg",
|
||||
imageAlt: "Chocolate lava cake",
|
||||
},
|
||||
id: "p5", name: "Molten Chocolate Lava Cake", price: "AED 70", variant: "Vanilla Bean Ice Cream", imageSrc: "http://img.b2bpic.net/free-photo/from-waffle-cones-with-banana-ice-cream-banana-slices-gypsophila-ice-cream-cup_176474-2664.jpg", imageAlt: "Chocolate lava cake"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Arabic Kunafa Platter",
|
||||
price: "AED 85",
|
||||
variant: "Pistachio & Rosewater",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roll-pancakes-with-cottage-cheese-milk_114579-44039.jpg",
|
||||
imageAlt: "Arabic Kunafa dessert",
|
||||
},
|
||||
id: "p6", name: "Arabic Kunafa Platter", price: "AED 85", variant: "Pistachio & Rosewater", imageSrc: "http://img.b2bpic.net/free-photo/roll-pancakes-with-cottage-cheese-milk_114579-44039.jpg", imageAlt: "Arabic Kunafa dessert"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="A selection of our most celebrated dishes, crafted to perfection and designed to tantalize your palate. Each creation reflects our passion for culinary artistry."
|
||||
@@ -271,45 +171,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Culinary Blogger",
|
||||
testimonial: "Al Aqur is a true gem. The ambiance is breathtaking, and every dish is a work of art. An absolutely perfect evening!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", role: "Culinary Blogger", testimonial: "Al Aqur is a true gem. The ambiance is breathtaking, and every dish is a work of art. An absolutely perfect evening!", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mohammed Al-Farsi",
|
||||
role: "Business Executive",
|
||||
testimonial: "Consistently excellent service and food. Al Aqur is my preferred destination for client dinners and special occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
imageAlt: "Mohammed Al-Farsi",
|
||||
},
|
||||
id: "t2", name: "Mohammed Al-Farsi", role: "Business Executive", testimonial: "Consistently excellent service and food. Al Aqur is my preferred destination for client dinners and special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "Mohammed Al-Farsi"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Travel Influencer",
|
||||
testimonial: "An authentic taste of luxury dining. The flavors are incredible, and the presentation is simply stunning. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132628.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Travel Influencer", testimonial: "An authentic taste of luxury dining. The flavors are incredible, and the presentation is simply stunning. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132628.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Food Critic",
|
||||
testimonial: "Al Aqur offers a meticulously crafted menu with a flawless execution. A memorable culinary journey from start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-kitchen_23-2148440996.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Food Critic", testimonial: "Al Aqur offers a meticulously crafted menu with a flawless execution. A memorable culinary journey from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-kitchen_23-2148440996.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fatima Zahra",
|
||||
role: "Event Planner",
|
||||
testimonial: "I hosted a private event here, and the team exceeded all expectations. Impeccable service and exquisite cuisine!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-brings-bowl-meat-salad-woman_140725-7111.jpg",
|
||||
imageAlt: "Fatima Zahra",
|
||||
},
|
||||
id: "t5", name: "Fatima Zahra", role: "Event Planner", testimonial: "I hosted a private event here, and the team exceeded all expectations. Impeccable service and exquisite cuisine!", imageSrc: "http://img.b2bpic.net/free-photo/waiter-brings-bowl-meat-salad-woman_140725-7111.jpg", imageAlt: "Fatima Zahra"},
|
||||
]}
|
||||
title="What Our Esteemed Guests Say"
|
||||
description="Hear from those who have savored the Al Aqur difference. Their words reflect our unwavering commitment to excellence and unforgettable dining experiences."
|
||||
@@ -321,14 +191,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Michelin Guide",
|
||||
"Gault & Millau",
|
||||
"Time Out Dubai",
|
||||
"Conde Nast Traveler",
|
||||
"World's 50 Best",
|
||||
"Forbes Travel Guide",
|
||||
"Zagat Survey",
|
||||
]}
|
||||
"Michelin Guide", "Gault & Millau", "Time Out Dubai", "Conde Nast Traveler", "World's 50 Best", "Forbes Travel Guide", "Zagat Survey"]}
|
||||
title="Recognized Excellence"
|
||||
description="Al Aqur Restaurant is proudly acknowledged by leading culinary guides, prestigious awards, and esteemed critics for its exceptional dining experience and service."
|
||||
/>
|
||||
@@ -340,20 +203,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I make a reservation?",
|
||||
content: "Reservations can be made easily through our website's contact form, by calling us directly at +971 50 123 4567, or via our partner reservation platforms.",
|
||||
},
|
||||
id: "f1", title: "How do I make a reservation?", content: "Reservations can be made easily through our website's contact form, by calling us directly at +971 50 123 4567, or via our partner reservation platforms."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "Absolutely. Please inform us of any dietary restrictions or allergies at the time of your reservation, and our culinary team will be happy to create a suitable menu for you.",
|
||||
},
|
||||
id: "f2", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Please inform us of any dietary restrictions or allergies at the time of your reservation, and our culinary team will be happy to create a suitable menu for you."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer private dining or event spaces?",
|
||||
content: "Yes, Al Aqur features exquisite private dining rooms perfect for intimate gatherings, corporate events, or celebrations. Please contact us for more details and to discuss your requirements.",
|
||||
},
|
||||
id: "f3", title: "Do you offer private dining or event spaces?", content: "Yes, Al Aqur features exquisite private dining rooms perfect for intimate gatherings, corporate events, or celebrations. Please contact us for more details and to discuss your requirements."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common inquiries about reservations, special events, dietary accommodations, and our dining experience."
|
||||
@@ -365,8 +219,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect"
|
||||
title="Reserve Your Table"
|
||||
description="We look forward to welcoming you to Al Aqur. Contact us to make a reservation, inquire about private events, or learn more about our culinary offerings."
|
||||
@@ -386,13 +239,9 @@ export default function LandingPage() {
|
||||
logoAlt="Al Aqur Restaurant Logo"
|
||||
logoText="Al Aqur Restaurant"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user