Merge version_2 into main #2
195
src/app/page.tsx
195
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Reservations", id: "#contact"},
|
||||
]}
|
||||
brandName="Elysium Dining"
|
||||
/>
|
||||
@@ -52,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Elysium Dining"
|
||||
description="An unforgettable culinary journey where farm-to-table traditions meet modern fine dining elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View 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"
|
||||
imageAlt="Luxurious dining atmosphere"
|
||||
@@ -90,29 +79,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Fresh Local Sourcing",
|
||||
description: "Partnering with organic family farms for daily fresh deliveries.",
|
||||
},
|
||||
title: "Fresh Local Sourcing", description: "Partnering with organic family farms for daily fresh deliveries."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Artisanal Techniques",
|
||||
description: "Classic cooking methods refined for the modern palate.",
|
||||
},
|
||||
title: "Artisanal Techniques", description: "Classic cooking methods refined for the modern palate."},
|
||||
{
|
||||
icon: Wine,
|
||||
title: "Sommelier Selection",
|
||||
description: "Curated wine pairings from boutique vineyards worldwide.",
|
||||
},
|
||||
title: "Sommelier Selection", description: "Curated wine pairings from boutique vineyards worldwide."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Seasonal Menus",
|
||||
description: "Dynamic dishes reflecting the best of each harvest season.",
|
||||
},
|
||||
title: "Seasonal Menus", description: "Dynamic dishes reflecting the best of each harvest season."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Warm Hospitality",
|
||||
description: "Dedicated service focused on comfort and guest satisfaction.",
|
||||
},
|
||||
title: "Warm Hospitality", description: "Dedicated service focused on comfort and guest satisfaction."},
|
||||
]}
|
||||
title="Our Culinary Values"
|
||||
description="We believe that exceptional dining starts with intentional choices in sourcing and preparation."
|
||||
@@ -127,59 +106,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Main",
|
||||
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: "1", brand: "Main", 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",
|
||||
brand: "Main",
|
||||
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: "2", brand: "Main", 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",
|
||||
brand: "Dessert",
|
||||
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: "3", brand: "Dessert", 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",
|
||||
brand: "Starter",
|
||||
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: "4", brand: "Starter", 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",
|
||||
brand: "Starter",
|
||||
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: "5", brand: "Starter", 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",
|
||||
brand: "Main",
|
||||
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",
|
||||
},
|
||||
id: "6", brand: "Main", 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"
|
||||
description="Explore our curated menu designed to offer a complete sensory journey."
|
||||
@@ -192,60 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Guest Reflections"
|
||||
description="Our guests' experiences define the spirit of Elysium Dining."
|
||||
@@ -257,12 +155,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Food Choice 2024",
|
||||
"Michelin Distinction",
|
||||
"Local Culinary Guild",
|
||||
"Luxury Travel Guide",
|
||||
"Organic Sourcing Award",
|
||||
]}
|
||||
"Food Choice 2024", "Michelin Distinction", "Local Culinary Guild", "Luxury Travel Guide", "Organic Sourcing Award"]}
|
||||
title="Our Accolades"
|
||||
description="Proudly recognized by industry leaders for culinary and service excellence."
|
||||
showCard={true}
|
||||
@@ -275,20 +168,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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="Dining Insights"
|
||||
description="Information on reservations, menu, and our hospitality philosophy."
|
||||
@@ -302,11 +186,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservations"
|
||||
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"
|
||||
mediaAnimation="opacity"
|
||||
buttonText="Inquire Now"
|
||||
@@ -317,16 +200,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Elysium Dining"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user