Merge version_1 into main #2
241
src/app/page.tsx
241
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Equipo", id: "team" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
]}
|
||||
brandName="Clínica Moreno"
|
||||
/>
|
||||
@@ -61,75 +46,20 @@ export default function LandingPage() {
|
||||
title="Tu sonrisa es nuestra prioridad"
|
||||
description="En Clínica Dental Dres. Moreno, combinamos tecnología avanzada y un trato cercano para ofrecerte el cuidado dental que tu familia merece."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana García",
|
||||
handle: "@ana",
|
||||
testimonial: "Excelente atención y resultados increíbles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg?_wi=1",
|
||||
imageAlt: "dentist doctor modern clinic smile",
|
||||
},
|
||||
{
|
||||
name: "Luis Pérez",
|
||||
handle: "@luis",
|
||||
testimonial: "Muy profesionales, los mejores dentistas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-background-receptionist-working_1203-994.jpg?_wi=1",
|
||||
imageAlt: "dentist doctor modern clinic smile",
|
||||
},
|
||||
{
|
||||
name: "María López",
|
||||
handle: "@maria",
|
||||
testimonial: "La clínica es moderna y muy cómoda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123714.jpg",
|
||||
imageAlt: "dentist doctor modern clinic smile",
|
||||
},
|
||||
{
|
||||
name: "Juan Torres",
|
||||
handle: "@juan",
|
||||
testimonial: "Trato excepcional y sin esperas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-dental-care-landing-page_23-2148999982.jpg",
|
||||
imageAlt: "dentist doctor modern clinic smile",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena",
|
||||
testimonial: "La mejor experiencia dental que he tenido.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg",
|
||||
imageAlt: "dentist doctor modern clinic smile",
|
||||
},
|
||||
{ name: "Ana García", handle: "@ana", testimonial: "Excelente atención y resultados increíbles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg", imageAlt: "dentist doctor modern clinic smile" },
|
||||
{ name: "Luis Pérez", handle: "@luis", testimonial: "Muy profesionales, los mejores dentistas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blurred-background-receptionist-working_1203-994.jpg", imageAlt: "dentist doctor modern clinic smile" },
|
||||
{ name: "María López", handle: "@maria", testimonial: "La clínica es moderna y muy cómoda.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123714.jpg", imageAlt: "dentist doctor modern clinic smile" },
|
||||
{ name: "Juan Torres", handle: "@juan", testimonial: "Trato excepcional y sin esperas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/flat-dental-care-landing-page_23-2148999982.jpg", imageAlt: "dentist doctor modern clinic smile" },
|
||||
{ name: "Elena R.", handle: "@elena", testimonial: "La mejor experiencia dental que he tenido.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg", imageAlt: "dentist doctor modern clinic smile" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar cita",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg?_wi=2"
|
||||
buttons={[{ text: "Reservar cita", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/patient-sitting-dentist-s-chair_1098-4016.jpg",
|
||||
alt: "Paciente satisfecho",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-sits-chair-dentist-office-while-doctor-shows-her-something_8353-1654.jpg",
|
||||
alt: "Paciente en consulta",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg",
|
||||
alt: "Paciente con dentista",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-doctor-writing-patient-condition-clipboard_23-2148328437.jpg",
|
||||
alt: "Doctor realizando diagnóstico",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-pointing-her-chin-blue-uniform-front-view_176474-32324.jpg",
|
||||
alt: "Dr. Moreno",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/patient-sitting-dentist-s-chair_1098-4016.jpg", alt: "Paciente satisfecho" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-sits-chair-dentist-office-while-doctor-shows-her-something_8353-1654.jpg", alt: "Paciente en consulta" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg", alt: "Paciente con dentista" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-doctor-writing-patient-condition-clipboard_23-2148328437.jpg", alt: "Doctor realizando diagnóstico" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-doctor-pointing-her-chin-blue-uniform-front-view_176474-32324.jpg", alt: "Dr. Moreno" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,7 +69,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trayectoria y Confianza"
|
||||
description="Más de 20 años cuidando la salud bucodental de nuestra comunidad con honestidad y excelencia clínica. Nos enfocamos en diagnósticos precisos."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-background-receptionist-working_1203-994.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-background-receptionist-working_1203-994.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,21 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Estética Dental",
|
||||
description: "Blanqueamientos y carillas para tu mejor sonrisa.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Implantes Dentales",
|
||||
description: "Soluciones fijas con tecnología de vanguardia.",
|
||||
},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Ortodoncia Invisible",
|
||||
description: "Alinea tu sonrisa de forma cómoda y discreta.",
|
||||
},
|
||||
{ icon: Sparkles, title: "Estética Dental", description: "Blanqueamientos y carillas para tu mejor sonrisa." },
|
||||
{ icon: ShieldCheck, title: "Implantes Dentales", description: "Soluciones fijas con tecnología de vanguardia." },
|
||||
{ icon: Activity, title: "Ortodoncia Invisible", description: "Alinea tu sonrisa de forma cómoda y discreta." }
|
||||
]}
|
||||
title="Nuestros Tratamientos"
|
||||
description="Soluciones odontológicas integrales para cada necesidad."
|
||||
@@ -174,26 +92,12 @@ export default function LandingPage() {
|
||||
<TeamCardSix
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Juan Moreno",
|
||||
role: "Director Clínico",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-pointing-her-chin-blue-uniform-front-view_176474-32324.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dra. Elena Moreno",
|
||||
role: "Especialista en Ortodoncia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana R.",
|
||||
role: "Higienista Dental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-medical-student-man-blue-uniform-doctor-with-stethoscope_1157-44749.jpg",
|
||||
},
|
||||
{ id: "1", name: "Dr. Juan Moreno", role: "Director Clínico", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-pointing-her-chin-blue-uniform-front-view_176474-32324.jpg" },
|
||||
{ id: "2", name: "Dra. Elena Moreno", role: "Especialista en Ortodoncia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg" },
|
||||
{ id: "3", name: "Ana R.", role: "Higienista Dental", imageSrc: "http://img.b2bpic.net/free-photo/international-medical-student-man-blue-uniform-doctor-with-stethoscope_1157-44749.jpg" }
|
||||
]}
|
||||
title="Conoce a los Especialistas"
|
||||
description="Expertos apasionados por la odontología de precisión."
|
||||
@@ -205,46 +109,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Gran trato",
|
||||
quote: "Los mejores profesionales que he conocido.",
|
||||
name: "Ana García",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335730.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Calidad",
|
||||
quote: "Resultados excelentes y trato muy cercano.",
|
||||
name: "Luis Pérez",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Profesionales",
|
||||
quote: "Me hicieron sentir segura en todo momento.",
|
||||
name: "María López",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-waiting-teeth-examination-clinic_651396-1389.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Recomendados",
|
||||
quote: "La clínica es un diez, muy limpio todo.",
|
||||
name: "Juan Torres",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Excelente",
|
||||
quote: "Sin duda volveré a realizarme mis limpiezas.",
|
||||
name: "Sofía M.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-ultrasound-scan-stomach_107420-74199.jpg",
|
||||
},
|
||||
{ id: "1", title: "Gran trato", quote: "Los mejores profesionales que he conocido.", name: "Ana García", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335730.jpg" },
|
||||
{ id: "2", title: "Calidad", quote: "Resultados excelentes y trato muy cercano.", name: "Luis Pérez", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg" },
|
||||
{ id: "3", title: "Profesionales", quote: "Me hicieron sentir segura en todo momento.", name: "María López", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-waiting-teeth-examination-clinic_651396-1389.jpg" },
|
||||
{ id: "4", title: "Recomendados", quote: "La clínica es un diez, muy limpio todo.", name: "Juan Torres", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg" },
|
||||
{ id: "5", title: "Excelente", quote: "Sin duda volveré a realizarme mis limpiezas.", name: "Sofía M.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-ultrasound-scan-stomach_107420-74199.jpg" }
|
||||
]}
|
||||
title="Lo que dicen nuestros pacientes"
|
||||
description="Tu satisfacción es nuestro mayor aval."
|
||||
@@ -256,21 +125,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Aceptan seguros médicos?",
|
||||
content: "Sí, colaboramos con las principales aseguradoras.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Tienen facilidades de pago?",
|
||||
content: "Ofrecemos financiación sin intereses hasta 24 meses.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Cuál es la primera visita?",
|
||||
content: "Incluye revisión completa y diagnóstico digital.",
|
||||
},
|
||||
{ id: "1", title: "¿Aceptan seguros médicos?", content: "Sí, colaboramos con las principales aseguradoras." },
|
||||
{ id: "2", title: "¿Tienen facilidades de pago?", content: "Ofrecemos financiación sin intereses hasta 24 meses." },
|
||||
{ id: "3", title: "¿Cuál es la primera visita?", content: "Incluye revisión completa y diagnóstico digital." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-conference-hospital-room-senior-doctor-discussing-about-treatment-patient-looking-laptop-coworkers-white-coats-working-together-analysing-symptoms-disease_482257-13774.jpg"
|
||||
title="Preguntas Frecuentes"
|
||||
@@ -283,9 +140,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contacto"
|
||||
title="Agenda tu Cita"
|
||||
description="Estamos listos para cuidar tu salud bucal. Déjanos tus datos y nos pondremos en contacto."
|
||||
@@ -297,30 +152,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Sobre Nosotros", href: "#about" }, { label: "Servicios", href: "#features" }] },
|
||||
{ items: [{ label: "Contacto", href: "#contact" }, { label: "Aviso Legal", href: "#" }] }
|
||||
]}
|
||||
logoText="Clínica Moreno"
|
||||
/>
|
||||
@@ -328,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user