Update src/app/page.tsx
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reservations", id: "contact"},
|
||||
]}
|
||||
brandName="Lumière Dining"
|
||||
/>
|
||||
@@ -58,69 +50,37 @@ export default function LandingPage() {
|
||||
description="Experience fine dining reimagined. Lumière offers an exquisite journey through seasonal ingredients and masterful culinary craft."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Julia Bennett",
|
||||
handle: "@juliab",
|
||||
testimonial: "The culinary standard here is unmatched. Simply unforgettable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
},
|
||||
name: "Julia Bennett", handle: "@juliab", testimonial: "The culinary standard here is unmatched. Simply unforgettable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg"},
|
||||
{
|
||||
name: "Marcus V.",
|
||||
handle: "@marcusv",
|
||||
testimonial: "An exquisite evening. Every detail, from the decor to the last bite, was perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
name: "Marcus V.", handle: "@marcusv", testimonial: "An exquisite evening. Every detail, from the decor to the last bite, was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarahchen",
|
||||
testimonial: "Truly the best meal of my life. The wine pairing was inspired.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@sarahchen", testimonial: "Truly the best meal of my life. The wine pairing was inspired.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@dt",
|
||||
testimonial: "Impeccable service in a stunning environment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520074.jpg",
|
||||
},
|
||||
name: "David Thorne", handle: "@dt", testimonial: "Impeccable service in a stunning environment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520074.jpg"},
|
||||
{
|
||||
name: "Elena Ross",
|
||||
handle: "@eross",
|
||||
testimonial: "Lumière defines luxury dining. Absolutely recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
|
||||
},
|
||||
name: "Elena Ross", handle: "@eross", testimonial: "Lumière defines luxury dining. Absolutely recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", alt: "Happy diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg",
|
||||
alt: "Dining guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg", alt: "Dining guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg",
|
||||
alt: "Restaurant guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", alt: "Restaurant guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598994.jpg",
|
||||
alt: "Elegant diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598994.jpg", alt: "Elegant diner"},
|
||||
]}
|
||||
avatarText="Join over 5,000 delighted diners"
|
||||
/>
|
||||
@@ -133,19 +93,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Chef Excellence",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Chef Excellence", value: "20+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Michelin Stars",
|
||||
value: "3",
|
||||
},
|
||||
label: "Michelin Stars", value: "3"},
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Years Active",
|
||||
value: "15",
|
||||
},
|
||||
label: "Years Active", value: "15"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -158,28 +112,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Origin",
|
||||
description: "We source the finest seasonal ingredients locally.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16138.jpg",
|
||||
imageAlt: "professional chef kitchen plate presentation",
|
||||
title: "Fresh Origin", description: "We source the finest seasonal ingredients locally.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Wine Cellar",
|
||||
description: "An curated selection of world-class vintages.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wine,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg?_wi=2",
|
||||
imageAlt: "professional chef kitchen plate presentation",
|
||||
title: "Wine Cellar", description: "An curated selection of world-class vintages.", bentoComponent: "reveal-icon", icon: Wine,
|
||||
},
|
||||
{
|
||||
title: "Personalized Service",
|
||||
description: "Dedicated staff ensuring a bespoke experience.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: UserCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg",
|
||||
imageAlt: "professional chef kitchen plate presentation",
|
||||
title: "Personalized Service", description: "Dedicated staff ensuring a bespoke experience.", bentoComponent: "reveal-icon", icon: UserCheck,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -195,41 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Truffle Risotto",
|
||||
price: "$48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg",
|
||||
},
|
||||
id: "1", name: "Truffle Risotto", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Wagyu Tenderloin",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg",
|
||||
},
|
||||
id: "2", name: "Wagyu Tenderloin", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$52",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-1362.jpg",
|
||||
},
|
||||
id: "3", name: "Pan-Seared Scallops", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-1362.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Sphere",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-sweet-biscuits-inside-designed-plate-dark-space_140725-95311.jpg",
|
||||
},
|
||||
id: "4", name: "Chocolate Sphere", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-sweet-biscuits-inside-designed-plate-dark-space_140725-95311.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Artisanal Bread",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-wine-glass_23-2148941533.jpg",
|
||||
},
|
||||
id: "5", name: "Artisanal Bread", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-wine-glass_23-2148941533.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Garden Essence Salad",
|
||||
price: "$34",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg",
|
||||
},
|
||||
id: "6", name: "Garden Essence Salad", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our curated culinary creations."
|
||||
@@ -244,45 +159,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Julia Bennett",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
},
|
||||
id: "1", name: "Julia Bennett", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus V.",
|
||||
role: "Director",
|
||||
company: "V-Labs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-chicken-wings_23-2150347933.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus V.", role: "Director", company: "V-Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-chicken-wings_23-2150347933.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Chen",
|
||||
role: "Founder",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Chen", role: "Founder", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
role: "Artist",
|
||||
company: "CreativeStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg",
|
||||
},
|
||||
id: "4", name: "David Thorne", role: "Artist", company: "CreativeStudio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Ross",
|
||||
role: "Marketing",
|
||||
company: "BrandCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Ross", role: "Marketing", company: "BrandCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their journey at Lumière."
|
||||
@@ -295,20 +185,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "We recommend reservations due to high demand.",
|
||||
},
|
||||
id: "1", title: "Do you accept walk-ins?", content: "We recommend reservations due to high demand."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer private dining?",
|
||||
content: "Yes, we provide exclusive private room arrangements.",
|
||||
},
|
||||
id: "2", title: "Do you offer private dining?", content: "Yes, we provide exclusive private room arrangements."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Our menu features extensive curated vegetarian dishes.",
|
||||
},
|
||||
id: "3", title: "Are there vegetarian options?", content: "Our menu features extensive curated vegetarian dishes."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to your queries about dining at Lumière."
|
||||
@@ -320,8 +201,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reservations"
|
||||
title="Reserve Your Table"
|
||||
description="Book an unforgettable evening at Lumière."
|
||||
@@ -337,46 +217,29 @@ export default function LandingPage() {
|
||||
logoText="Lumière"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user