From 5da6778ddd3df885e6a1af0211e54358ad47ac43 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 00:48:15 +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 431c720..3eb4e55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Agendar Consulta", href: "#contact"}, + text: "Agendar Consulta Agora", href: "#contact"}, ]} marqueeItems={[ { @@ -209,7 +209,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Atendem 24h?", content: "Sim, temos plantão 24 horas para emergências veterinárias. Ligue agora para nosso plantão."}, + id: "q1", title: "Atendem 24h?", content: "Sim, temos plantão 24 horas para emergências veterinárias."}, { id: "q2", title: "Preciso agendar?", content: "Para consultas de rotina recomendamos agendamento prévio."}, { -- 2.49.1