From 6bfb31f4ecaa65ac509f02d03e0cd60d988f48f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:34:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 860daa6..d7e3d60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,10 +143,10 @@ export default function LandingPage() { title="Agenda tu cita hoy" description="Estamos listos para atenderte en nuestra clínica. Envíanos tus detalles y nos pondremos en contacto." inputs={[ - { name: "nombre", type: "text", placeholder: "Tu nombre completo" }, - { name: "email", type: "email", placeholder: "Tu correo electrónico" } + { name: "nombre", type: "text", placeholder: "Tu nombre completo (requerido)" }, + { name: "email", type: "email", placeholder: "Tu correo electrónico (requerido)" } ]} - textarea={{ name: "mensaje", placeholder: "Cuéntanos cómo podemos ayudarte" }} + textarea={{ name: "mensaje", placeholder: "Cuéntanos cómo podemos ayudarte (opcional)" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg" useInvertedBackground={false} /> @@ -157,11 +157,11 @@ export default function LandingPage() { logoText="Sonrisa Perfecta" columns={[ { title: "Navegación", items: [{ label: "Inicio", href: "#hero" }, { label: "Servicios", href: "#services" }] }, - { title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] }, + { title: "Legal", items: [{ label: "Política de Privacidad y Protección de Datos", href: "#" }, { label: "Términos y Condiciones", href: "#" }] }, ]} /> ); -} +} \ No newline at end of file