Merge version_1 into main #2
269
src/app/page.tsx
269
src/app/page.tsx
@@ -29,129 +29,40 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lumière Dining"
|
||||
button={{ text: "Reserve", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="A Symphony of Flavors"
|
||||
description="Experience culinary artistry in the heart of the city, where tradition meets contemporary elegance."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-view-ofcake-ingredients-with-walnuts_23-2148368199.jpg",
|
||||
imageAlt: "Kitchen craft",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg?_wi=1",
|
||||
imageAlt: "Gourmet plating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494228.jpg?_wi=1",
|
||||
imageAlt: "Bartender art",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg?_wi=1",
|
||||
imageAlt: "Fine dining atmosphere",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg", imageAlt: "Restaurant ambiance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/defocused-view-ofcake-ingredients-with-walnuts_23-2148368199.jpg", imageAlt: "Kitchen craft" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg", imageAlt: "Gourmet plating" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494228.jpg", imageAlt: "Bartender art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg", imageAlt: "Fine dining atmosphere" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-with-sliced-vegetables_140725-3653.jpg?_wi=1",
|
||||
imageAlt: "Prime steak",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-berries-powdered-sugar-green-sauce_140725-71823.jpg?_wi=1",
|
||||
imageAlt: "Exquisite dessert",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-alfredo-with-toasted-smoked-salmon-parsley-parmesan_140725-1417.jpg?_wi=1",
|
||||
imageAlt: "Seafood pasta",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg?_wi=1",
|
||||
imageAlt: "Artisan bread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg?_wi=1",
|
||||
imageAlt: "Celebrating guests",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-with-sliced-vegetables_140725-3653.jpg", imageAlt: "Prime steak" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-berries-powdered-sugar-green-sauce_140725-71823.jpg", imageAlt: "Exquisite dessert" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/salmon-alfredo-with-toasted-smoked-salmon-parsley-parmesan_140725-1417.jpg", imageAlt: "Seafood pasta" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg", imageAlt: "Artisan bread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg", imageAlt: "Celebrating guests" }
|
||||
]}
|
||||
tag="Award Winning Cuisine"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-women-toasting-glasses-wine_23-2148454146.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by over 15,000 food enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Star Rated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Tasting Menus",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Wine List",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Fine Dining",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,12 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Our Philosophy of Taste"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn Our Story", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,42 +82,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Truffle Risotto",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Artisan Bread Basket",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elderflower Spritz",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494228.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Prime Wagyu Steak",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-with-sliced-vegetables_140725-3653.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Midnight Dark Chocolate",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-berries-powdered-sugar-green-sauce_140725-71823.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seafood Linguine",
|
||||
price: "$42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-alfredo-with-toasted-smoked-salmon-parsley-parmesan_140725-1417.jpg?_wi=2",
|
||||
},
|
||||
{ id: "p1", name: "Truffle Risotto", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg" },
|
||||
{ id: "p2", name: "Artisan Bread Basket", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
|
||||
{ id: "p3", name: "Elderflower Spritz", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494228.jpg" },
|
||||
{ id: "p4", name: "Prime Wagyu Steak", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-with-sliced-vegetables_140725-3653.jpg" },
|
||||
{ id: "p5", name: "Midnight Dark Chocolate", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-berries-powdered-sugar-green-sauce_140725-71823.jpg" },
|
||||
{ id: "p6", name: "Seafood Linguine", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/salmon-alfredo-with-toasted-smoked-salmon-parsley-parmesan_140725-1417.jpg" }
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="Curated dishes designed to delight the palate."
|
||||
@@ -220,63 +96,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Food Critic",
|
||||
company: "Dining Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert G.",
|
||||
role: "Local Patron",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah L.",
|
||||
role: "Event Planner",
|
||||
company: "Events Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael D.",
|
||||
role: "Frequent Guest",
|
||||
company: "Business Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-women-toasting-glasses-wine_23-2148454146.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma R.",
|
||||
role: "Food Blogger",
|
||||
company: "Flavor Seekers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Alice M.", role: "Food Critic", company: "Dining Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg" },
|
||||
{ id: "2", name: "Robert G.", role: "Local Patron", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg" },
|
||||
{ id: "3", name: "Sarah L.", role: "Event Planner", company: "Events Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
|
||||
{ id: "4", name: "Michael D.", role: "Frequent Guest", company: "Business Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-women-toasting-glasses-wine_23-2148454146.jpg" },
|
||||
{ id: "5", name: "Emma R.", role: "Food Blogger", company: "Flavor Seekers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "15k+",
|
||||
label: "Guests Served",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
label: "Awards Won",
|
||||
},
|
||||
{ value: "4.9", label: "Rating" },
|
||||
{ value: "15k+", label: "Guests Served" },
|
||||
{ value: "10", label: "Awards Won" }
|
||||
]}
|
||||
title="Stories from Our Guests"
|
||||
description="What our patrons say about their dining experience."
|
||||
@@ -286,9 +119,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reservations"
|
||||
title="Secure Your Table"
|
||||
description="We look forward to welcoming you soon. Contact us for private events or table bookings."
|
||||
@@ -299,31 +130,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
{
|
||||
label: "123 Gourmet Lane",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "City Center, 1001",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Visit Us", items: [
|
||||
{ label: "123 Gourmet Lane", href: "#" },
|
||||
{ label: "City Center, 1001", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Fri: 5pm-11pm",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sat-Sun: 11am-11pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Fri: 5pm-11pm", href: "#" },
|
||||
{ label: "Sat-Sun: 11am-11pm", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Lumière Dining"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user