Merge version_1 into main #2
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/servicios",
|
||||
},
|
||||
name: "Servicios", id: "/servicios"},
|
||||
{
|
||||
name: "Doctor",
|
||||
id: "/doctor",
|
||||
},
|
||||
name: "Doctor", id: "/doctor"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="Clínica de Implantología Oral del Valle"
|
||||
/>
|
||||
@@ -55,19 +47,10 @@ export default function LandingPage() {
|
||||
description="El Dr. Alejandro Posada encabeza un equipo de especialistas comprometidos con la excelencia."
|
||||
groups={[
|
||||
{
|
||||
id: "team-bio",
|
||||
groupTitle: "Fundador",
|
||||
members: [
|
||||
id: "team-bio", groupTitle: "Fundador", members: [
|
||||
{
|
||||
id: "doc1",
|
||||
title: "Dr. Alejandro Posada",
|
||||
subtitle: "Director Científico",
|
||||
detail: "Líder en investigación clínica y docencia universitaria.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg?_wi=3",
|
||||
},
|
||||
id: "doc1", title: "Dr. Alejandro Posada", subtitle: "Director Científico", detail: "Líder en investigación clínica y docencia universitaria.", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg?_wi=2",
|
||||
imageAlt: "young woman smiling dental clinic",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -78,8 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Filosofía de Atención"
|
||||
description={[
|
||||
"La ética clínica es nuestro pilar fundamental. Cada plan de tratamiento es personalizado según las necesidades funcionales y estéticas de cada paciente.",
|
||||
]}
|
||||
"La ética clínica es nuestro pilar fundamental. Cada plan de tratamiento es personalizado según las necesidades funcionales y estéticas de cada paciente."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,33 +71,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
label: "Inicio", href: "/"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/servicios",
|
||||
},
|
||||
label: "Servicios", href: "/servicios"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Implantes Dentales",
|
||||
href: "/implantes-dentales-cali",
|
||||
},
|
||||
label: "Implantes Dentales", href: "/implantes-dentales-cali"},
|
||||
{
|
||||
label: "Diseño de Sonrisa",
|
||||
href: "/diseno-de-sonrisa-cali",
|
||||
},
|
||||
label: "Diseño de Sonrisa", href: "/diseno-de-sonrisa-cali"},
|
||||
{
|
||||
label: "Ortodoncia",
|
||||
href: "/ortodoncia-cali",
|
||||
},
|
||||
label: "Ortodoncia", href: "/ortodoncia-cali"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
220
src/app/page.tsx
220
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/servicios",
|
||||
},
|
||||
name: "Servicios", id: "/servicios"},
|
||||
{
|
||||
name: "Doctor",
|
||||
id: "/doctor",
|
||||
},
|
||||
name: "Doctor", id: "/doctor"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="Clínica de Implantología Oral del Valle"
|
||||
/>
|
||||
@@ -53,77 +45,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Clínica de Odontología en Cali especializada en implantes dentales"
|
||||
description="Recupera tu sonrisa con la experiencia de más de 30 años del Dr. Alejandro Posada. Tecnología de vanguardia y atención personalizada para toda tu familia."
|
||||
kpis={[
|
||||
{
|
||||
value: "30+",
|
||||
label: "Años de experiencia",
|
||||
},
|
||||
value: "30+", label: "Años de experiencia"},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Sonrisas recuperadas",
|
||||
},
|
||||
value: "5000+", label: "Sonrisas recuperadas"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Atención especializada",
|
||||
},
|
||||
value: "100%", label: "Atención especializada"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Agenda tu valoración por WhatsApp",
|
||||
href: "https://wa.me/573000000000",
|
||||
},
|
||||
text: "Agenda tu valoración por WhatsApp", href: "https://wa.me/573000000000"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg",
|
||||
alt: "Paciente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg", alt: "Paciente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg",
|
||||
alt: "Paciente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", alt: "Paciente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fahion-model_1296-720.jpg",
|
||||
alt: "Paciente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fahion-model_1296-720.jpg", alt: "Paciente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg",
|
||||
alt: "Paciente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg", alt: "Paciente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg",
|
||||
alt: "Paciente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg", alt: "Paciente 5"},
|
||||
]}
|
||||
avatarText="Más de 5000 pacientes felices"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Implantes Dentales",
|
||||
},
|
||||
type: "text", text: "Implantes Dentales"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Diseño de Sonrisa",
|
||||
},
|
||||
type: "text", text: "Diseño de Sonrisa"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ortodoncia de Precisión",
|
||||
},
|
||||
type: "text", text: "Ortodoncia de Precisión"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Blanqueamiento Láser",
|
||||
},
|
||||
type: "text", text: "Blanqueamiento Láser"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rehabilitación Oral",
|
||||
},
|
||||
type: "text", text: "Rehabilitación Oral"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,8 +96,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Tu salud oral es nuestra prioridad"
|
||||
description={[
|
||||
"En Clínica de Implantología Oral del Valle, combinamos conocimiento académico con tecnología de punta para ofrecer tratamientos de rehabilitación oral. Somos referentes en odontología Cali.",
|
||||
]}
|
||||
"En Clínica de Implantología Oral del Valle, combinamos conocimiento académico con tecnología de punta para ofrecer tratamientos de rehabilitación oral. Somos referentes en odontología Cali."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,50 +107,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Implantes Dentales",
|
||||
tags: [
|
||||
"Implantes",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2",
|
||||
imageAlt: "dental clinic professional office",
|
||||
},
|
||||
id: "1", title: "Implantes Dentales", tags: [
|
||||
"Implantes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "dental clinic professional office"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Diseño de Sonrisa",
|
||||
tags: [
|
||||
"Estética",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg?_wi=1",
|
||||
imageAlt: "professional dentist portrait male",
|
||||
},
|
||||
id: "2", title: "Diseño de Sonrisa", tags: [
|
||||
"Estética"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg", imageAlt: "professional dentist portrait male"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Ortodoncia",
|
||||
tags: [
|
||||
"Salud",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg?_wi=1",
|
||||
imageAlt: "happy dental patient smile",
|
||||
},
|
||||
id: "3", title: "Ortodoncia", tags: [
|
||||
"Salud"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg", imageAlt: "happy dental patient smile"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Blanqueamiento Dental",
|
||||
tags: [
|
||||
"Estética",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg?_wi=1",
|
||||
imageAlt: "smiling male dental patient",
|
||||
},
|
||||
id: "4", title: "Blanqueamiento Dental", tags: [
|
||||
"Estética"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", imageAlt: "smiling male dental patient"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Endodoncia",
|
||||
tags: [
|
||||
"Salud",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fahion-model_1296-720.jpg?_wi=1",
|
||||
imageAlt: "woman smiling after dental treatment",
|
||||
},
|
||||
id: "5", title: "Endodoncia", tags: [
|
||||
"Salud"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fahion-model_1296-720.jpg", imageAlt: "woman smiling after dental treatment"},
|
||||
]}
|
||||
title="Nuestros servicios destacados"
|
||||
description="Soluciones integrales para recuperar tu funcionalidad y estética dental."
|
||||
@@ -202,19 +139,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "doctor-profile",
|
||||
groupTitle: "Fundador",
|
||||
members: [
|
||||
id: "doctor-profile", groupTitle: "Fundador", members: [
|
||||
{
|
||||
id: "apg",
|
||||
title: "Dr. Alejandro Posada Gaviria",
|
||||
subtitle: "Especialista en Implantología y Rehabilitación Oral",
|
||||
detail: "Ex-presidente de la Federación Odontológica Colombiana y referente académico en Univalle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg?_wi=2",
|
||||
},
|
||||
id: "apg", title: "Dr. Alejandro Posada Gaviria", subtitle: "Especialista en Implantología y Rehabilitación Oral", detail: "Ex-presidente de la Federación Odontológica Colombiana y referente académico en Univalle.", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg?_wi=1",
|
||||
imageAlt: "senior man smiling teeth",
|
||||
},
|
||||
]}
|
||||
title="Liderazgo y experiencia"
|
||||
@@ -229,45 +157,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María José P.",
|
||||
handle: "Cali",
|
||||
testimonial: "Excelente servicio, el Dr. Posada es muy profesional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "María José P.", handle: "Cali", testimonial: "Excelente servicio, el Dr. Posada es muy profesional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos A.",
|
||||
handle: "Jamundí",
|
||||
testimonial: "Me cambiaron la vida con mis implantes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Carlos A.", handle: "Jamundí", testimonial: "Me cambiaron la vida con mis implantes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Laura G.",
|
||||
handle: "Cali Norte",
|
||||
testimonial: "La mejor clínica dental en Cali, sin duda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fahion-model_1296-720.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Laura G.", handle: "Cali Norte", testimonial: "La mejor clínica dental en Cali, sin duda.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fahion-model_1296-720.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julián S.",
|
||||
handle: "Cali Sur",
|
||||
testimonial: "Atención humana y resultados perfectos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Julián S.", handle: "Cali Sur", testimonial: "Atención humana y resultados perfectos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofía C.",
|
||||
handle: "Cali",
|
||||
testimonial: "Muy satisfecho con mi diseño de sonrisa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Sofía C.", handle: "Cali", testimonial: "Muy satisfecho con mi diseño de sonrisa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que dicen nuestros pacientes"
|
||||
@@ -279,8 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="¡Agenda tu valoración gratuita!"
|
||||
description="Estamos listos para cuidar tu salud oral. Escríbenos por WhatsApp ahora."
|
||||
@@ -294,33 +196,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
label: "Inicio", href: "/"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/servicios",
|
||||
},
|
||||
label: "Servicios", href: "/servicios"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Implantes Dentales",
|
||||
href: "/implantes-dentales-cali",
|
||||
},
|
||||
label: "Implantes Dentales", href: "/implantes-dentales-cali"},
|
||||
{
|
||||
label: "Diseño de Sonrisa",
|
||||
href: "/diseno-de-sonrisa-cali",
|
||||
},
|
||||
label: "Diseño de Sonrisa", href: "/diseno-de-sonrisa-cali"},
|
||||
{
|
||||
label: "Ortodoncia",
|
||||
href: "/ortodoncia-cali",
|
||||
},
|
||||
label: "Ortodoncia", href: "/ortodoncia-cali"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user