diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b98ebd..1464953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { CheckCircle, Heart, MapPin, Sparkles, Star, UtensilsCrossed } from 'lucide-react'; +import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; +import { CheckCircle, Heart, MapPin, Sparkles, Star, UtensilsCrossed, MapIcon } from 'lucide-react'; export default function LandingPage() { return ( @@ -185,12 +186,88 @@ export default function LandingPage() { /> -
+
+ +
+
+

1999: La Fondazione

+

Con amore e tradizione, nasce Pasticceria Bar Leonardo nel cuore di Luino. Il fondatore porta con sé ricette di famiglia e la passione per i dolci artigianali.

+
+
+

2005: Crescita e Riconoscimento

+

La pasticceria diventa un punto di riferimento della comunità locale, conosciuta per la qualità e l'autenticità dei prodotti.

+
+
+

2015: Eccellenza Consolidata

+

Con oltre un decennio di esperienza, perfezzioniamo le nostre ricette e ampliamo la gamma di dolci, mantenendo sempre la qualità artigianale.

+
+
+

Oggi: Una Tradizione Viva

+

Continueremo a servire la comunità di Luino con dedizione, innovazione nel rispetto della tradizione e amore per ogni creazione dolce.

+
+
+
+
+ +
+
+ +
+ @@ -225,7 +302,7 @@ export default function LandingPage() { { label: "Chi Siamo", href: "#about" }, { label: "Menu", href: "#products" }, { label: "Recensioni", href: "#testimonials" }, - { label: "Contatti", href: "#contact" } + { label: "La Nostra Storia", href: "#story" } ] }, { @@ -241,7 +318,7 @@ export default function LandingPage() { { label: "Consumazione sul Posto", href: "#" }, { label: "Asporto", href: "#" }, { label: "Torte Personalizzate", href: "#contact" }, - { label: "Ordinazioni Speciali", href: "#contact" } + { label: "Indicazioni Stradali", href: "#location" } ] } ]}