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"},
],
},
]}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index ef4ed59..d0d942b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -263,70 +158,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"},
],
},
]}