Merge version_1 into main #2
155
src/app/page.tsx
155
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BistroReserve"
|
||||
/>
|
||||
@@ -53,16 +45,13 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Exquisite Dining, Just a Click Away"
|
||||
description="Book your table at BistroReserve and enjoy a culinary experience crafted to perfection. Reserve your spot today."
|
||||
tag="Reserve Today"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Luxurious dining experience at our restaurant"
|
||||
@@ -76,42 +65,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Easy Booking",
|
||||
description: "Instant confirmation for all your reservations.",
|
||||
icon: CalendarCheck,
|
||||
title: "Easy Booking", description: "Instant confirmation for all your reservations.", icon: CalendarCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Farm-to-table sourcing for every dish we serve.",
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients", description: "Farm-to-table sourcing for every dish we serve.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Elite Service",
|
||||
description: "Our team ensures every guest feels welcome.",
|
||||
icon: Users,
|
||||
title: "Elite Service", description: "Our team ensures every guest feels welcome.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -128,23 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Truffle Infused Steak",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg",
|
||||
},
|
||||
id: "m1", name: "Truffle Infused Steak", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-curabier-with-chocolate_141793-3274.jpg",
|
||||
},
|
||||
id: "m2", name: "Dark Chocolate Ganache", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-curabier-with-chocolate_141793-3274.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Reserve Vintage Wine",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-glass-white-wine_140725-2114.jpg",
|
||||
},
|
||||
id: "m3", name: "Reserve Vintage Wine", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-glass-white-wine_140725-2114.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Discover the culinary masterpieces from our talented kitchen team."
|
||||
@@ -157,55 +122,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Miller",
|
||||
date: "Jan 2025",
|
||||
title: "Exquisite",
|
||||
quote: "The steak was absolutely perfect, and the ambiance was top-notch.",
|
||||
tag: "Regular Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice Miller", date: "Jan 2025", title: "Exquisite", quote: "The steak was absolutely perfect, and the ambiance was top-notch.", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
date: "Feb 2025",
|
||||
title: "Great Vibe",
|
||||
quote: "Service was excellent and the wine selection is unmatched.",
|
||||
tag: "First Time",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg?_wi=1",
|
||||
},
|
||||
id: "t2", name: "Bob Smith", date: "Feb 2025", title: "Great Vibe", quote: "Service was excellent and the wine selection is unmatched.", tag: "First Time", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Day",
|
||||
date: "Mar 2025",
|
||||
title: "Delicious!",
|
||||
quote: "The chocolate ganache is to die for. A truly culinary experience.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie Day", date: "Mar 2025", title: "Delicious!", quote: "The chocolate ganache is to die for. A truly culinary experience.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dana White",
|
||||
date: "Apr 2025",
|
||||
title: "Stunning",
|
||||
quote: "Highly recommended for any special occasion. Loved every bit.",
|
||||
tag: "Special Event",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg",
|
||||
},
|
||||
id: "t4", name: "Dana White", date: "Apr 2025", title: "Stunning", quote: "Highly recommended for any special occasion. Loved every bit.", tag: "Special Event", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Ross",
|
||||
date: "May 2025",
|
||||
title: "Exceptional",
|
||||
quote: "A hidden gem in the city. Will definitely be back soon.",
|
||||
tag: "Repeat Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Elena Ross", date: "May 2025", title: "Exceptional", quote: "A hidden gem in the city. Will definitely be back soon.", tag: "Repeat Guest", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"},
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="Join our community of happy diners and food enthusiasts."
|
||||
@@ -216,14 +141,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready for an exceptional dining experience? Make your reservation now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,37 +155,24 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-decorated-chairs_1203-59.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
brandName="BistroReserve"
|
||||
copyrightText="© 2025 BistroReserve. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user