From cc6bc0cd50c9464c26d7291485c78c1d4cfd63c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:07:42 +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 72d5b57..7c7f491 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Llamar ahora", href: "tel:+34910000000" }, - { text: "Reservar cita", href: "#contact" }, + { text: "Reserva tu primera visita gratis", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/stomatology-orthodontic-hospital-room-equipped-with-uv-lamp-teeth-whitening-device-stomatological-office-ready-professional-dentistry-procedure-ultraviolet-oral-dental-machine_482257-9416.jpg" imageAlt="Dentista en consulta" @@ -175,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1