From 255e184d0e3ecdea6fcdf87f7ba4b7ce82228068 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b94557..ad10a84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { tagIcon={Stethoscope} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - buttons={[{ text: "Agendar Consulta Gratuita (Gratis)", href: "#contact" }]} + buttons={[{ text: "Agendar Consulta", href: "#contact" }]} buttonAnimation="slide-up" testimonials={[ { -- 2.49.1