Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 17:27:38 +00:00

View File

@@ -26,229 +26,101 @@ export default function LandingPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Chi Siamo",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Recensioni",
id: "testimonials",
},
{
name: "Contatti",
id: "contact",
},
]}
brandName="Dal Dolce al Caffè"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "Chi Siamo", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Recensioni", id: "testimonials" },
{ name: "Contatti", id: "contact" },
]}
brandName="Dal Dolce al Caffè"
button={{ text: "Prenota Tavolo", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
logoText="Dal Dolce al Caffè"
description="Dove l'eccellenza incontra la quotidianità. Un luogo dove il tempo rallenta tra profumi di burro, cioccolato e caffè appena macinato."
buttons={[
{
text: "Scopri il nostro mondo",
href: "#about",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg"
mediaAnimation="blur-reveal"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
logoText="Dal Dolce al Caffè"
description="Dove l'eccellenza incontra la quotidianità. Un luogo dove il tempo rallenta tra profumi di burro, cioccolato e caffè appena macinato."
buttons={[{ text: "Scopri il nostro mondo", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg"
mediaAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="L'arte del gusto, fatta a mano a Collegno"
metrics={[
{
icon: Coffee,
label: "Miscele Pregiate",
value: "20+",
},
{
icon: Croissant,
label: "Ricette Artigianali",
value: "100+",
},
{
icon: Users,
label: "Anni di Passione",
value: "20",
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="L'arte del gusto, fatta a mano a Collegno"
metrics={[
{ icon: Coffee, label: "Miscele Pregiate", value: "20+" },
{ icon: Croissant, label: "Ricette Artigianali", value: "100+" },
{ icon: Users, label: "Anni di Passione", value: "20" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Torte Classiche",
price: "Su misura",
variant: "Dolci",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-display-fresh-baked-goodness-generated-by-ai_188544-40880.jpg",
},
{
id: "p2",
name: "Pasticceria Mignon",
price: "Variabile",
variant: "Dolci",
imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-cocoa-cream-black-board-with-rollcake_114579-16654.jpg",
},
{
id: "p3",
name: "Panini Gourmet",
price: "5.50€",
variant: "Salato",
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg",
},
{
id: "p4",
name: "Caffè Speciality",
price: "1.50€",
variant: "Caffetteria",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-cup_23-2148354707.jpg",
},
{
id: "p5",
name: "Crostate Fresche",
price: "4.00€",
variant: "Dolci",
imageSrc: "http://img.b2bpic.net/free-photo/crop-cherry-tart-green-leaves_23-2147802600.jpg",
},
{
id: "p6",
name: "Dessert Moderni",
price: "6.00€",
variant: "Dolci",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
},
]}
title="Il Nostro Menu"
description="Dal dolce al salato, ogni momento è perfetto per lasciarsi coccolare dalle nostre creazioni."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Torte Classiche", price: "Su misura", variant: "Dolci", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-display-fresh-baked-goodness-generated-by-ai_188544-40880.jpg" },
{ id: "p2", name: "Pasticceria Mignon", price: "Variabile", variant: "Dolci", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-cocoa-cream-black-board-with-rollcake_114579-16654.jpg" },
{ id: "p3", name: "Panini Gourmet", price: "5.50€", variant: "Salato", imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
{ id: "p4", name: "Caffè Speciality", price: "1.50€", variant: "Caffetteria", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-cup_23-2148354707.jpg" },
{ id: "p5", name: "Crostate Fresche", price: "4.00€", variant: "Dolci", imageSrc: "http://img.b2bpic.net/free-photo/crop-cherry-tart-green-leaves_23-2147802600.jpg" },
{ id: "p6", name: "Dessert Moderni", price: "6.00€", variant: "Dolci", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg" },
]}
title="Il Nostro Menu"
description="Dal dolce al salato, ogni momento è perfetto per lasciarsi coccolare dalle nostre creazioni."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Eccellente",
quote: "Personale spettacolare e prelibatezze da sogno per occhi e palato.",
name: "Simona P.",
role: "Cliente Fedele",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
},
{
id: "t2",
title: "Ottimo",
quote: "Locale spazioso, accessibile e accogliente. Il nostro punto di riferimento da anni.",
name: "Famiglia R.",
role: "Clienti abituali",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg",
},
{
id: "t3",
title: "Torte top!",
quote: "Torte super! Tutto buono, personale gentile e sorridente.",
name: "Nadia P.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-152038.jpg",
},
{
id: "t4",
title: "Accogliente",
quote: "La colazione qui è un rito. La gentilezza del personale fa la differenza.",
name: "Luca M.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310940.jpg",
},
{
id: "t5",
title: "Qualità",
quote: "Ingredienti di prima scelta e cura dei dettagli artigianale.",
name: "Giulia T.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-redhead-woman-red-hat-drinking-from-thermos-warming-up-with-hot-drink-her-flask_1258-196826.jpg",
},
]}
title="Le parole dei nostri clienti"
description="Ogni recensione è un tassello della nostra storia."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", title: "Eccellente", quote: "Personale spettacolare e prelibatezze da sogno per occhi e palato.", name: "Simona P.", role: "Cliente Fedele", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg" },
{ id: "t2", title: "Ottimo", quote: "Locale spazioso, accessibile e accogliente. Il nostro punto di riferimento da anni.", name: "Famiglia R.", role: "Clienti abituali", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg" },
{ id: "t3", title: "Torte top!", quote: "Torte super! Tutto buono, personale gentile e sorridente.", name: "Nadia P.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-152038.jpg" },
{ id: "t4", title: "Accogliente", quote: "La colazione qui è un rito. La gentilezza del personale fa la differenza.", name: "Luca M.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310940.jpg" },
{ id: "t5", title: "Qualità", quote: "Ingredienti di prima scelta e cura dei dettagli artigianale.", name: "Giulia T.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-redhead-woman-red-hat-drinking-from-thermos-warming-up-with-hot-drink-her-flask_1258-196826.jpg" },
]}
title="Le parole dei nostri clienti"
description="Ogni recensione è un tassello della nostra storia."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Ti aspettiamo"
title="Vieni a trovarci"
description="Viale Piemonte 34, Collegno (TO). Aperto tutti i giorni con un sorriso."
imageSrc="http://img.b2bpic.net/free-photo/tanned-lady-is-sitting-cafe-with-wooden-furniture-watching-video-phone_197531-17107.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Ti aspettiamo"
title="Vieni a trovarci"
description="Viale Piemonte 34, Collegno (TO). Aperto tutti i giorni con un sorriso."
imageSrc="http://img.b2bpic.net/free-photo/tanned-lady-is-sitting-cafe-with-wooden-furniture-watching-video-phone_197531-17107.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Contatti",
items: [
{
label: "011 783301",
href: "tel:011783301",
},
{
label: "Instagram",
href: "https://instagram.com/daldolcealcaffee",
},
],
},
{
title: "Orari",
items: [
{
label: "LunSab: 07:30 20:00",
},
{
label: "Dom: 08:00 19:30",
},
],
},
]}
bottomLeftText="© 2026 Dal Dolce al Caffè | P.IVA 11314630010"
bottomRightText="Creato con amore a Collegno."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Contatti", items: [{ label: "011 783301", href: "tel:011783301" }, { label: "Instagram", href: "https://instagram.com/daldolcealcaffee" }] },
{ title: "Orari", items: [{ label: "LunSab: 07:30 20:00" }, { label: "Dom: 08:00 19:30" }] }
]}
bottomLeftText="© 2026 Dal Dolce al Caffè | P.IVA 11314630010"
bottomRightText="Creato con amore a Collegno."
/>
</div>
</ReactLenis>
</ThemeProvider>
);