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}