Merge version_1 into main #1
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,28 +31,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lumière Bistro"
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,14 +47,8 @@ export default function LandingPage() {
|
||||
logoText="Lumière Bistro"
|
||||
description="Where culinary artistry meets sophisticated dining. Experience a curated menu crafted from the finest seasonal ingredients in an atmosphere of warmth and elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Reserve Now", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg"
|
||||
imageAlt="Luxurious restaurant setting"
|
||||
@@ -93,59 +73,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Appetizer",
|
||||
name: "Truffle Burrata",
|
||||
price: "$24",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg",
|
||||
},
|
||||
id: "1", brand: "Appetizer", name: "Truffle Burrata", price: "$24", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Main",
|
||||
name: "Seared Scallops",
|
||||
price: "$38",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18343.jpg",
|
||||
},
|
||||
id: "2", brand: "Main", name: "Seared Scallops", price: "$38", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18343.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Pasta",
|
||||
name: "Handmade Ravioli",
|
||||
price: "$32",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-cherry-tomatoes_114579-1751.jpg",
|
||||
},
|
||||
id: "3", brand: "Pasta", name: "Handmade Ravioli", price: "$32", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-cherry-tomatoes_114579-1751.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Dessert",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg",
|
||||
},
|
||||
id: "4", brand: "Dessert", name: "Dark Chocolate Ganache", price: "$18", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Appetizer",
|
||||
name: "Artisan Garden Salad",
|
||||
price: "$16",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks_23-2149707856.jpg",
|
||||
},
|
||||
id: "5", brand: "Appetizer", name: "Artisan Garden Salad", price: "$16", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks_23-2149707856.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Main",
|
||||
name: "Wagyu Beef Filet",
|
||||
price: "$58",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-served-with-crispy-cracker-green-vegetables_114579-1717.jpg",
|
||||
},
|
||||
id: "6", brand: "Main", name: "Wagyu Beef Filet", price: "$58", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/salad-served-with-crispy-cracker-green-vegetables_114579-1717.jpg"},
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="Explore our chef's hand-picked dishes that define the Lumière experience."
|
||||
@@ -157,14 +101,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Michelin Guide",
|
||||
"Gourmet Magazine",
|
||||
"Epicurious",
|
||||
"Zagat Award",
|
||||
"Food & Wine",
|
||||
"Eater Award",
|
||||
"James Beard Nominee",
|
||||
]}
|
||||
"Michelin Guide", "Gourmet Magazine", "Epicurious", "Zagat Award", "Food & Wine", "Eater Award", "James Beard Nominee"]}
|
||||
title="Recognized Excellence"
|
||||
description="Honored by the world's most prestigious culinary guides."
|
||||
/>
|
||||
@@ -176,45 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Experience",
|
||||
quote: "The truffle burrata was absolutely divine. A perfect start to the evening.",
|
||||
name: "Alice M.",
|
||||
role: "Food Critic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
},
|
||||
id: "1", title: "Amazing Experience", quote: "The truffle burrata was absolutely divine. A perfect start to the evening.", name: "Alice M.", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Exceptional Service",
|
||||
quote: "Service was impeccable, and the wine pairing was spot on. Highly recommended.",
|
||||
name: "Robert B.",
|
||||
role: "Local Patron",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1341.jpg",
|
||||
},
|
||||
id: "2", title: "Exceptional Service", quote: "Service was impeccable, and the wine pairing was spot on. Highly recommended.", name: "Robert B.", role: "Local Patron", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1341.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Culinary Art",
|
||||
quote: "Every plate looked like a masterpiece. The flavors were truly balanced.",
|
||||
name: "Elena K.",
|
||||
role: "Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
|
||||
},
|
||||
id: "3", title: "Culinary Art", quote: "Every plate looked like a masterpiece. The flavors were truly balanced.", name: "Elena K.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfect Evening",
|
||||
quote: "We celebrated our anniversary here and it couldn't have been better.",
|
||||
name: "James P.",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150285566.jpg",
|
||||
},
|
||||
id: "4", title: "Perfect Evening", quote: "We celebrated our anniversary here and it couldn't have been better.", name: "James P.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150285566.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Authentic Flavors",
|
||||
quote: "The freshest ingredients I've ever tasted in a restaurant setting. Simply delicious.",
|
||||
name: "Sarah D.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
|
||||
},
|
||||
id: "5", title: "Authentic Flavors", quote: "The freshest ingredients I've ever tasted in a restaurant setting. Simply delicious.", name: "Sarah D.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg"},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Discover what our patrons say about their dining experience at Lumière."
|
||||
@@ -227,20 +134,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance, especially for weekend dining.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekend dining."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the dress code?",
|
||||
content: "We maintain a smart-casual atmosphere to match the elegance of our space.",
|
||||
},
|
||||
id: "f2", title: "What is the dress code?", content: "We maintain a smart-casual atmosphere to match the elegance of our space."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, our menu includes a variety of thoughtfully crafted vegetarian and vegan dishes.",
|
||||
},
|
||||
id: "f3", title: "Are there vegetarian options?", content: "Yes, our menu includes a variety of thoughtfully crafted vegetarian and vegan dishes."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg"
|
||||
mediaAnimation="opacity"
|
||||
@@ -258,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Culinary Excellence",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Culinary Excellence"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5,000+",
|
||||
description: "Satisfied Diners Served",
|
||||
},
|
||||
id: "m2", value: "5,000+", description: "Satisfied Diners Served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "30+",
|
||||
description: "Local Organic Partners",
|
||||
},
|
||||
id: "m3", value: "30+", description: "Local Organic Partners"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Numbers reflecting our dedication to quality."
|
||||
@@ -281,17 +170,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Book Your Table"
|
||||
description="Join us for an unforgettable dining experience in the heart of the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Reserve Now", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -299,14 +183,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Lumière Bistro"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user