2 Commits

Author SHA1 Message Date
199a192884 Update src/app/page.tsx 2026-05-02 22:51:23 +00:00
b2d3837c39 Merge version_1 into main
Merge version_1 into main
2026-05-02 22:50:42 +00:00

View File

@@ -33,17 +33,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "Our Story", name: "Our Story", id: "#about"},
id: "#about",
},
{ {
name: "Reservations", name: "Reservations", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Elysium Dining" brandName="Elysium Dining"
/> />
@@ -52,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
logoText="Elysium Dining" logoText="Elysium Dining"
description="An unforgettable culinary journey where farm-to-table traditions meet modern fine dining elegance." description="An unforgettable culinary journey where farm-to-table traditions meet modern fine dining elegance."
buttons={[ buttons={[
{ {
text: "Reserve a Table", text: "Reserve a Table", href: "#contact"},
href: "#contact",
},
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=1"
imageAlt="Luxurious dining atmosphere" imageAlt="Luxurious dining atmosphere"
@@ -90,29 +79,19 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Sparkles, icon: Sparkles,
title: "Fresh Local Sourcing", title: "Fresh Local Sourcing", description: "Partnering with organic family farms for daily fresh deliveries."},
description: "Partnering with organic family farms for daily fresh deliveries.",
},
{ {
icon: Award, icon: Award,
title: "Artisanal Techniques", title: "Artisanal Techniques", description: "Classic cooking methods refined for the modern palate."},
description: "Classic cooking methods refined for the modern palate.",
},
{ {
icon: Wine, icon: Wine,
title: "Sommelier Selection", title: "Sommelier Selection", description: "Curated wine pairings from boutique vineyards worldwide."},
description: "Curated wine pairings from boutique vineyards worldwide.",
},
{ {
icon: Utensils, icon: Utensils,
title: "Seasonal Menus", title: "Seasonal Menus", description: "Dynamic dishes reflecting the best of each harvest season."},
description: "Dynamic dishes reflecting the best of each harvest season.",
},
{ {
icon: Users, icon: Users,
title: "Warm Hospitality", title: "Warm Hospitality", description: "Dedicated service focused on comfort and guest satisfaction."},
description: "Dedicated service focused on comfort and guest satisfaction.",
},
]} ]}
title="Our Culinary Values" title="Our Culinary Values"
description="We believe that exceptional dining starts with intentional choices in sourcing and preparation." description="We believe that exceptional dining starts with intentional choices in sourcing and preparation."
@@ -127,59 +106,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", brand: "Main", name: "Pan-Seared Wagyu Beef", price: "$65", rating: 5,
brand: "Main", reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-cutlery-table-food-meal-restaurant-dinner_140725-28355.jpg"},
name: "Pan-Seared Wagyu Beef",
price: "$65",
rating: 5,
reviewCount: "124",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-cutlery-table-food-meal-restaurant-dinner_140725-28355.jpg",
},
{ {
id: "2", id: "2", brand: "Main", name: "Linguine al Tartufo", price: "$42", rating: 5,
brand: "Main", reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-sauces-near-pizza_23-2147772096.jpg"},
name: "Linguine al Tartufo",
price: "$42",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-sauces-near-pizza_23-2147772096.jpg",
},
{ {
id: "3", id: "3", brand: "Dessert", name: "Dark Chocolate Ganache", price: "$18", rating: 5,
brand: "Dessert", reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg"},
name: "Dark Chocolate Ganache",
price: "$18",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg",
},
{ {
id: "4", id: "4", brand: "Starter", name: "Seasonal Garden Greens", price: "$22", rating: 4,
brand: "Starter", reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-fork-with-salad-background_1150-259.jpg"},
name: "Seasonal Garden Greens",
price: "$22",
rating: 4,
reviewCount: "76",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-fork-with-salad-background_1150-259.jpg",
},
{ {
id: "5", id: "5", brand: "Starter", name: "Handmade Herb Ravioli", price: "$28", rating: 5,
brand: "Starter", reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/pipe-rigate-pasta-bowl-towel-marble-surface_114579-81291.jpg"},
name: "Handmade Herb Ravioli",
price: "$28",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/pipe-rigate-pasta-bowl-towel-marble-surface_114579-81291.jpg",
},
{ {
id: "6", id: "6", brand: "Main", name: "Roasted Forest Risotto", price: "$38", rating: 5,
brand: "Main", reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-red-caviar-salmon-avocado_140725-6797.jpg"},
name: "Roasted Forest Risotto",
price: "$38",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-red-caviar-salmon-avocado_140725-6797.jpg",
},
]} ]}
title="Chef's Signature Selections" title="Chef's Signature Selections"
description="Explore our curated menu designed to offer a complete sensory journey." description="Explore our curated menu designed to offer a complete sensory journey."
@@ -192,60 +135,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Julian Thorne", date: "Oct 2023", title: "Critically Acclaimed", quote: "The Wagyu beef was perfection, redefined by balance and texture. A truly stellar culinary experience.", tag: "Dining Review", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=2", imageAlt: "happy diner portrait restaurant"},
name: "Julian Thorne",
date: "Oct 2023",
title: "Critically Acclaimed",
quote: "The Wagyu beef was perfection, redefined by balance and texture. A truly stellar culinary experience.",
tag: "Dining Review",
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=2",
imageAlt: "happy diner portrait restaurant",
},
{ {
id: "2", id: "2", name: "Sophie Martin", date: "Nov 2023", title: "Exceptional Quality", quote: "From the first sip of wine to the final bite of chocolate, every detail was meticulously crafted.", tag: "Event Attendee", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pitahaya-dragon-fruit-still-life-cinematic-dark-style_23-2151566201.jpg?_wi=2", imageAlt: "happy diner portrait restaurant"},
name: "Sophie Martin",
date: "Nov 2023",
title: "Exceptional Quality",
quote: "From the first sip of wine to the final bite of chocolate, every detail was meticulously crafted.",
tag: "Event Attendee",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pitahaya-dragon-fruit-still-life-cinematic-dark-style_23-2151566201.jpg?_wi=2",
imageAlt: "happy diner portrait restaurant",
},
{ {
id: "3", id: "3", name: "Marcus Vane", date: "Dec 2023", title: "Gourmet Highlight", quote: "Truly the best seasonal greens I have ever had. The freshness and depth of flavor were unparalleled.", tag: "Local Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-cleaning-tangerines-dark-surface_179666-44540.jpg", imageAlt: "happy diner portrait restaurant"},
name: "Marcus Vane",
date: "Dec 2023",
title: "Gourmet Highlight",
quote: "Truly the best seasonal greens I have ever had. The freshness and depth of flavor were unparalleled.",
tag: "Local Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-cleaning-tangerines-dark-surface_179666-44540.jpg",
imageAlt: "happy diner portrait restaurant",
},
{ {
id: "4", id: "4", name: "Elena Rossi", date: "Jan 2024", title: "Refined Elegance", quote: "An atmosphere of sheer sophistication. Perfect for a quiet celebratory dinner in the city.", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-woman-having-lunch-with-salmon-with-brown-noodles-soup-berry-salad-cocktail_141793-2455.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727991.jpg", imageAlt: "happy diner portrait restaurant"},
name: "Elena Rossi",
date: "Jan 2024",
title: "Refined Elegance",
quote: "An atmosphere of sheer sophistication. Perfect for a quiet celebratory dinner in the city.",
tag: "Regular Guest",
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-woman-having-lunch-with-salmon-with-brown-noodles-soup-berry-salad-cocktail_141793-2455.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727991.jpg",
imageAlt: "happy diner portrait restaurant",
},
{ {
id: "5", id: "5", name: "David Wu", date: "Feb 2024", title: "Culinary Art", quote: "Each dish felt like an artistic expression. The ravioli was absolutely divine.", tag: "Gourmet Expert", avatarSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-female-hands-background-sideboard-with-beautiful-vintage-dishes_169016-16094.jpg", imageAlt: "happy diner portrait restaurant"},
name: "David Wu",
date: "Feb 2024",
title: "Culinary Art",
quote: "Each dish felt like an artistic expression. The ravioli was absolutely divine.",
tag: "Gourmet Expert",
avatarSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-female-hands-background-sideboard-with-beautiful-vintage-dishes_169016-16094.jpg",
imageAlt: "happy diner portrait restaurant",
},
]} ]}
title="Guest Reflections" title="Guest Reflections"
description="Our guests' experiences define the spirit of Elysium Dining." description="Our guests' experiences define the spirit of Elysium Dining."
@@ -257,12 +155,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Food Choice 2024", "Food Choice 2024", "Michelin Distinction", "Local Culinary Guild", "Luxury Travel Guide", "Organic Sourcing Award"]}
"Michelin Distinction",
"Local Culinary Guild",
"Luxury Travel Guide",
"Organic Sourcing Award",
]}
title="Our Accolades" title="Our Accolades"
description="Proudly recognized by industry leaders for culinary and service excellence." description="Proudly recognized by industry leaders for culinary and service excellence."
showCard={true} showCard={true}
@@ -275,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How far in advance should I book?", content: "We recommend booking at least 2 weeks ahead for weekends, though last-minute table openings may arise."},
title: "How far in advance should I book?",
content: "We recommend booking at least 2 weeks ahead for weekends, though last-minute table openings may arise.",
},
{ {
id: "2", id: "2", title: "Do you offer dietary accommodations?", content: "Absolutely. Please let us know of any allergies or preferences during booking so we can tailor your experience."},
title: "Do you offer dietary accommodations?",
content: "Absolutely. Please let us know of any allergies or preferences during booking so we can tailor your experience.",
},
{ {
id: "3", id: "3", title: "What is the dress code?", content: "Smart elegant attire is appreciated. We invite you to dress comfortably while enjoying the refined atmosphere."},
title: "What is the dress code?",
content: "Smart elegant attire is appreciated. We invite you to dress comfortably while enjoying the refined atmosphere.",
},
]} ]}
title="Dining Insights" title="Dining Insights"
description="Information on reservations, menu, and our hospitality philosophy." description="Information on reservations, menu, and our hospitality philosophy."
@@ -302,11 +186,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Reservations" tag="Reservations"
title="Secure Your Table" title="Secure Your Table"
description="Experience an evening of culinary excellence. Connect with us today to coordinate your next visit." description="Spaces fill up quickly—secure your table for an evening of culinary excellence today."
imageSrc="http://img.b2bpic.net/free-photo/doors-building-door-european-style_1417-1307.jpg" imageSrc="http://img.b2bpic.net/free-photo/doors-building-door-european-style_1417-1307.jpg"
mediaAnimation="opacity" mediaAnimation="opacity"
buttonText="Inquire Now" buttonText="Inquire Now"
@@ -317,13 +200,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Elysium Dining" logoText="Elysium Dining"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Contact Us", text: "Contact Us", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>