From 18a9e7ca0d38b539e2b7cf12475b4d618a3e0fe0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:40:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6880365..b581ee7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,8 +168,8 @@ export default function LandingPage() { text="Vem visitar-nos ou pede em casa! 📍 Localização: Inserir Morada, Vila Nova de Famalicão. Horário: Segunda a Sábado 11:30h – 15:00h | 18:30h – 23:00h. Domingo: Descanso Semanal. 📞 Encomendas Directas: Inserir Número de Telefone. Também nos encontras em Uber Eats e Glovo!" animationType="entrance-slide" buttons={[ - { text: "Contactar por WhatsApp", href: "#" }, - { text: "Ver no Google Maps", href: "#" } + { text: "Contactar por WhatsApp", href: "#contact" }, + { text: "Ver no Google Maps", href: "#contact" } ]} background={{ variant: "animated-grid" }} useInvertedBackground={true} -- 2.49.1