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