Merge version_1 into main #2
393
src/app/page.tsx
393
src/app/page.tsx
@@ -32,124 +32,46 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gourmet Bistro"
|
||||
button={{ text: "Reserve a Table", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Exquisite Flavors, Unforgettable Moments"
|
||||
description="Experience fine dining reimagined with seasonal ingredients and traditional culinary techniques. Book your table now."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna Smith",
|
||||
handle: "@annas",
|
||||
testimonial: "The best dining experience I've had in years. Exceptional flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-tableware-with-copy-space_23-2148746072.jpg",
|
||||
},
|
||||
{
|
||||
name: "James Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Everything was perfect, from service to the last bite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
handle: "@slee",
|
||||
testimonial: "A culinary masterpiece. Highly recommended to everyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "Exquisite presentation and perfect balance of flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-composition-glasses_23-2147975369.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Rossi",
|
||||
handle: "@erossi",
|
||||
testimonial: "Truly a top-tier restaurant in every sense of the word.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
},
|
||||
{ name: "Anna Smith", handle: "@annas", testimonial: "The best dining experience I've had in years. Exceptional flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-tableware-with-copy-space_23-2148746072.jpg" },
|
||||
{ name: "James Doe", handle: "@jdoe", testimonial: "Everything was perfect, from service to the last bite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg" },
|
||||
{ name: "Sarah Lee", handle: "@slee", testimonial: "A culinary masterpiece. Highly recommended to everyone.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg" },
|
||||
{ name: "Mark Wilson", handle: "@mwilson", testimonial: "Exquisite presentation and perfect balance of flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/new-year-composition-glasses_23-2147975369.jpg" },
|
||||
{ name: "Elena Rossi", handle: "@erossi", testimonial: "Truly a top-tier restaurant in every sense of the word.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=1"
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg",
|
||||
alt: "Happy diner profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg",
|
||||
alt: "Happy diner profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bio-cardboard-forks-top-view_23-2148799824.jpg",
|
||||
alt: "Happy diner profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg",
|
||||
alt: "Happy diner profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
|
||||
alt: "Happy diner profile 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg", alt: "Happy diner profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg", alt: "Happy diner profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bio-cardboard-forks-top-view_23-2148799824.jpg", alt: "Happy diner profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg", alt: "Happy diner profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", alt: "Happy diner profile 5" },
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Cuisine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award Winning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Menu",
|
||||
},
|
||||
{ type: "text", text: "Authentic Cuisine" },
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Award Winning" },
|
||||
{ type: "text", text: "Fine Dining" },
|
||||
{ type: "text", text: "Seasonal Menu" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,20 +83,11 @@ export default function LandingPage() {
|
||||
title="Passion for Excellence"
|
||||
description="Born from a love for culinary arts, our kitchen combines heritage and innovation to create dishes that delight the soul."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Farm to Table",
|
||||
description: "We source the finest fresh ingredients from local suppliers.",
|
||||
},
|
||||
{
|
||||
title: "Artisan Craft",
|
||||
description: "Every dish is meticulously crafted with expert culinary skill.",
|
||||
},
|
||||
{
|
||||
title: "Warm Ambiance",
|
||||
description: "Designed for intimacy and comfort while enjoying fine food.",
|
||||
},
|
||||
{ title: "Farm to Table", description: "We source the finest fresh ingredients from local suppliers." },
|
||||
{ title: "Artisan Craft", description: "Every dish is meticulously crafted with expert culinary skill." },
|
||||
{ title: "Warm Ambiance", description: "Designed for intimacy and comfort while enjoying fine food." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-lemon-slices-with-seasonings_140725-57674.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-lemon-slices-with-seasonings_140725-57674.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -186,64 +99,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Seasonal",
|
||||
description: "Our menu rotates monthly based on the freshest ingredients available.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cake-biscuits-with-fork-knife-black-background_140725-92002.jpg",
|
||||
},
|
||||
title: "Fresh Seasonal", description: "Our menu rotates monthly based on the freshest ingredients available.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cake-biscuits-with-fork-knife-black-background_140725-92002.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Locally sourced",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Organic products",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Locally sourced" },
|
||||
{ icon: CheckCircle, text: "Organic products" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=2",
|
||||
imageAlt: "fresh organic vegetable salad gourmet",
|
||||
},
|
||||
{
|
||||
title: "Masterful Dishes",
|
||||
description: "Experience expertly crafted main courses that showcase classic flavors.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg",
|
||||
},
|
||||
title: "Masterful Dishes", description: "Experience expertly crafted main courses that showcase classic flavors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Chef signature",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Perfectly paired",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Chef signature" },
|
||||
{ icon: CheckCircle, text: "Perfectly paired" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-lemon-slices-with-seasonings_140725-57674.jpg?_wi=2",
|
||||
imageAlt: "fresh organic vegetable salad gourmet",
|
||||
},
|
||||
{
|
||||
title: "Sweet Endings",
|
||||
description: "Conclude your meal with a selection of our house-made desserts.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-with-cakes-side-view_141793-4438.jpg",
|
||||
},
|
||||
title: "Sweet Endings", description: "Conclude your meal with a selection of our house-made desserts.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fruit-with-cakes-side-view_141793-4438.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "House-made",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Daily selection",
|
||||
},
|
||||
{ icon: CheckCircle, text: "House-made" },
|
||||
{ icon: CheckCircle, text: "Daily selection" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg?_wi=1",
|
||||
imageAlt: "fresh organic vegetable salad gourmet",
|
||||
},
|
||||
]}
|
||||
title="Why Gourmet Bistro?"
|
||||
@@ -258,42 +135,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grilled Tenderloin",
|
||||
price: "$38.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Salmon Fillet",
|
||||
price: "$32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-portion-fresh-salmon-fillet-with-aromatic-herbs-spices-vegetables-healthy-food-diet-cooking-concept-balanced-nutrition-concept-clean-eating-flexitarian-mediterranean-diet_1150-44851.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Homemade Pasta",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Herb Risotto",
|
||||
price: "$26.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-vegetables-roasted-vegetables-plate_140725-72438.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Truffle Soup",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broccoli-soup-pure-table_140725-4484.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lava Cake",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Grilled Tenderloin", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg" },
|
||||
{ id: "p2", name: "Salmon Fillet", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-portion-fresh-salmon-fillet-with-aromatic-herbs-spices-vegetables-healthy-food-diet-cooking-concept-balanced-nutrition-concept-clean-eating-flexitarian-mediterranean-diet_1150-44851.jpg" },
|
||||
{ id: "p3", name: "Homemade Pasta", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg" },
|
||||
{ id: "p4", name: "Herb Risotto", price: "$26.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-vegetables-roasted-vegetables-plate_140725-72438.jpg" },
|
||||
{ id: "p5", name: "Truffle Soup", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/broccoli-soup-pure-table_140725-4484.jpg" },
|
||||
{ id: "p6", name: "Lava Cake", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Savor the unique flavors crafted in our kitchen by world-class chefs."
|
||||
@@ -306,24 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Julian Rossi",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1411.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Miller",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-barista-black-working-suit-with-ingredients-coffee-equipment-brown-coffee-seeds-white_140725-14671.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Luca Moretti",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11563.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Julian Rossi", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1411.jpg" },
|
||||
{ id: "t2", name: "Sarah Miller", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-barista-black-working-suit-with-ingredients-coffee-equipment-brown-coffee-seeds-white_140725-14671.jpg" },
|
||||
{ id: "t3", name: "Luca Moretti", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11563.jpg" },
|
||||
]}
|
||||
title="The Culinary Artists"
|
||||
description="Our dedicated team of professionals brings passion to every plate we serve."
|
||||
@@ -336,60 +168,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Smith",
|
||||
role: "Loyal Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Doe",
|
||||
role: "Foodie",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Lee",
|
||||
role: "Local Business",
|
||||
company: "Partner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
role: "Frequent Diner",
|
||||
company: "Subscriber",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rossi",
|
||||
role: "Visitor",
|
||||
company: "Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
},
|
||||
{ id: "1", name: "Anna Smith", role: "Loyal Customer", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" },
|
||||
{ id: "2", name: "James Doe", role: "Foodie", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg" },
|
||||
{ id: "3", name: "Sarah Lee", role: "Local Business", company: "Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg" },
|
||||
{ id: "4", name: "Mark Wilson", role: "Frequent Diner", company: "Subscriber", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
|
||||
{ id: "5", name: "Elena Rossi", role: "Visitor", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Diners",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Awards Won",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{ value: "10k+", label: "Happy Diners" },
|
||||
{ value: "15+", label: "Awards Won" },
|
||||
{ value: "5.0", label: "Avg Rating" },
|
||||
]}
|
||||
title="Guests' Experiences"
|
||||
description="We are honored to have served such wonderful guests. Here is what they think of us."
|
||||
@@ -400,21 +188,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance, especially for weekend evenings.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "We offer a wide selection of vegetarian and gluten-free options on our menu.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you host events?",
|
||||
content: "Absolutely. Our space is perfect for intimate gatherings and special celebrations.",
|
||||
},
|
||||
{ id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekend evenings." },
|
||||
{ id: "q2", title: "Are there vegetarian options?", content: "We offer a wide selection of vegetarian and gluten-free options on our menu." },
|
||||
{ id: "q3", title: "Do you host events?", content: "Absolutely. Our space is perfect for intimate gatherings and special celebrations." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find answers to your questions about reservations, menu, and more."
|
||||
@@ -425,16 +201,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Join us for an unforgettable dining experience. Reserve your table now for a wonderful evening."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "mailto:reservations@gourmetbistro.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve Now", href: "mailto:reservations@gourmetbistro.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -443,46 +212,22 @@ export default function LandingPage() {
|
||||
logoText="Gourmet Bistro"
|
||||
columns={[
|
||||
{
|
||||
title: "Pages",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Pages", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -492,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user