diff --git a/src/app/page.tsx b/src/app/page.tsx index c974c65..c8d0ad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,32 +45,15 @@ export default function LandingPage() {
@@ -264,30 +183,21 @@ export default function LandingPage() { logoText="Churrascaria de São Martinho" columns={[ { - title: "Localização", - items: [ + title: "Localização", items: [ { - label: "Caminho da Igreja Nova 3 e 5, Funchal", - href: "#", - }, + label: "Caminho da Igreja Nova 3 e 5, Funchal", href: "#"}, ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { - label: "291 101 268", - href: "tel:+351291101268", - }, + label: "291 101 268", href: "tel:+351291101268"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacidade", - href: "#", - }, + label: "Privacidade", href: "#"}, ], }, ]}