From 8cc9cd6027c9e5ffdbf9250f1d16717e04d80f50 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 22:11:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 ++++++++++------------------------------------- 1 file changed, 33 insertions(+), 123 deletions(-) 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: "#"}, ], }, ]}