diff --git a/src/app/page.tsx b/src/app/page.tsx index d8f9eca..b126379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -279,33 +189,21 @@ export default function LandingPage() { logoText="Paulo Sá Canalizações" columns={[ { - title: "Serviços", - items: [ + title: "Serviços", items: [ { - label: "Reparações", - href: "#features", - }, + label: "Reparações", href: "#features"}, { - label: "Instalações", - href: "#features", - }, + label: "Instalações", href: "#features"}, { - label: "Manutenção", - href: "#features", - }, + label: "Manutenção", href: "#features"}, ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { - label: "Ligar: 910 392 998", - href: "tel:910392998", - }, + label: "Ligar: 910 392 998", href: "tel:910392998"}, { - label: "Morada: R. do Comendador Macieira 125 B", - href: "#", - }, + label: "Morada: R. do Comendador Macieira 125 B", href: "#"}, ], }, ]}