Merge version_2 into main #4
114
src/app/page.tsx
114
src/app/page.tsx
@@ -28,32 +28,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Sobre la Doctora", id: "about"},
|
||||
{
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Ubicaciones", id: "locations"},
|
||||
{
|
||||
name: "Cita", id: "contact"},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre la Doctora", id: "about" },
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Ubicaciones", id: "locations" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Creando Sonrisas"
|
||||
logoClassName="w-8 h-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Clínica Dental – Creando Sonrisas"
|
||||
description="La Dra. Carmen Rodríguez San Emeterio ofrece atención odontológica personalizada en Renedo de Piélagos y Los Corrales de Buelna."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora", href: "tel:942570405"},
|
||||
{
|
||||
text: "Solicitar cita", href: "#contact"},
|
||||
{ text: "Llamar Renedo: 942 570 405", href: "tel:942570405" },
|
||||
{ text: "Llamar Corrales: 942 831 803", href: "tel:942831803" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4UU55ER8Gu7Fpg7Ib3uvuNaHh/uploaded-1775644867746-acajmtf9.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -64,12 +57,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Dra. Carmen Rodríguez San Emeterio"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-medical-office-hospital_1170-2087.jpg", alt: "Dra. Carmen Rodríguez San Emeterio"},
|
||||
{
|
||||
type: "text", content: "Atención dental basada en la confianza, la experiencia y el trato cercano. En nuestra clínica tratamos cada paciente de forma personalizada, ofreciendo soluciones adaptadas para cuidar su salud bucodental con la máxima profesionalidad."},
|
||||
{ type: "text", content: "Dra. Carmen Rodríguez San Emeterio" },
|
||||
{ type: "text", content: "Atención dental basada en la confianza, la experiencia y el trato cercano. En nuestra clínica tratamos cada paciente de forma personalizada, ofreciendo soluciones adaptadas para cuidar su salud bucodental con la máxima profesionalidad." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,29 +66,14 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="inline-image"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Odontología General", description: "Tratamientos preventivos y curativos tanto para adultos como para niños.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=1", imageAlt: "Odontología General" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=2", imageAlt: "Odontología General" }
|
||||
},
|
||||
{
|
||||
title: "Ortodoncia", description: "Soluciones de ortodoncia infantil y para adultos para una alineación perfecta.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=3", imageAlt: "Ortodoncia" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=4", imageAlt: "Ortodoncia" }
|
||||
},
|
||||
{
|
||||
title: "Implantología y Estética", description: "Recupera tu sonrisa con los mejores implantes y tratamientos de estética.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=5", imageAlt: "Implantología" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=6", imageAlt: "Estética Dental" }
|
||||
},
|
||||
{
|
||||
title: "Ácido Hialurónico", description: "Tratamientos de rejuvenecimiento facial adaptados a la armonía dental.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=7", imageAlt: "Ácido Hialurónico" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=8", imageAlt: "Rejuvenecimiento facial" }
|
||||
},
|
||||
{
|
||||
title: "Prótesis y Periodoncia", description: "Soluciones fijas y removibles, y cuidado avanzado de las encías.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=9", imageAlt: "Prótesis" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=10", imageAlt: "Periodoncia" }
|
||||
}
|
||||
{ title: "Odontología General", description: "Tratamientos preventivos y curativos tanto para adultos como para niños." },
|
||||
{ title: "Ortodoncia", description: "Soluciones de ortodoncia infantil y para adultos para una alineación perfecta." },
|
||||
{ title: "Implantología y Estética", description: "Recupera tu sonrisa con los mejores implantes y tratamientos de estética." },
|
||||
{ title: "Ácido Hialurónico", description: "Tratamientos de rejuvenecimiento facial adaptados a la armonía dental." },
|
||||
{ title: "Prótesis y Periodoncia", description: "Soluciones fijas y removibles, y cuidado avanzado de las encías." }
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Nuestros Servicios"
|
||||
@@ -114,63 +88,51 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "renedo", badge: "Renedo de Piélagos", price: "942 570 405", subtitle: "Avda. Luis de la Concha, 30", features: [
|
||||
"De Lunes a Viernes", "Atención personalizada"],
|
||||
id: "renedo", badge: "Renedo de Piélagos", price: "942 570 405", subtitle: "Avda. Luis de la Concha, 30", features: ["De Lunes a Viernes", "Atención personalizada"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Cómo llegar", href: "https://maps.app.goo.gl/r5E54L1G2xK5z3tH6"},
|
||||
{
|
||||
text: "Llamar", href: "tel:942570405"},
|
||||
{ text: "Cómo llegar", href: "https://maps.app.goo.gl/r5E54L1G2xK5z3tH6" },
|
||||
{ text: "Llamar", href: "tel:942570405" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "los-corrales", badge: "Los Corrales de Buelna", price: "942 831 803", subtitle: "C/ Andalucía, 4 Bajo", features: [
|
||||
"Atención de calidad", "Profesionales expertos"],
|
||||
id: "los-corrales", badge: "Los Corrales de Buelna", price: "942 831 803", subtitle: "C/ Andalucía, 4 Bajo", features: ["Atención de calidad", "Profesionales expertos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Cómo llegar", href: "https://maps.app.goo.gl/v8hP6k2Z9QeW4x9H7"},
|
||||
{
|
||||
text: "Llamar", href: "tel:942831803"},
|
||||
{ text: "Cómo llegar", href: "https://maps.app.goo.gl/v8hP6k2Z9QeW4x9H7" },
|
||||
{ text: "Llamar", href: "tel:942831803" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Nuestras Clínicas"
|
||||
description="Elige la ubicación que mejor te venga para tu cita."
|
||||
description="Llámanos para gestionar tu cita telefónicamente."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="Solicitar Cita"
|
||||
description="Estamos listos para cuidar de tu sonrisa. Déjanos tus datos y te contactaremos."
|
||||
title="Solicitar Cita Telefónica"
|
||||
description="Para agendar tu visita, por favor contáctanos directamente a través de nuestros números de teléfono."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enviar formulario", href: "#"},
|
||||
{ text: "Llamar Renedo: 942 570 405", href: "tel:942570405" },
|
||||
{ text: "Llamar Corrales: 942 831 803", href: "tel:942831803" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=11"
|
||||
logoText="Creando Sonrisas"
|
||||
columns={[
|
||||
{
|
||||
title: "Clínica Dental", items: [
|
||||
{
|
||||
label: "Sobre la Doctora", href: "#about"},
|
||||
{
|
||||
label: "Servicios", href: "#services"},
|
||||
{
|
||||
label: "Ubicaciones", href: "#locations"},
|
||||
{
|
||||
label: "Pedir Cita", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Clínica Dental",
|
||||
items: [
|
||||
{ label: "Sobre la Doctora", href: "#about" },
|
||||
{ label: "Servicios", href: "#services" },
|
||||
{ label: "Ubicaciones", href: "#locations" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Clínica Dental Dra. Carmen Rodríguez San Emeterio"
|
||||
/>
|
||||
@@ -178,4 +140,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user