From 93101169015a063b671a7be91937bf37fb47fc50 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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