Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user