From 70cd757a1ea0552c36c06030f2def84ccb7251ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:49:50 +0000 Subject: [PATCH] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 109 +++++++++----------------------------- 1 file changed, 26 insertions(+), 83 deletions(-) diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 164da52..5420c35 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -112,70 +84,41 @@ export default function LandingPage() { logoText="Bacchette d’Oro" columns={[ { - title: "Navigazione", - items: [ + title: "Navigazione", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "Galleria", - href: "/galleria", - }, + label: "Galleria", href: "/galleria"}, { - label: "Chi Siamo", - href: "/chi-siamo", - }, + label: "Chi Siamo", href: "/chi-siamo"}, { - label: "Contatti", - href: "/contatti", - }, + label: "Contatti", href: "/contatti"}, ], }, { - title: "Orari", - items: [ + title: "Orari", items: [ { - label: "Lun: 10:30–14:30 / 17:30–22:30", - href: "#", - }, + label: "Lun: 10:30–14:30 / 17:30–22:30", href: "#"}, { - label: "Mar: 17:30–22:30", - href: "#", - }, + label: "Mar: 17:30–22:30", href: "#"}, { - label: "Mer–Sab: 10:30–14:30 / 17:30–22:30", - href: "#", - }, + label: "Mer–Sab: 10:30–14:30 / 17:30–22:30", href: "#"}, { - label: "Dom: 10:30–14:30 / 17:30–22:30", - href: "#", - }, + label: "Dom: 10:30–14:30 / 17:30–22:30", href: "#"}, { - label: "Aperto tutti i giorni festivi", - href: "#", - }, + label: "Aperto tutti i giorni festivi", href: "#"}, ], }, { - title: "Contatti", - items: [ + title: "Contatti", items: [ { - label: "Via San Rocchino 185, 25123 Brescia", - href: "https://maps.app.goo.gl/example", - }, + label: "Via San Rocchino 185, 25123 Brescia", href: "https://maps.app.goo.gl/example"}, { - label: "Tel: 030 3454 251", - href: "tel:0303454251", - }, + label: "Tel: 030 3454 251", href: "tel:0303454251"}, { - label: "Email: info@bacchettedorobrescia.it", - href: "mailto:info@bacchettedorobrescia.it", - }, + label: "Email: info@bacchettedorobrescia.it", href: "mailto:info@bacchettedorobrescia.it"}, ], }, ]}