Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59cd30b8cd | |||
| ca4cd2f8ad | |||
| 66a10fedfa | |||
| 6bfb31f4ec | |||
| 5ce7688c55 | |||
| 8d4240aa87 |
@@ -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."
|
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"
|
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}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Conoce nuestro equipo", href: "#team" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -143,10 +144,10 @@ export default function LandingPage() {
|
|||||||
title="Agenda tu cita hoy"
|
title="Agenda tu cita hoy"
|
||||||
description="Estamos listos para atenderte en nuestra clínica. Envíanos tus detalles y nos pondremos en contacto."
|
description="Estamos listos para atenderte en nuestra clínica. Envíanos tus detalles y nos pondremos en contacto."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "nombre", type: "text", placeholder: "Tu nombre completo" },
|
{ name: "nombre", type: "text", placeholder: "Tu nombre completo (requerido)" },
|
||||||
{ name: "email", type: "email", placeholder: "Tu correo electrónico" }
|
{ 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"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -157,7 +158,7 @@ export default function LandingPage() {
|
|||||||
logoText="Sonrisa Perfecta"
|
logoText="Sonrisa Perfecta"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navegación", items: [{ label: "Inicio", href: "#hero" }, { label: "Servicios", href: "#services" }] },
|
{ 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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user