diff --git a/src/app/page.tsx b/src/app/page.tsx index e3e1bae..f5e70d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,11 +118,11 @@ export default function LandingPage() { logoText="Fantasia e Abbigliamento" columns={[ { title: "Info", items: [{ label: "Via Roma 43, Cesano Boscone", href: "/contatti" }] }, - { title: "Link", items: [{ label: "Collezioni", href: "/collezioni" }, { label: "Chi Siamo", href: "/chi-siamo" }] }, + { title: "Link", items: [{ label: "Home", href: "/" }, { label: "Collezioni", href: "/collezioni" }, { label: "Chi Siamo", href: "/chi-siamo" }, { label: "Novità", href: "/novita" }, { label: "Contatti", href: "/contatti" }] }, ]} /> ); -} +} \ No newline at end of file