6 Commits

Author SHA1 Message Date
59cd30b8cd Merge version_4 into main
Merge version_4 into main
2026-05-11 01:37:33 +00:00
ca4cd2f8ad Update src/app/page.tsx 2026-05-11 01:37:30 +00:00
66a10fedfa Merge version_3 into main
Merge version_3 into main
2026-05-11 01:34:50 +00:00
6bfb31f4ec Update src/app/page.tsx 2026-05-11 01:34:48 +00:00
5ce7688c55 Merge version_2 into main
Merge version_2 into main
2026-05-11 01:29:54 +00:00
8d4240aa87 Merge version_2 into main
Merge version_2 into main
2026-05-11 01:29:22 +00:00

View File

@@ -61,6 +61,7 @@ export default function LandingPage() {
description="Más de 15 años brindando atención odontológica de primer nivel con un enfoque centrado en el paciente y la innovación constante en nuestros tratamientos."
imageSrc="http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg"
useInvertedBackground={false}
buttons={[{ text: "Conoce nuestro equipo", href: "#team" }]}
/>
</div>
@@ -143,10 +144,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 +158,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: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}