Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf8957708b | |||
| 3d49a61e2c | |||
| a5b2f53742 | |||
| 60559830cd | |||
| 085bd1fb0b | |||
| 02fa36e001 | |||
| c9c7f071a7 |
142
src/app/page.tsx
142
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="Taverna del Bordone"
|
||||
/>
|
||||
@@ -55,35 +47,11 @@ export default function LandingPage() {
|
||||
description="Experience traditional flavors and genuine hospitality at Taverna del Bordone. Reserve your table for an unforgettable evening."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Table", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065734.jpg?_wi=1",
|
||||
imageAlt: "Authentic dining atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065734.jpg?_wi=2",
|
||||
imageAlt: "Rustic tavern setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065734.jpg?_wi=3",
|
||||
imageAlt: "Warm hospitality",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065734.jpg?_wi=4",
|
||||
imageAlt: "Traditional italian decor",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065734.jpg?_wi=5",
|
||||
imageAlt: "Authentic dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065734.jpg?_wi=6",
|
||||
imageAlt: "Elegant tavern",
|
||||
},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/view-traditional-umbria-italian-pasta-with-black-truffles_23-2148419612.jpg", imageAlt: "Authentic Umbrian pasta dish"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,41 +74,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Handmade Tagliatelle",
|
||||
price: "€24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-conchiglie-with-vegetables-greens-plate-knife-red-stripped-towel-gray-background_140725-141609.jpg",
|
||||
},
|
||||
id: "1", name: "Handmade Tagliatelle", price: "€24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-conchiglie-with-vegetables-greens-plate-knife-red-stripped-towel-gray-background_140725-141609.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Antipasto Toscano",
|
||||
price: "€18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-plate_23-2152026863.jpg",
|
||||
},
|
||||
id: "2", name: "Antipasto Toscano", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-plate_23-2152026863.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic Tiramisu",
|
||||
price: "€12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-various-biscuits-soft-cake-cup-tea-flowers-chocolate-bars_140725-86447.jpg",
|
||||
},
|
||||
id: "3", name: "Classic Tiramisu", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/view-various-biscuits-soft-cake-cup-tea-flowers-chocolate-bars_140725-86447.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vintage Chianti Reserve",
|
||||
price: "€45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-bartender-wearing-face-mask-pouring-sparkling-white_181624-58229.jpg",
|
||||
},
|
||||
id: "4", name: "Vintage Chianti Reserve", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/young-female-bartender-wearing-face-mask-pouring-sparkling-white_181624-58229.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tuscan Artisan Bread",
|
||||
price: "€6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-shot-man-having-delicious-huge-breakfast-cool-restaurant-cafe-puts-guacamole-avocado-spread-top-rye-bread-toast_346278-343.jpg",
|
||||
},
|
||||
id: "5", name: "Tuscan Artisan Bread", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-shot-man-having-delicious-huge-breakfast-cool-restaurant-cafe-puts-guacamole-avocado-spread-top-rye-bread-toast_346278-343.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wood-Fired Signature Pizza",
|
||||
price: "€22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg",
|
||||
},
|
||||
id: "6", name: "Wood-Fired Signature Pizza", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Discover a selection of handcrafted dishes inspired by classic regional Italian recipes."
|
||||
@@ -155,25 +99,15 @@ export default function LandingPage() {
|
||||
author="Marco Rossi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
|
||||
alt: "Happy guest dining",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", alt: "Happy guest dining"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-mexican-woman-eating-ranchero-food_23-2150222253.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-mexican-woman-eating-ranchero-food_23-2150222253.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg",
|
||||
alt: "Authentic dining experience",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", alt: "Authentic dining experience"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-family-with-delicious-pizza_23-2150307013.jpg",
|
||||
alt: "Enjoying traditional meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-family-with-delicious-pizza_23-2150307013.jpg", alt: "Enjoying traditional meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
alt: "High quality service",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "High quality service"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -184,16 +118,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Your Table"
|
||||
title="Join Us for an Evening"
|
||||
description="We look forward to serving you. Please book your table in advance to ensure availability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,42 +135,27 @@ export default function LandingPage() {
|
||||
logoText="Taverna del Bordone"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Via del Bordone, 12",
|
||||
href: "#",
|
||||
},
|
||||
label: "Via del Bordone, 12", href: "#"},
|
||||
{
|
||||
label: "Florence, Italy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Florence, Italy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Tue-Sun: 12pm-11pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tue-Sun: 12pm-11pm", href: "#"},
|
||||
{
|
||||
label: "Monday: Closed",
|
||||
href: "#",
|
||||
},
|
||||
label: "Monday: Closed", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -248,4 +164,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user