diff --git a/src/app/apartments/page.tsx b/src/app/apartments/page.tsx index 91801f9..1b269e9 100644 --- a/src/app/apartments/page.tsx +++ b/src/app/apartments/page.tsx @@ -49,7 +49,7 @@ export default function ApartmentsPage() { > ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bc242aa..eddb2bb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigazione", - items: [ + title: "Navigazione", items: [ { label: "Home", href: "/" }, { label: "I Nostri Quartieri", href: "/neighborhoods" }, { label: "Appartamenti", href: "/apartments" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Contatti", - items: [ + title: "Contatti", items: [ { label: "Email: info@vivimilano.com", href: "mailto:info@vivimilano.com" }, { label: "Telefono: +39 02 1234 5678", href: "tel:+390212345678" }, { label: "WhatsApp: +39 324 567 8901", href: "https://wa.me/393245678901" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Legale", - items: [ + title: "Legale", items: [ { label: "Privacy Policy", href: "#" }, { label: "Termini e Condizioni", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -61,15 +58,13 @@ export default function ContactPage() { > diff --git a/src/app/neighborhoods/page.tsx b/src/app/neighborhoods/page.tsx index 0a7c936..3353f00 100644 --- a/src/app/neighborhoods/page.tsx +++ b/src/app/neighborhoods/page.tsx @@ -25,7 +25,7 @@ export default function NeighborhoodsPage() { > ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 589fc48..eb66eb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function HomePage() { > ); -} +} \ No newline at end of file