Merge version_1 into main #1
256
src/app/page.tsx
256
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Activity, HelpCircle, ShieldCheck, Smile, Sparkles, Star, Users, Wallet } from "lucide-react";
|
||||
import { Activity, HelpCircle, ShieldCheck, Smile, Sparkles, Star, Users, Wallet, MessageSquareQuote } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "inicio",
|
||||
},
|
||||
name: "Inicio", id: "inicio"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "nosotros"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "servicios",
|
||||
},
|
||||
name: "Servicios", id: "servicios"},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "equipo",
|
||||
},
|
||||
name: "Equipo", id: "equipo"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonios",
|
||||
},
|
||||
name: "Testimonios", id: "testimonios"},
|
||||
{
|
||||
name: "Precios",
|
||||
id: "precios",
|
||||
},
|
||||
name: "Precios", id: "precios"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r0p478"
|
||||
brandName="DentaLIV"
|
||||
@@ -76,39 +60,23 @@ export default function LandingPage() {
|
||||
description="Tu sonrisa, nuestra pasión. Cuidado dental integral y de calidad en Ciudad Nezahualcóyotl. ¡Agenda tu cita hoy!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agenda tu Cita",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Agenda tu Cita", href: "#contacto"},
|
||||
{
|
||||
text: "Conoce Nuestros Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
text: "Conoce Nuestros Servicios", href: "#servicios"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18577.jpg",
|
||||
imageAlt: "Modern dental clinic waiting room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18577.jpg", imageAlt: "Modern dental clinic waiting room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-adult-caries-chair-canal_1303-1841.jpg",
|
||||
imageAlt: "Dental tools and technology",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-adult-caries-chair-canal_1303-1841.jpg", imageAlt: "Dental tools and technology"},
|
||||
{
|
||||
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: "Happy patient with dentist",
|
||||
},
|
||||
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: "Happy patient with dentist"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-pink-robe-white-towel-brushing-her-teeth_197531-19617.jpg",
|
||||
imageAlt: "Dentist with bright smile",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-pink-robe-white-towel-brushing-her-teeth_197531-19617.jpg", imageAlt: "Dentist with bright smile"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-orthodontist-child-dentist-s-office_329181-17720.jpg",
|
||||
imageAlt: "Comfortable dental care experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-orthodontist-child-dentist-s-office_329181-17720.jpg", imageAlt: "Comfortable dental care experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg",
|
||||
imageAlt: "Team collaborating in dental clinic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg", imageAlt: "Team collaborating in dental clinic"},
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -135,29 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Odontología General",
|
||||
description: "Limpiezas, extracciones y empastes para mantener tu boca sana. Atención preventiva y de emergencia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18579.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-lovely-shiny-european-girl-through-frame-her-hands-happy-woman-squinting-eyes-making-fun-trying-imitate-photographer-being-playful-like-little-child_273609-5733.jpg",
|
||||
buttonText: "Más Información",
|
||||
buttonHref: "#contacto",
|
||||
},
|
||||
title: "Odontología General", description: "Limpiezas, extracciones y empastes para mantener tu boca sana. Atención preventiva y de emergencia.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18579.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-lovely-shiny-european-girl-through-frame-her-hands-happy-woman-squinting-eyes-making-fun-trying-imitate-photographer-being-playful-like-little-child_273609-5733.jpg", buttonText: "Más Información", buttonHref: "#contacto"},
|
||||
{
|
||||
title: "Ortodoncia",
|
||||
description: "Corrección de la posición de tus dientes para una sonrisa perfecta y funcional. Brackets y alineadores transparentes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053284.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/two-dental-whitening-trays-box-it_633478-106.jpg",
|
||||
buttonText: "Más Información",
|
||||
buttonHref: "#contacto",
|
||||
},
|
||||
title: "Ortodoncia", description: "Corrección de la posición de tus dientes para una sonrisa perfecta y funcional. Brackets y alineadores transparentes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053284.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/two-dental-whitening-trays-box-it_633478-106.jpg", buttonText: "Más Información", buttonHref: "#contacto"},
|
||||
{
|
||||
title: "Estética Dental",
|
||||
description: "Mejora la apariencia de tu sonrisa con blanqueamientos, carillas y coronas de alta calidad. Resultados naturales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18598.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patients-teeth-with-dental-curing-light_107420-73964.jpg",
|
||||
buttonText: "Más Información",
|
||||
buttonHref: "#contacto",
|
||||
},
|
||||
title: "Estética Dental", description: "Mejora la apariencia de tu sonrisa con blanqueamientos, carillas y coronas de alta calidad. Resultados naturales.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18598.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patients-teeth-with-dental-curing-light_107420-73964.jpg", buttonText: "Más Información", buttonHref: "#contacto"},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Ofrecemos una amplia gama de tratamientos dentales para toda la familia, desde revisiones de rutina hasta procedimientos especializados."
|
||||
@@ -175,26 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dra. Carolina López",
|
||||
role: "Directora Clínica / Odontóloga General",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-stethoscope-medical-gown-showing-peace-gesture-white-wall_141793-27142.jpg",
|
||||
imageAlt: "Dra. Carolina López, Directora Clínica",
|
||||
},
|
||||
id: "1", name: "Dra. Carolina López", role: "Directora Clínica / Odontóloga General", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-stethoscope-medical-gown-showing-peace-gesture-white-wall_141793-27142.jpg", imageAlt: "Dra. Carolina López, Directora Clínica"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Asistente Dental",
|
||||
role: "Asistente Dental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-cleaning-child-s-teeth_23-2149195890.jpg",
|
||||
imageAlt: "Asistente dental",
|
||||
},
|
||||
id: "2", name: "Asistente Dental", role: "Asistente Dental", imageSrc: "http://img.b2bpic.net/free-photo/dentist-cleaning-child-s-teeth_23-2149195890.jpg", imageAlt: "Asistente dental"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Recepcionista",
|
||||
role: "Atención al Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-healthcare-professional-wearing-headset-while-talking-with-patient-working-hospital-call-center_637285-5055.jpg",
|
||||
imageAlt: "Recepcionista",
|
||||
},
|
||||
id: "3", name: "Recepcionista", role: "Atención al Paciente", imageSrc: "http://img.b2bpic.net/free-photo/smiling-healthcare-professional-wearing-headset-while-talking-with-patient-working-hospital-call-center_637285-5055.jpg", imageAlt: "Recepcionista"},
|
||||
]}
|
||||
title="Conoce a Nuestro Equipo"
|
||||
description="Nuestros profesionales están dedicados a brindarte una experiencia dental excepcional, con empatía y experiencia."
|
||||
@@ -209,40 +144,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Daniel Diaz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg",
|
||||
imageAlt: "Foto de Daniel Diaz",
|
||||
id: "1", name: "Daniel Diaz", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg", imageAlt: "Foto de Daniel Diaz"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Daniel Sotelo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9758.jpg",
|
||||
imageAlt: "Foto de Daniel Sotelo",
|
||||
id: "2", name: "Daniel Sotelo", imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9758.jpg", imageAlt: "Foto de Daniel Sotelo"
|
||||
},
|
||||
"La atención de la doctora es muy calida y humana, explica todo a detalle. El establecimiento está muy cómodo e higiénico, me atendieron muy amablemente, tuvieron el detalle de explicarme todo el procedimiento y fueron muy cuidadosos en todo momento, la Especialista muy amable y profesional. Excelente atención, me quedé muy satisfecho con su servicio. Totalmente recomendable.",
|
||||
{
|
||||
id: "3",
|
||||
name: "Pedro Cesari",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relieved-smiling-young-man-holding-hand-his-chest-close-eyes-with-relief-remember-smth-pleasant-white-background_176420-49507.jpg",
|
||||
imageAlt: "Foto de Pedro Cesari",
|
||||
id: "3", name: "Pedro Cesari", imageSrc: "http://img.b2bpic.net/free-photo/relieved-smiling-young-man-holding-hand-his-chest-close-eyes-with-relief-remember-smth-pleasant-white-background_176420-49507.jpg", imageAlt: "Foto de Pedro Cesari"
|
||||
},
|
||||
"Excelente servicio, muy cuidadosa con lo que requieres. Explica todo con claridad, siempre muestra un trato amable y transmite mucha confianza. El consultorio está impecable. La recomiendo ampliamente.",
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg",
|
||||
imageAlt: "Foto de Ana G.",
|
||||
id: "4", name: "Ana G.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg", imageAlt: "Foto de Ana G."
|
||||
},
|
||||
"Agradezco mucho su atención tan amena y consciente con los pacientes. Siempre con un trato amable y profesional.",
|
||||
{
|
||||
id: "5",
|
||||
name: "Ricardo M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-rejoicing-emotional-young-smiling-redhead-girl-blue-eyes-getting-exciting-news-grinning-cheeri_1258-131499.jpg",
|
||||
imageAlt: "Foto de Ricardo M.",
|
||||
},
|
||||
"Excelente atención por parte de la dra, muy buena y honesta. Explica a detalle cada paso del tratamiento.",
|
||||
"Mi hermano me lo recomendó mucho y tenía razón. La dra. Caro es muy linda y te pone atención. Desde la primera interacción fue amable y me inspiró confianza, cuando vi su trabajo me convencí de que es mi doctora de confianza.",
|
||||
id: "5", name: "Ricardo M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-rejoicing-emotional-young-smiling-redhead-girl-blue-eyes-getting-exciting-news-grinning-cheeri_1258-131499.jpg", imageAlt: "Foto de Ricardo M."
|
||||
}
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros pacientes"
|
||||
cardTag="Experiencias Reales"
|
||||
@@ -258,58 +173,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basico",
|
||||
badge: "Recomendado",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$500",
|
||||
name: "Revisión y Limpieza",
|
||||
buttons: [
|
||||
id: "basico", badge: "Recomendado", badgeIcon: Sparkles,
|
||||
price: "$500", name: "Revisión y Limpieza", buttons: [
|
||||
{
|
||||
text: "Comenzar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Comenzar", href: "#contacto"},
|
||||
],
|
||||
features: [
|
||||
"Consulta inicial",
|
||||
"Limpieza dental profunda",
|
||||
"Detección de caries",
|
||||
],
|
||||
"Consulta inicial", "Limpieza dental profunda", "Detección de caries"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$1200",
|
||||
name: "Cuidado Avanzado",
|
||||
buttons: [
|
||||
id: "premium", badge: "Popular", badgeIcon: Star,
|
||||
price: "$1200", name: "Cuidado Avanzado", buttons: [
|
||||
{
|
||||
text: "Elegir Plan",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Elegir Plan", href: "#contacto"},
|
||||
],
|
||||
features: [
|
||||
"Revisión y Limpieza",
|
||||
"Radiografía panorámica",
|
||||
"Blanqueamiento express",
|
||||
],
|
||||
"Revisión y Limpieza", "Radiografía panorámica", "Blanqueamiento express"],
|
||||
},
|
||||
{
|
||||
id: "integral",
|
||||
badge: "Completo",
|
||||
badgeIcon: ShieldCheck,
|
||||
price: "$2500",
|
||||
name: "Sonrisa Completa",
|
||||
buttons: [
|
||||
id: "integral", badge: "Completo", badgeIcon: ShieldCheck,
|
||||
price: "$2500", name: "Sonrisa Completa", buttons: [
|
||||
{
|
||||
text: "Contratar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contratar", href: "#contacto"},
|
||||
],
|
||||
features: [
|
||||
"Cuidado Avanzado",
|
||||
"Diagnóstico 3D",
|
||||
"Descuento en tratamientos estéticos",
|
||||
],
|
||||
"Cuidado Avanzado", "Diagnóstico 3D", "Descuento en tratamientos estéticos"],
|
||||
},
|
||||
]}
|
||||
title="Nuestros Planes de Cuidado"
|
||||
@@ -326,20 +214,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Qué horarios manejan?",
|
||||
content: "Estamos abiertos de lunes a viernes de 9 a.m. a 8 p.m. y los sábados de 9 a.m. a 2 p.m. Favor de agendar su cita.",
|
||||
},
|
||||
id: "1", title: "¿Qué horarios manejan?", content: "Estamos abiertos de lunes a viernes de 9 a.m. a 8 p.m. y los sábados de 9 a.m. a 2 p.m. Favor de agendar su cita."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Aceptan seguros dentales?",
|
||||
content: "Trabajamos con varias aseguradoras. Por favor, contáctenos para verificar si su plan está cubierto.",
|
||||
},
|
||||
id: "2", title: "¿Aceptan seguros dentales?", content: "Trabajamos con varias aseguradoras. Por favor, contáctenos para verificar si su plan está cubierto."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Es doloroso el tratamiento dental?",
|
||||
content: "Nuestros especialistas utilizan técnicas avanzadas y anestesia local para asegurar que su experiencia sea lo más cómoda y sin dolor posible.",
|
||||
},
|
||||
id: "3", title: "¿Es doloroso el tratamiento dental?", content: "Nuestros especialistas utilizan técnicas avanzadas y anestesia local para asegurar que su experiencia sea lo más cómoda y sin dolor posible."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Encuentra respuestas a las preguntas más comunes sobre nuestros servicios y citas."
|
||||
@@ -354,18 +233,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Estamos en Edificio amarillo, Calle Pancho López 117, Benito Juárez, 57000 Cdad. Nezahualcóyotl, Méx. Llámanos al 56 5773 5334."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+525657735334",
|
||||
},
|
||||
text: "Llamar Ahora", href: "tel:+525657735334"},
|
||||
{
|
||||
text: "Ver en Mapa",
|
||||
href: "https://maps.app.goo.gl/CX5HW9Nezahualcoyotl",
|
||||
},
|
||||
text: "Ver en Mapa", href: "https://maps.app.goo.gl/CX5HW9Nezahualcoyotl"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -377,49 +251,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#inicio",
|
||||
},
|
||||
label: "Inicio", href: "#inicio"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "#nosotros"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Servicios", href: "#servicios"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Equipo",
|
||||
href: "#equipo",
|
||||
},
|
||||
label: "Equipo", href: "#equipo"},
|
||||
{
|
||||
label: "Testimonios",
|
||||
href: "#testimonios",
|
||||
},
|
||||
label: "Testimonios", href: "#testimonios"},
|
||||
{
|
||||
label: "Precios",
|
||||
href: "#precios",
|
||||
},
|
||||
label: "Precios", href: "#precios"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user