Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
351
src/app/page.tsx
351
src/app/page.tsx
@@ -33,33 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/golden-retro-restaurant-logo-collection_23-2148388943.jpg"
|
||||
logoAlt="Elegance Eats Logo"
|
||||
brandName="Elegance Eats"
|
||||
button={{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve a Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,114 +55,63 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Taste the Essence of Europe"
|
||||
description="Experience authentic European cuisine in an elegant setting. Our chefs craft each dish with passion and the finest seasonal ingredients, ensuring an unforgettable dining journey."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Isabella Rossi",
|
||||
handle: "@isabella.foodie",
|
||||
testimonial: "An absolutely delightful culinary experience! Every dish was a masterpiece, a true taste of Europe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg",
|
||||
imageAlt: "Isabella Rossi",
|
||||
},
|
||||
name: "Isabella Rossi", handle: "@isabella.foodie", testimonial: "An absolutely delightful culinary experience! Every dish was a masterpiece, a true taste of Europe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg", imageAlt: "Isabella Rossi"},
|
||||
{
|
||||
name: "Marcus Schmidt",
|
||||
handle: "@marcus.gourmet",
|
||||
testimonial: "The ambiance, the service, and especially the food – all impeccable. Truly a gem for European cuisine lovers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-holding-glass-whisky-bar_23-2147861976.jpg",
|
||||
imageAlt: "Marcus Schmidt",
|
||||
},
|
||||
name: "Marcus Schmidt", handle: "@marcus.gourmet", testimonial: "The ambiance, the service, and especially the food – all impeccable. Truly a gem for European cuisine lovers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-holding-glass-whisky-bar_23-2147861976.jpg", imageAlt: "Marcus Schmidt"},
|
||||
{
|
||||
name: "Sophia Dubois",
|
||||
handle: "@sophia.eats",
|
||||
testimonial: "Highly recommend the handmade pasta! It transported me straight to Italy. A must-visit restaurant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
imageAlt: "Sophia Dubois",
|
||||
},
|
||||
name: "Sophia Dubois", handle: "@sophia.eats", testimonial: "Highly recommend the handmade pasta! It transported me straight to Italy. A must-visit restaurant.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageAlt: "Sophia Dubois"},
|
||||
{
|
||||
name: "Ethan Taylor",
|
||||
handle: "@ethan.reviews",
|
||||
testimonial: "Every course was a delight. The attention to detail in presentation and flavor is outstanding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg",
|
||||
imageAlt: "Ethan Taylor",
|
||||
},
|
||||
name: "Ethan Taylor", handle: "@ethan.reviews", testimonial: "Every course was a delight. The attention to detail in presentation and flavor is outstanding.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg", imageAlt: "Ethan Taylor"},
|
||||
{
|
||||
name: "Olivia Clark",
|
||||
handle: "@olivia.dining",
|
||||
testimonial: "A perfect spot for a special occasion. The wine pairing was exquisite, and the dessert was heavenly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-filling-orange-peel-with-salad_23-2148491320.jpg",
|
||||
imageAlt: "Olivia Clark",
|
||||
},
|
||||
name: "Olivia Clark", handle: "@olivia.dining", testimonial: "A perfect spot for a special occasion. The wine pairing was exquisite, and the dessert was heavenly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-filling-orange-peel-with-salad_23-2148491320.jpg", imageAlt: "Olivia Clark"},
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
tag="Bon Appétit"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-mangal-salad-table_140725-4634.jpg"
|
||||
imageAlt="Beautifully plated European dish"
|
||||
mediaAnimation="entrance-slide"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg",
|
||||
alt: "Two female friends at a cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg", alt: "Two female friends at a cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
alt: "Adults enjoying mexican food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", alt: "Adults enjoying mexican food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
alt: "Happy woman enjoying at dining table while communicating with her husband",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Happy woman enjoying at dining table while communicating with her husband"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
alt: "Happy woman using tablet and celebrating success in outdoor cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", alt: "Happy woman using tablet and celebrating success in outdoor cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134396.jpg",
|
||||
alt: "Close up on young adult enjoying home comfort",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134396.jpg", alt: "Close up on young adult enjoying home comfort"},
|
||||
]}
|
||||
avatarText="Join our satisfied guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Cuisine",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Authentic Cuisine", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-sitting-bar-counter-restaurant_23-2147861981.jpg",
|
||||
alt: "Young man sitting at bar counter in the restaurant",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-man-sitting-bar-counter-restaurant_23-2147861981.jpg", alt: "Young man sitting at bar counter in the restaurant"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining Experience",
|
||||
},
|
||||
type: "text", text: "Fine Dining Experience"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/happy-entrepreneur-taking-phone-while-having-coffee-break-cafe_637285-8857.jpg",
|
||||
alt: "Happy entrepreneur taking on the phone while having coffee break in a cafe",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/happy-entrepreneur-taking-phone-while-having-coffee-break-cafe_637285-8857.jpg", alt: "Happy entrepreneur taking on the phone while having coffee break in a cafe"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exquisite European Flavors",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Exquisite European Flavors", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,26 +125,19 @@ export default function LandingPage() {
|
||||
description="Nestled in the heart of the city, Elegance Eats brings the rich tapestry of European flavors to your table. From the romantic streets of Paris to the rustic kitchens of Tuscany, our inspiration knows no bounds. We are committed to an authentic dining experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Handpicked recipes passed down through generations, ensuring traditional taste.",
|
||||
icon: BookOpen,
|
||||
title: "Authentic Recipes", description: "Handpicked recipes passed down through generations, ensuring traditional taste.", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Finest Ingredients",
|
||||
description: "Sourced locally and from Europe, guaranteeing freshness and superior quality.",
|
||||
icon: Leaf,
|
||||
title: "Finest Ingredients", description: "Sourced locally and from Europe, guaranteeing freshness and superior quality.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Warm Ambiance",
|
||||
description: "An inviting and elegant atmosphere perfect for any occasion, from casual to special.",
|
||||
icon: Lightbulb,
|
||||
title: "Warm Ambiance", description: "An inviting and elegant atmosphere perfect for any occasion, from casual to special.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Expert Chefs",
|
||||
description: "Our team of seasoned chefs brings passion and artistry to every dish.",
|
||||
icon: Utensils,
|
||||
title: "Expert Chefs", description: "Our team of seasoned chefs brings passion and artistry to every dish.", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg"
|
||||
imageAlt="Elegant restaurant interior"
|
||||
mediaAnimation="entrance-slide"
|
||||
@@ -222,29 +152,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Handmade Pasta",
|
||||
description: "Our exquisite pasta is made fresh daily, just like in the heart of Italy.",
|
||||
},
|
||||
title: "Handmade Pasta", description: "Our exquisite pasta is made fresh daily, just like in the heart of Italy."},
|
||||
{
|
||||
icon: Wine,
|
||||
title: "Regional Wines",
|
||||
description: "Discover a curated selection of fine European wines to perfectly complement your meal.",
|
||||
},
|
||||
title: "Regional Wines", description: "Discover a curated selection of fine European wines to perfectly complement your meal."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Seasonal Specials",
|
||||
description: "Experience innovative dishes crafted with the freshest seasonal ingredients by our chefs.",
|
||||
},
|
||||
title: "Seasonal Specials", description: "Experience innovative dishes crafted with the freshest seasonal ingredients by our chefs."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh & Local",
|
||||
description: "We prioritize locally-sourced ingredients to support our community and ensure peak flavor.",
|
||||
},
|
||||
title: "Fresh & Local", description: "We prioritize locally-sourced ingredients to support our community and ensure peak flavor."},
|
||||
{
|
||||
icon: Cake,
|
||||
title: "Decadent Desserts",
|
||||
description: "Indulge in our selection of classic European pastries and homemade sweet treats.",
|
||||
},
|
||||
title: "Decadent Desserts", description: "Indulge in our selection of classic European pastries and homemade sweet treats."},
|
||||
]}
|
||||
title="Signature European Delights"
|
||||
description="Explore our curated selection of classic and contemporary European dishes, crafted to perfection with passion and tradition."
|
||||
@@ -259,47 +179,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Steak Frites",
|
||||
price: "€32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-french-fries-sauce_74190-6301.jpg",
|
||||
imageAlt: "Steak Frites",
|
||||
},
|
||||
id: "p1", name: "Steak Frites", price: "€32.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-french-fries-sauce_74190-6301.jpg", imageAlt: "Steak Frites"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seafood Paella",
|
||||
price: "€28.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-italian-pasta-little-formed-inside-plate-dark-desk-pasta-food-dough-dinner-raw-many_140725-79871.jpg",
|
||||
imageAlt: "Seafood Paella",
|
||||
},
|
||||
id: "p2", name: "Seafood Paella", price: "€28.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-italian-pasta-little-formed-inside-plate-dark-desk-pasta-food-dough-dinner-raw-many_140725-79871.jpg", imageAlt: "Seafood Paella"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mushroom Risotto",
|
||||
price: "€24.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg",
|
||||
imageAlt: "Mushroom Risotto",
|
||||
},
|
||||
id: "p3", name: "Mushroom Risotto", price: "€24.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg", imageAlt: "Mushroom Risotto"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "€12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-dessert-sweet-cake_140725-81790.jpg",
|
||||
imageAlt: "Chocolate Lava Cake",
|
||||
},
|
||||
id: "p4", name: "Chocolate Lava Cake", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-dessert-sweet-cake_140725-81790.jpg", imageAlt: "Chocolate Lava Cake"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Assorted Tapas",
|
||||
price: "€18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-tea-nuts-fruit-jam-delicious-desserts-white-wooden-background-top-view_176474-3845.jpg",
|
||||
imageAlt: "Assorted Tapas",
|
||||
},
|
||||
id: "p5", name: "Assorted Tapas", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/set-tea-nuts-fruit-jam-delicious-desserts-white-wooden-background-top-view_176474-3845.jpg", imageAlt: "Assorted Tapas"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "French Onion Soup",
|
||||
price: "€10.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-grabbing-bowl-soup_23-2148295027.jpg",
|
||||
imageAlt: "French Onion Soup",
|
||||
},
|
||||
id: "p6", name: "French Onion Soup", price: "€10.50", imageSrc: "http://img.b2bpic.net/free-photo/hands-grabbing-bowl-soup_23-2148295027.jpg", imageAlt: "French Onion Soup"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="Discover a diverse array of dishes, from hearty mains to delicate desserts, each telling a story of European culinary heritage and innovation."
|
||||
@@ -313,53 +203,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anja Müller",
|
||||
handle: "Food Critic",
|
||||
testimonial: "A taste of home! The dishes are so authentic, it's like dining in a European village. Impeccable service and warm atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beauty-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_231208-4739.jpg",
|
||||
imageAlt: "Anja Müller",
|
||||
},
|
||||
id: "t1", name: "Anja Müller", handle: "Food Critic", testimonial: "A taste of home! The dishes are so authentic, it's like dining in a European village. Impeccable service and warm atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/young-beauty-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_231208-4739.jpg", imageAlt: "Anja Müller"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Pierre Dupont",
|
||||
handle: "Local Chef",
|
||||
testimonial: "Elegance Eats consistently delivers. Their commitment to quality ingredients and classic techniques truly shines through. A must-visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741273.jpg",
|
||||
imageAlt: "Pierre Dupont",
|
||||
},
|
||||
id: "t2", name: "Pierre Dupont", handle: "Local Chef", testimonial: "Elegance Eats consistently delivers. Their commitment to quality ingredients and classic techniques truly shines through. A must-visit.", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741273.jpg", imageAlt: "Pierre Dupont"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena García",
|
||||
handle: "Travel Blogger",
|
||||
testimonial: "I travel extensively, and this restaurant captures the heart of European dining perfectly. Every plate is a journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-having-dessert-while-working_23-2148661254.jpg",
|
||||
imageAlt: "Elena García",
|
||||
},
|
||||
id: "t3", name: "Elena García", handle: "Travel Blogger", testimonial: "I travel extensively, and this restaurant captures the heart of European dining perfectly. Every plate is a journey.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-having-dessert-while-working_23-2148661254.jpg", imageAlt: "Elena García"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Hans Zimmer",
|
||||
handle: "Connoisseur",
|
||||
testimonial: "The wine list is exceptional, carefully selected to pair with their rich menu. A truly sophisticated dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg",
|
||||
imageAlt: "Hans Zimmer",
|
||||
},
|
||||
id: "t4", name: "Hans Zimmer", handle: "Connoisseur", testimonial: "The wine list is exceptional, carefully selected to pair with their rich menu. A truly sophisticated dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg", imageAlt: "Hans Zimmer"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia Bellini",
|
||||
handle: "Regular Guest",
|
||||
testimonial: "My go-to place for celebrating special moments. The food never disappoints, and the staff make you feel like family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-kitchen-utensils-dark-background_23-2148296895.jpg",
|
||||
imageAlt: "Sofia Bellini",
|
||||
},
|
||||
id: "t5", name: "Sofia Bellini", handle: "Regular Guest", testimonial: "My go-to place for celebrating special moments. The food never disappoints, and the staff make you feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-kitchen-utensils-dark-background_23-2148296895.jpg", imageAlt: "Sofia Bellini"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Liam O'Connell",
|
||||
handle: "Restaurant Critic",
|
||||
testimonial: "From the appetizers to the dessert, every dish was a symphony of flavors. Elegance Eats sets a high standard for European cuisine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg",
|
||||
imageAlt: "Liam O'Connell",
|
||||
},
|
||||
id: "t6", name: "Liam O'Connell", handle: "Restaurant Critic", testimonial: "From the appetizers to the dessert, every dish was a symphony of flavors. Elegance Eats sets a high standard for European cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg", imageAlt: "Liam O'Connell"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who have savored the unique dining experience at Elegance Eats. Their words reflect our commitment to excellence."
|
||||
@@ -373,29 +227,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Years of Excellence",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Years of Excellence", value: "15+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "10K+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "10K+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Michelin Stars",
|
||||
value: "3",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Michelin Stars", value: "3"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: BookOpen,
|
||||
title: "Unique Dishes",
|
||||
value: "200+",
|
||||
},
|
||||
id: "m4", icon: BookOpen,
|
||||
title: "Unique Dishes", value: "200+"},
|
||||
]}
|
||||
title="Our Story in Numbers"
|
||||
description="Celebrating years of culinary excellence and cherished memories, our dedication to European gastronomy is reflected in every milestone."
|
||||
@@ -408,30 +250,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open from Tuesday to Sunday, 12:00 PM - 3:00 PM for lunch and 6:00 PM - 10:00 PM for dinner. We are closed on Mondays.",
|
||||
},
|
||||
id: "f1", title: "What are your operating hours?", content: "We are open from Tuesday to Sunday, 12:00 PM - 3:00 PM for lunch and 6:00 PM - 10:00 PM for dinner. We are closed on Mondays."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us when making your reservation or upon arrival.",
|
||||
},
|
||||
id: "f2", title: "Do you accommodate dietary restrictions?", content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us when making your reservation or upon arrival."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is a reservation required?",
|
||||
content: "While not strictly required, reservations are highly recommended, especially for dinner and weekend sittings, to ensure availability.",
|
||||
},
|
||||
id: "f3", title: "Is a reservation required?", content: "While not strictly required, reservations are highly recommended, especially for dinner and weekend sittings, to ensure availability."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you offer private dining options?",
|
||||
content: "Yes, we have private dining rooms available for special events and celebrations. Please contact us directly to discuss your requirements.",
|
||||
},
|
||||
id: "f4", title: "Do you offer private dining options?", content: "Yes, we have private dining rooms available for special events and celebrations. Please contact us directly to discuss your requirements."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What is your dress code?",
|
||||
content: "Our dress code is smart casual. We encourage our guests to dress comfortably yet elegantly to enhance their dining experience.",
|
||||
},
|
||||
id: "f5", title: "What is your dress code?", content: "Our dress code is smart casual. We encourage our guests to dress comfortably yet elegantly to enhance their dining experience."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about our restaurant, reservations, menu, and dining experience."
|
||||
@@ -443,8 +270,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Make a Reservation"
|
||||
description="Plan your visit to Elegance Eats for an unforgettable European dining experience. Book your table now or contact us for inquiries."
|
||||
@@ -466,54 +292,33 @@ export default function LandingPage() {
|
||||
logoText="Elegance Eats"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user