Update src/app/page.tsx
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -31,41 +31,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lumière Bistro"
|
||||
button={{ text: "Book a Table", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Culinary Excellence Redefined"
|
||||
description="Experience the art of fine dining in the heart of the city. We craft exquisite flavors using locally sourced, seasonal ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=1"
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,15 +55,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg",
|
||||
alt: "About Lumière Bistro",
|
||||
},
|
||||
{ type: "text", content: "Our Philosophy" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg", alt: "About Lumière Bistro" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,48 +68,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aged Wagyu Steak",
|
||||
price: "$65",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Truffle Tagliatelle",
|
||||
price: "$38",
|
||||
variant: "Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-made-sliced-vegetables-with-herbs_141793-834.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$42",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2974.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dark Chocolate Fondant",
|
||||
price: "$22",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136324.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Artisan Cheese Plate",
|
||||
price: "$30",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Signature Duck Confit",
|
||||
price: "$45",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg",
|
||||
},
|
||||
{ id: "1", name: "Aged Wagyu Steak", price: "$65", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg" },
|
||||
{ id: "2", name: "Truffle Tagliatelle", price: "$38", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/salad-made-sliced-vegetables-with-herbs_141793-834.jpg" },
|
||||
{ id: "3", name: "Pan-Seared Scallops", price: "$42", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2974.jpg" },
|
||||
{ id: "4", name: "Dark Chocolate Fondant", price: "$22", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136324.jpg" },
|
||||
{ id: "5", name: "Artisan Cheese Plate", price: "$30", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg" },
|
||||
{ id: "6", name: "Signature Duck Confit", price: "$45", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="A curated selection of our finest dishes, crafted by award-winning chefs."
|
||||
@@ -148,30 +87,12 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Isabella & Marcus"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/loving-couple-enjoying-each-other-dinner_23-2148025312.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1322.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/loving-couple-enjoying-each-other-dinner_23-2148025312.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1322.jpg", alt: "Customer" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -184,33 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Farm-to-Table",
|
||||
descriptions: [
|
||||
"We source directly from local sustainable farms for every single ingredient.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg",
|
||||
imageAlt: "Restaurant luxury interior design in dark lightning.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Expert Chefs",
|
||||
descriptions: [
|
||||
"Our kitchen is helmed by world-class chefs trained in classical culinary arts.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=2",
|
||||
imageAlt: "Restaurant luxury interior design in dark lightning.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Curated Wine List",
|
||||
descriptions: [
|
||||
"A handpicked wine selection designed to pair perfectly with every course on our menu.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg",
|
||||
imageAlt: "Restaurant luxury interior design in dark lightning.",
|
||||
},
|
||||
{ id: "f1", title: "Farm-to-Table", descriptions: ["We source directly from local sustainable farms for every single ingredient."], imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", imageAlt: "Restaurant luxury interior design." },
|
||||
{ id: "f2", title: "Expert Chefs", descriptions: ["Our kitchen is helmed by world-class chefs trained in classical culinary arts."], imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Expert chefs." },
|
||||
{ id: "f3", title: "Curated Wine List", descriptions: ["A handpicked wine selection designed to pair perfectly with every course on our menu."], imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg", imageAlt: "Curated wine." },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence is at the core of every detail in our bistro experience."
|
||||
@@ -224,21 +121,9 @@ export default function LandingPage() {
|
||||
tag="The Culinary Team"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Chef Alessandro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-male-chef-holding-green-organic-broccoli-his-hand_23-2147863621.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12306.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marc Dubois",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-leaning-table_23-2148060479.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Chef Alessandro", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-male-chef-holding-green-organic-broccoli-his-hand_23-2147863621.jpg" },
|
||||
{ id: "t2", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12306.jpg" },
|
||||
{ id: "t3", name: "Marc Dubois", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-leaning-table_23-2148060479.jpg" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -249,21 +134,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend making a reservation in advance as our tables fill up quickly.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "We offer a diverse selection of plant-based dishes crafted with the same culinary excellence.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you host private events?",
|
||||
content: "Yes, we specialize in hosting intimate private dining experiences and events tailored to your needs.",
|
||||
},
|
||||
{ id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation in advance as our tables fill up quickly." },
|
||||
{ id: "q2", title: "Are there vegetarian options?", content: "We offer a diverse selection of plant-based dishes crafted with the same culinary excellence." },
|
||||
{ id: "q3", title: "Do you host private events?", content: "Yes, we specialize in hosting intimate private dining experiences and events tailored to your needs." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find out more about our reservations and dining policies."
|
||||
@@ -274,9 +147,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Join Our Newsletter"
|
||||
description="Stay updated with seasonal menu specials and exclusive event invitations."
|
||||
tag="Stay Connected"
|
||||
|
||||
Reference in New Issue
Block a user