From bca12702eac81a6d760747de760a2ff9af5df648 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:59:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50aaccf..dc2a1ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Reserva tu cita", href: "#contact"}, + text: "Reserva tu cita", href: "contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2" imageAlt="dental clinic professional portrait" @@ -155,7 +155,7 @@ export default function LandingPage() { "Revisión completa", "Limpieza profesional", "Diagnóstico"], buttons: [ { - text: "Elegir", href: "#contact"}, + text: "Elegir", href: "contact"}, ], }, { @@ -163,7 +163,7 @@ export default function LandingPage() { "Sesión completa", "Kit de seguimiento", "Revisión incluida"], buttons: [ { - text: "Elegir", href: "#contact"}, + text: "Elegir", href: "contact"}, ], }, { @@ -171,7 +171,7 @@ export default function LandingPage() { "Estudio personalizado", "Cirugía guiada", "Seguimiento médico"], buttons: [ { - text: "Elegir", href: "#contact"}, + text: "Elegir", href: "contact"}, ], }, ]} @@ -256,10 +256,10 @@ export default function LandingPage() { leftLink={{ text: "Política de privacidad", href: "#"}} rightLink={{ - text: "Contacto", href: "#contact"}} + text: "Contacto", href: "contact"}} /> ); -} +} \ No newline at end of file