2 Commits

Author SHA1 Message Date
234b4ff7f8 Update src/app/page.tsx 2026-04-18 05:11:12 +00:00
5fff32cafd Merge version_2 into main
Merge version_2 into main
2026-04-18 05:10:13 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Where culinary artistry meets sophisticated dining. Experience a curated menu crafted from the finest seasonal ingredients in an atmosphere of warmth and elegance." 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={[ buttons={[
{ text: "Reserve Now", href: "#contact" }, { text: "Reserve Now", href: "#contact" },
{ text: "View Menu", href: "#menu" }, { text: "View Full Menu", href: "#menu" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg" imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg"
imageAlt="Luxurious restaurant setting" imageAlt="Luxurious restaurant setting"
@@ -75,24 +75,12 @@ export default function LandingPage() {
{ text: "View Full Menu", href: "#" } { text: "View Full Menu", href: "#" }
]} ]}
products={[ 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, { 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" },
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.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: "2", brand: "Main", name: "Seared Scallops", price: "$38", rating: 5, { 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" },
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: "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: "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: "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"},
]} ]}
title="Signature Selections" title="Signature Selections"
description="Explore our chef's hand-picked dishes that define the Lumière experience." description="Explore our chef's hand-picked dishes that define the Lumière experience."
@@ -104,7 +92,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ 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" title="Recognized Excellence"
description="Honored by the world's most prestigious culinary guides." description="Honored by the world's most prestigious culinary guides."
/> />
@@ -115,16 +104,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "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: "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: "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: "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: "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" title="Guest Stories"
description="Discover what our patrons say about their dining experience at Lumière." description="Discover what our patrons say about their dining experience at Lumière."
@@ -136,12 +120,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ 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: "f3", title: "Are there vegetarian options?", content: "Yes, our menu includes a variety of thoughtfully crafted vegetarian and vegan dishes." },
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."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg" imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg"
mediaAnimation="opacity" mediaAnimation="opacity"
@@ -158,12 +139,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ 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: "m3", value: "30+", description: "Local Organic Partners" },
id: "m2", value: "5,000+", description: "Satisfied Diners Served"},
{
id: "m3", value: "30+", description: "Local Organic Partners"},
]} ]}
title="Our Impact" title="Our Impact"
description="Numbers reflecting our dedication to quality." description="Numbers reflecting our dedication to quality."