Merge version_1 into main #2
217
src/app/page.tsx
217
src/app/page.tsx
@@ -29,87 +29,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Our Story", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Lumière Dining"
|
||||
button={{ text: "Reserve", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="A Symphony of Flavors"
|
||||
description="Experience culinary excellence in an intimate, warm setting designed for those who appreciate the finer things in life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dish-set-gilded-candlesticks_140725-2255.jpg?_wi=1"
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dish-set-gilded-candlesticks_140725-2255.jpg"
|
||||
imageAlt="Fine dining restaurant atmosphere"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feminine-young-alluring-woman-leaning-coffee-table-sitting-cafe-looking-camera-with-slight-romantic-smile-gazing-sensually-having-date-with-boyfriend-favorite-place-downtown_197531-30506.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/feminine-young-alluring-woman-leaning-coffee-table-sitting-cafe-looking-camera-with-slight-romantic-smile-gazing-sensually-having-date-with-boyfriend-favorite-place-downtown_197531-30506.jpg", alt: "Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg", alt: "Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", alt: "Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg", alt: "Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", alt: "Diner 5" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ food lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Star Rated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-Table",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Cocktails",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sommelier Selected",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Menu",
|
||||
},
|
||||
{ type: "text", text: "Michelin Star Rated" },
|
||||
{ type: "text", text: "Farm-to-Table" },
|
||||
{ type: "text", text: "Handcrafted Cocktails" },
|
||||
{ type: "text", text: "Sommelier Selected" },
|
||||
{ type: "text", text: "Seasonal Menu" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,18 +72,9 @@ export default function LandingPage() {
|
||||
title="Crafted with Passion"
|
||||
description="Our mission is to bring nature's freshest ingredients to your plate. Every dish is a story, meticulously prepared to delight your senses and leave a lasting impression."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Seasonal Dishes",
|
||||
},
|
||||
{
|
||||
value: "4.9",
|
||||
title: "Guest Rating",
|
||||
},
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "50+", title: "Seasonal Dishes" },
|
||||
{ value: "4.9", title: "Guest Rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hands-cutting-cheese_23-2149412469.jpg"
|
||||
imageAlt="Chef preparing dish"
|
||||
@@ -146,24 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-to-Table Entrees",
|
||||
description: "Locally sourced, organic seasonal ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
|
||||
imageAlt: "Gourmet dish",
|
||||
},
|
||||
{
|
||||
title: "Curated Wine Pairings",
|
||||
description: "Expertly selected wines from premium vineyards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg",
|
||||
imageAlt: "Fine wine",
|
||||
},
|
||||
{
|
||||
title: "Crafted Mixology",
|
||||
description: "Bespoke cocktails designed for every palate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125769.jpg",
|
||||
imageAlt: "Craft cocktail",
|
||||
},
|
||||
{ title: "Farm-to-Table Entrees", description: "Locally sourced, organic seasonal ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", imageAlt: "Gourmet dish" },
|
||||
{ title: "Curated Wine Pairings", description: "Expertly selected wines from premium vineyards.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg", imageAlt: "Fine wine" },
|
||||
{ title: "Crafted Mixology", description: "Bespoke cocktails designed for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125769.jpg", imageAlt: "Craft cocktail" },
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="Discover our carefully curated menu, featuring local produce and artisanal techniques."
|
||||
@@ -174,42 +102,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Food Critic",
|
||||
testimonial: "The balance of flavors is simply masterful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feminine-young-alluring-woman-leaning-coffee-table-sitting-cafe-looking-camera-with-slight-romantic-smile-gazing-sensually-having-date-with-boyfriend-favorite-place-downtown_197531-30506.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Patron",
|
||||
testimonial: "The best dining experience I've had in years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Regular",
|
||||
testimonial: "Exquisite service and truly incredible dishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
role: "Visitor",
|
||||
testimonial: "A hidden gem. Will definitely be returning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amara Diallo",
|
||||
role: "Patron",
|
||||
testimonial: "Unforgettable atmosphere and pure culinary art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
{ id: "1", name: "Elena Rodriguez", role: "Food Critic", testimonial: "The balance of flavors is simply masterful.", imageSrc: "http://img.b2bpic.net/free-photo/feminine-young-alluring-woman-leaning-coffee-table-sitting-cafe-looking-camera-with-slight-romantic-smile-gazing-sensually-having-date-with-boyfriend-favorite-place-downtown_197531-30506.jpg" },
|
||||
{ id: "2", name: "Marcus Thorne", role: "Patron", testimonial: "The best dining experience I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg" },
|
||||
{ id: "3", name: "Sarah Jenkins", role: "Regular", testimonial: "Exquisite service and truly incredible dishes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
|
||||
{ id: "4", name: "David Wu", role: "Visitor", testimonial: "A hidden gem. Will definitely be returning.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg" },
|
||||
{ id: "5", name: "Amara Diallo", role: "Patron", testimonial: "Unforgettable atmosphere and pure culinary art.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="Hear what our patrons say about their experience."
|
||||
@@ -221,23 +120,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Absolutely, we have a dedicated seasonal menu.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is dress code required?",
|
||||
content: "Smart casual attire is preferred for your comfort.",
|
||||
},
|
||||
{ id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance." },
|
||||
{ id: "2", title: "Are there vegetarian options?", content: "Absolutely, we have a dedicated seasonal menu." },
|
||||
{ id: "3", title: "Is dress code required?", content: "Smart casual attire is preferred for your comfort." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dish-set-gilded-candlesticks_140725-2255.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dish-set-gilded-candlesticks_140725-2255.jpg"
|
||||
title="Frequently Asked"
|
||||
description="Have questions? We're here to help."
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -248,9 +135,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Reserve Today"
|
||||
title="Book Your Table"
|
||||
description="Join us for an evening of elegance and flavor."
|
||||
@@ -262,36 +147,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Lumière Dining"
|
||||
bottomRightText="Crafted with care"
|
||||
|
||||
Reference in New Issue
Block a user