From d81cc009d9bfce1e923a78c1e0abdfa6b7d82a3f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 00:08:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc3c767..10a48c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,7 @@ export default function LandingPage() { { id: "f2", title: "Qual o horário de atendimento?", content: "Atendemos diariamente das 11h às 23h." }, { id: "f3", title: "Tem delivery?", content: "Sim, fazemos entrega em toda a região de Santa Lúcia e arredores." } ]} + buttons={[{ text: "Falar via WhatsApp", href: "https://wa.me/5582996231312" }]} title="Perguntas Frequentes" description="Tire suas dúvidas sobre nossos pedidos e delivery." faqsAnimation="slide-up" @@ -142,4 +143,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file