17 Commits

Author SHA1 Message Date
50d9199880 Merge version_2 into main
Merge version_2 into main
2026-03-29 12:57:45 +00:00
54a6c70490 Update src/app/page.tsx 2026-03-29 12:57:39 +00:00
0c75dc5db5 Merge version_2 into main
Merge version_2 into main
2026-03-29 12:57:19 +00:00
e98246caf2 Update src/app/page.tsx 2026-03-29 12:57:16 +00:00
baaef4c8e1 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:48:56 +00:00
08ded67506 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:17:53 +00:00
730f9d350d Merge version_1 into main
Merge version_1 into main
2026-03-29 12:17:35 +00:00
6d3217db50 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:17:27 +00:00
f335e5ed72 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:16:57 +00:00
3fe3937187 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:16:16 +00:00
6947e2d059 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:16:01 +00:00
4bc339f574 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:15:24 +00:00
2c8ef5bfc7 Merge version_1 into main
Merge version_1 into main
2026-03-29 11:43:20 +00:00
2aadbbbcfa Merge version_1 into main
Merge version_1 into main
2026-03-29 11:39:30 +00:00
9b1d9de489 Merge version_1 into main
Merge version_1 into main
2026-03-29 11:39:20 +00:00
8f281b42d0 Merge version_1 into main
Merge version_1 into main
2026-03-29 11:39:07 +00:00
4e48662352 Merge version_1 into main
Merge version_1 into main
2026-03-29 11:17:36 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Storia", name: "Storia", id: "story"},
id: "story",
},
{ {
name: "Prenota", name: "Prenota", id: "contact"},
id: "contact",
},
]} ]}
brandName="Biancomangiare" brandName="Biancomangiare"
/> />
@@ -53,42 +45,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Unesperienza autentica di cucina napoletana" title="Unesperienza autentica di cucina napoletana"
description="Tra i vicoli dei Quartieri Spagnoli, Biancomangiare è una perla nascosta dove ogni piatto racconta una storia di famiglia, tradizione e amore." description="Tra i vicoli dei Quartieri Spagnoli, Biancomangiare è una perla nascosta dove ogni piatto racconta una storia di famiglia, tradizione e amore."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", alt: "Diner 1"},
alt: "Diner 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg", src: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg", alt: "Diner 2"},
alt: "Diner 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952875.jpg", src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952875.jpg", alt: "Diner 3"},
alt: "Diner 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", alt: "Diner 4"},
alt: "Diner 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2859.jpg", src: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2859.jpg", alt: "Diner 5"},
alt: "Diner 5",
},
]} ]}
avatarText="Uniti dall'amore per la vera Napoli" avatarText="Uniti dall'amore per la vera Napoli"
buttons={[ buttons={[
{ {
text: "Prenota un tavolo", text: "Prenota un tavolo", href: "#contact"},
href: "#contact",
},
{ {
text: "Scopri il menù", text: "Scopri il menù", href: "#menu"},
href: "#menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -100,55 +77,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", date: "10/05/2024", title: "Top Experience", quote: "Una perla nascosta, nel cuore di Napoli. Un'esperienza sensoriale indimenticabile.", tag: "Eccellente", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821&_wi=1"},
name: "Sarah Johnson",
date: "10/05/2024",
title: "Top Experience",
quote: "Una perla nascosta, nel cuore di Napoli. Un'esperienza sensoriale indimenticabile.",
tag: "Eccellente",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821",
},
{ {
id: "2", id: "2", name: "Michael Chen", date: "12/06/2024", title: "Casa away from home", quote: "Ci ha fatti sentire a casa. Il ragù è incredibile, una poesia.", tag: "Caloroso", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-bolognese-with-bacon_661915-132.jpg?id=28006996"},
name: "Michael Chen",
date: "12/06/2024",
title: "Casa away from home",
quote: "Ci ha fatti sentire a casa. Il ragù è incredibile, una poesia.",
tag: "Caloroso",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-bolognese-with-bacon_661915-132.jpg?id=28006996",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", date: "20/07/2024", title: "Sublime", quote: "Cena sublime tra i Quartieri Spagnoli. Servizio impeccabile e sincero.", tag: "Autentico", avatarSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952875.jpg", imageSrc: "http://img.b2bpic.net/free-photo/truffle-dish-arrangement-high-angle_23-2149525179.jpg?_wi=1"},
name: "Emily Rodriguez",
date: "20/07/2024",
title: "Sublime",
quote: "Cena sublime tra i Quartieri Spagnoli. Servizio impeccabile e sincero.",
tag: "Autentico",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/truffle-dish-arrangement-high-angle_23-2149525179.jpg?_wi=1",
},
{ {
id: "4", id: "4", name: "David Kim", date: "05/08/2024", title: "Tradizione pura", quote: "Cucina tradizionale, buonissima! Torneremo sicuramente il prossimo anno.", tag: "Consigliato", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", imageSrc: "http://img.b2bpic.net/free-psd/grilled-octopus-with-fresh-herbs-spices-black-plate_84443-71749.jpg?_wi=1"},
name: "David Kim",
date: "05/08/2024",
title: "Tradizione pura",
quote: "Cucina tradizionale, buonissima! Torneremo sicuramente il prossimo anno.",
tag: "Consigliato",
avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/grilled-octopus-with-fresh-herbs-spices-black-plate_84443-71749.jpg?_wi=1",
},
{ {
id: "5", id: "5", name: "Giulia Esposito", date: "15/09/2024", title: "Il cuore di Napoli", quote: "Non mangiavo un ragù così buono da anni. Atmosfera magica.", tag: "Magico", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2859.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-lasagna-recipe_1150-17481.jpg?id=5497501"},
name: "Giulia Esposito",
date: "15/09/2024",
title: "Il cuore di Napoli",
quote: "Non mangiavo un ragù così buono da anni. Atmosfera magica.",
tag: "Magico",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2859.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-lasagna-recipe_1150-17481.jpg?id=5497501",
},
]} ]}
title="Amato da chi cerca la vera Napoli" title="Amato da chi cerca la vera Napoli"
description="Ogni recensione è un frammento della nostra storia vissuta dai nostri ospiti." description="Ogni recensione è un frammento della nostra storia vissuta dai nostri ospiti."
@@ -176,29 +113,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Ragù Napoletano", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821&_wi=2"},
name: "Ragù Napoletano",
price: "€16",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821",
},
{ {
id: "p2", id: "p2", name: "Parmigiana di Melanzane", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-chicken-with-bell-peppers_141793-1241.jpg?id=7105069"},
name: "Parmigiana di Melanzane",
price: "€12",
imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-chicken-with-bell-peppers_141793-1241.jpg?id=7105069",
},
{ {
id: "p3", id: "p3", name: "Scialatielli cozze e zucchine", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-oysters-topped-with-herbs-cheese_141793-332.jpg?id=6204940"},
name: "Scialatielli cozze e zucchine",
price: "€18",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-oysters-topped-with-herbs-cheese_141793-332.jpg?id=6204940",
},
{ {
id: "p4", id: "p4", name: "Polpo alla Luciana", price: "€22", imageSrc: "http://img.b2bpic.net/free-psd/grilled-octopus-with-fresh-herbs-spices-black-plate_84443-71749.jpg?_wi=2"},
name: "Polpo alla Luciana",
price: "€22",
imageSrc: "http://img.b2bpic.net/free-psd/grilled-octopus-with-fresh-herbs-spices-black-plate_84443-71749.jpg?_wi=2",
},
]} ]}
title="I piatti che fanno innamorare" title="I piatti che fanno innamorare"
description="Una selezione dei nostri classici, preparati con amore e materie prime di eccellenza." description="Una selezione dei nostri classici, preparati con amore e materie prime di eccellenza."
@@ -209,18 +130,13 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
text="I posti sono limitati. Prenota ora la tua esperienza indimenticabile nel cuore di Napoli." text="I posti sono limitati. Prenota ora la tua esperienza indimenticabile nel cuore di Napoli."
buttons={[ buttons={[
{ {
text: "Prenota ora", text: "Prenota ora", href: "tel:+390811234567"},
href: "tel:+390811234567",
},
{ {
text: "Chiama", text: "Chiama", href: "tel:+390811234567"},
href: "tel:+390811234567",
},
]} ]}
/> />
</div> </div>
@@ -230,29 +146,19 @@ export default function LandingPage() {
logoText="Biancomangiare" logoText="Biancomangiare"
columns={[ columns={[
{ {
title: "Info", title: "Info", items: [
items: [
{ {
label: "Quartieri Spagnoli, Napoli", label: "Quartieri Spagnoli, Napoli", href: "#"},
href: "#",
},
{ {
label: "+39 081 123 4567", label: "+39 081 123 4567", href: "tel:+390811234567"},
href: "tel:+390811234567",
},
], ],
}, },
{ {
title: "Social", title: "Social", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Google Maps", label: "Google Maps", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -261,4 +167,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }