Merge version_1 into main #2
273
src/app/page.tsx
273
src/app/page.tsx
@@ -34,119 +34,69 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lumière Dining"
|
||||
button={{ text: "Reservations", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Culinary Excellence at Lumière"
|
||||
description="Experience fine dining reimagined with fresh, locally sourced ingredients and artistic presentations."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Julianne Moore",
|
||||
handle: "@foodie_julie",
|
||||
testimonial: "The best dining experience I've had all year. Absolute perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
name: "Julianne Moore", handle: "@foodie_julie", testimonial: "The best dining experience I've had all year. Absolute perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
{
|
||||
name: "David Chang",
|
||||
handle: "@dave_eats",
|
||||
testimonial: "Innovative dishes, impeccable service, and a truly refined atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-talking-his-phone_23-2148214623.jpg",
|
||||
},
|
||||
name: "David Chang", handle: "@dave_eats", testimonial: "Innovative dishes, impeccable service, and a truly refined atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-talking-his-phone_23-2148214623.jpg"},
|
||||
{
|
||||
name: "Sophia Chen",
|
||||
handle: "@sophia_travels",
|
||||
testimonial: "Lumière is a hidden gem that offers unforgettable culinary art.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-eating-tart-dessert-cafe-with-reflection-table_53876-14448.jpg",
|
||||
},
|
||||
name: "Sophia Chen", handle: "@sophia_travels", testimonial: "Lumière is a hidden gem that offers unforgettable culinary art.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-eating-tart-dessert-cafe-with-reflection-table_53876-14448.jpg"},
|
||||
{
|
||||
name: "Marcus V.",
|
||||
handle: "@v_marcus",
|
||||
testimonial: "Sophisticated, warm, and utterly delicious. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
|
||||
},
|
||||
name: "Marcus V.", handle: "@v_marcus", testimonial: "Sophisticated, warm, and utterly delicious. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg"},
|
||||
{
|
||||
name: "Alice P.",
|
||||
handle: "@alice_food",
|
||||
testimonial: "An incredible journey for the senses. Truly unmatched quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
name: "Alice P.", handle: "@alice_food", testimonial: "An incredible journey for the senses. Truly unmatched quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-napkin-banquet-table_23-2147830616.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-napkin-banquet-table_23-2147830616.jpg"
|
||||
imageAlt="Luxurious restaurant dining room"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Harvest",
|
||||
},
|
||||
type: "text", text: "Seasonal Harvest"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Plating",
|
||||
},
|
||||
type: "text", text: "Artisan Plating"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Refined Atmosphere",
|
||||
},
|
||||
type: "text", text: "Refined Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Culinary Mastery",
|
||||
},
|
||||
type: "text", text: "Culinary Mastery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,20 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-to-Table Freshness",
|
||||
description: "We partner with local organic farms to ensure the highest quality produce daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-sliced-herbs-corn_140725-3452.jpg",
|
||||
},
|
||||
title: "Farm-to-Table Freshness", description: "We partner with local organic farms to ensure the highest quality produce daily.", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-sliced-herbs-corn_140725-3452.jpg"},
|
||||
{
|
||||
title: "Expert Culinary Team",
|
||||
description: "Our chefs are globally trained and bring diverse influences to our refined menu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg",
|
||||
},
|
||||
title: "Expert Culinary Team", description: "Our chefs are globally trained and bring diverse influences to our refined menu.", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg"},
|
||||
{
|
||||
title: "Artistic Plating",
|
||||
description: "Every dish is prepared like a masterpiece, offering beauty as much as flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-layered-carpese-salad-with-mozzarella-tomato-arugula_140725-291.jpg",
|
||||
},
|
||||
title: "Artistic Plating", description: "Every dish is prepared like a masterpiece, offering beauty as much as flavor.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-layered-carpese-salad-with-mozzarella-tomato-arugula_140725-291.jpg"},
|
||||
]}
|
||||
title="Why Lumière?"
|
||||
description="We don't just cook meals; we design experiences. Every detail from the table setting to the final garnish is meticulously planned."
|
||||
@@ -199,41 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Dry-Aged Ribeye",
|
||||
price: "$48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-burrata-mozzarella_501050-759.jpg",
|
||||
},
|
||||
id: "m1", name: "Dry-Aged Ribeye", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-burrata-mozzarella_501050-759.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$34",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg",
|
||||
},
|
||||
id: "m2", name: "Pan-Seared Scallops", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Truffle Porcini Risotto",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alfredo-fettuccine-with-mushroom-grated-parmesan-cherry-tomato_140725-6482.jpg",
|
||||
},
|
||||
id: "m3", name: "Truffle Porcini Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/alfredo-fettuccine-with-mushroom-grated-parmesan-cherry-tomato_140725-6482.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "House Made Focaccia",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-with-wheat-branch-flowers_140725-2793.jpg",
|
||||
},
|
||||
id: "m4", name: "House Made Focaccia", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-with-wheat-branch-flowers_140725-2793.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pear-cake-wooden-board-with-walnuts-chocolate-fresh-fruits-side-view_141793-3780.jpg",
|
||||
},
|
||||
id: "m5", name: "Dark Chocolate Ganache", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/pear-cake-wooden-board-with-walnuts-chocolate-fresh-fruits-side-view_141793-3780.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Spiced Pear Cocktail",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185358.jpg",
|
||||
},
|
||||
id: "m6", name: "Spiced Pear Cocktail", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185358.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our carefully curated dishes of the season, showcasing the perfect harmony of taste and texture."
|
||||
@@ -247,26 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "c1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Excellence since inception.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glazed-duck-fillet-with-mashed-potatoes-sauce-served-fancy-restaurant-plate-ai-generative_123827-23810.jpg",
|
||||
},
|
||||
id: "c1", value: "15+", title: "Years Experience", description: "Excellence since inception.", imageSrc: "http://img.b2bpic.net/free-photo/glazed-duck-fillet-with-mashed-potatoes-sauce-served-fancy-restaurant-plate-ai-generative_123827-23810.jpg"},
|
||||
{
|
||||
id: "c2",
|
||||
value: "200+",
|
||||
title: "Daily Guests",
|
||||
description: "Trusted by our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg",
|
||||
},
|
||||
id: "c2", value: "200+", title: "Daily Guests", description: "Trusted by our community.", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg"},
|
||||
{
|
||||
id: "c3",
|
||||
value: "50+",
|
||||
title: "Local Farmers",
|
||||
description: "Supporting regional agriculture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg",
|
||||
},
|
||||
id: "c3", value: "50+", title: "Local Farmers", description: "Supporting regional agriculture.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Setting standards in fine dining for years."
|
||||
@@ -280,33 +182,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "t1",
|
||||
title: "Jean-Pierre",
|
||||
subtitle: "Executive Chef",
|
||||
detail: "Master of classic French techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-cook-chef-uniform-cap-keeping-hands-together-looking-camera-isolated-pink-wall_141793-113061.jpg",
|
||||
},
|
||||
id: "t1", title: "Jean-Pierre", subtitle: "Executive Chef", detail: "Master of classic French techniques.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-cook-chef-uniform-cap-keeping-hands-together-looking-camera-isolated-pink-wall_141793-113061.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Maria Rossi",
|
||||
subtitle: "Sous Chef",
|
||||
detail: "Specialist in seasonal fusion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-peppering-fried-meat-pan_23-2148040258.jpg",
|
||||
},
|
||||
id: "t2", title: "Maria Rossi", subtitle: "Sous Chef", detail: "Specialist in seasonal fusion.", imageSrc: "http://img.b2bpic.net/free-photo/cook-peppering-fried-meat-pan_23-2148040258.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Elena Gomez",
|
||||
subtitle: "Pastry Chef",
|
||||
detail: "Architect of our signature desserts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-holding-cane_23-2149833699.jpg",
|
||||
},
|
||||
id: "t3", title: "Elena Gomez", subtitle: "Pastry Chef", detail: "Architect of our signature desserts.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-holding-cane_23-2149833699.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-napkin-banquet-table_23-2147830616.jpg?_wi=2",
|
||||
imageAlt: "professional chef portrait studio light",
|
||||
},
|
||||
]}
|
||||
title="Meet the Minds Behind the Meal"
|
||||
@@ -322,25 +205,15 @@ export default function LandingPage() {
|
||||
author="Alice P."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-tomato-salad-with-mozzarella-mint-served-with-white-wine_141793-2465.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-tomato-salad-with-mozzarella-mint-served-with-white-wine_141793-2465.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-couple-dating-cafeteria_23-2147736694.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-couple-dating-cafeteria_23-2147736694.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -353,20 +226,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: "Do you offer vegan options?",
|
||||
content: "Absolutely, we have a dedicated seasonal plant-based menu.",
|
||||
},
|
||||
id: "f2", title: "Do you offer vegan options?", content: "Absolutely, we have a dedicated seasonal plant-based menu."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, valet parking is available for all guests starting at 6:00 PM.",
|
||||
},
|
||||
id: "f3", title: "Is parking available?", content: "Yes, valet parking is available for all guests starting at 6:00 PM."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have inquiries about our dining policy or menu?"
|
||||
@@ -378,14 +242,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready for an exquisite meal? Reserve your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Table", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -394,33 +255,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Lumière",
|
||||
items: [
|
||||
title: "Lumière", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "The Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "The Menu", href: "#menu"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "123 Culinary Ln",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Culinary Ln", href: "#"},
|
||||
{
|
||||
label: "contact@lumiere.com",
|
||||
href: "mailto:contact@lumiere.com",
|
||||
},
|
||||
label: "contact@lumiere.com", href: "mailto:contact@lumiere.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user