Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
461
src/app/page.tsx
461
src/app/page.tsx
@@ -27,344 +27,143 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#servicios",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#por-que",
|
||||
},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonios",
|
||||
},
|
||||
]}
|
||||
brandName="ELITE CENTER"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "#hero" },
|
||||
{ name: "Servicios", id: "#servicios" },
|
||||
{ name: "Nosotros", id: "#por-que" },
|
||||
{ name: "Testimonios", id: "#testimonios" },
|
||||
]}
|
||||
brandName="ELITE CENTER"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Tu sonrisa merece una experiencia de otro nivel."
|
||||
description="Odontología estética, cirugía, ortodoncia y rehabilitación oral con tecnología avanzada y atención verdaderamente humana en Caracas."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Andrea D.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Me sentí como en casa. La atención fue increíble.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
|
||||
},
|
||||
{
|
||||
name: "Alfonso L.",
|
||||
handle: "@paciente",
|
||||
testimonial: "La mejor clínica odontológica de Caracas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-patient-sitting-front-two-male-dentist_23-2147862056.jpg",
|
||||
},
|
||||
{
|
||||
name: "Oriana H.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Tenía miedo y aquí sentí total tranquilidad.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980757.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carla C.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Tecnología avanzada y resultados espectaculares.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-looking-camera-while-standing-corridor-hospital-team-doctors-is-background_637285-729.jpg",
|
||||
},
|
||||
{
|
||||
name: "Edwar L.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Una experiencia VIP total. Impecable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Agenda tu cita ahora",
|
||||
href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0",
|
||||
},
|
||||
{
|
||||
text: "Hablar por WhatsApp",
|
||||
href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"
|
||||
imageAlt="modern dental clinic interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/patient-hospital_23-2152005935.jpg",
|
||||
alt: "Patient in hospital",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg",
|
||||
alt: "Portrait of a male doctor and patient",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg",
|
||||
alt: "Portrait of young adult woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg",
|
||||
alt: "Doctor preparing for consult",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentist-shaking-hand-with-patient_23-2148396210.jpg",
|
||||
alt: "Portrait of dentist shaking hand",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Atención Personalizada",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tecnología de Punta",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Resultados Garantizados",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seguridad Dental",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experiencia VIP",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Tu sonrisa merece una experiencia de otro nivel."
|
||||
description="Odontología estética, cirugía, ortodoncia y rehabilitación oral con tecnología avanzada y atención verdaderamente humana en Caracas."
|
||||
testimonials={[
|
||||
{ name: "Andrea D.", handle: "@paciente", testimonial: "Me sentí como en casa. La atención fue increíble.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg" },
|
||||
{ name: "Alfonso L.", handle: "@paciente", testimonial: "La mejor clínica odontológica de Caracas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-patient-sitting-front-two-male-dentist_23-2147862056.jpg" },
|
||||
{ name: "Oriana H.", handle: "@paciente", testimonial: "Tenía miedo y aquí sentí total tranquilidad.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980757.jpg" },
|
||||
{ name: "Carla C.", handle: "@paciente", testimonial: "Tecnología avanzada y resultados espectaculares.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-looking-camera-while-standing-corridor-hospital-team-doctors-is-background_637285-729.jpg" },
|
||||
{ name: "Edwar L.", handle: "@paciente", testimonial: "Una experiencia VIP total. Impecable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Agenda tu cita ahora", href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0" },
|
||||
{ text: "Hablar por WhatsApp", href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"
|
||||
imageAlt="modern dental clinic interior"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/patient-hospital_23-2152005935.jpg", alt: "Patient in hospital" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg", alt: "Portrait of a male doctor and patient" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg", alt: "Portrait of young adult woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", alt: "Doctor preparing for consult" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-dentist-shaking-hand-with-patient_23-2148396210.jpg", alt: "Portrait of dentist shaking hand" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Atención Personalizada" },
|
||||
{ type: "text", text: "Tecnología de Punta" },
|
||||
{ type: "text", text: "Resultados Garantizados" },
|
||||
{ type: "text", text: "Seguridad Dental" },
|
||||
{ type: "text", text: "Experiencia VIP" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="por-que" data-section="por-que">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="No es solo odontología. Es una experiencia."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Atención VIP",
|
||||
value: "Personalizada",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Tecnología",
|
||||
value: "Avanzada",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Espacios",
|
||||
value: "Impecables",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Especialistas",
|
||||
value: "Integrales",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="por-que" data-section="por-que">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="No es solo odontología. Es una experiencia."
|
||||
metrics={[
|
||||
{ icon: Star, label: "Atención VIP", value: "Personalizada" },
|
||||
{ icon: Zap, label: "Tecnología", value: "Avanzada" },
|
||||
{ icon: Shield, label: "Espacios", value: "Impecables" },
|
||||
{ icon: Award, label: "Especialistas", value: "Integrales" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="servicios" data-section="servicios">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Estética Dental",
|
||||
description: "Diseño de sonrisa personalizado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-lobby-with-reception-desk_23-2152005586.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ortodoncia",
|
||||
description: "Tecnología alineadora de última generación.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stomatology-office-with-modern-equipment-nurse-wearing-blue-uniform-working-computer_482257-12534.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cirugía Maxilofacial",
|
||||
description: "Precisión y seguridad garantizada.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-397.jpg",
|
||||
},
|
||||
{
|
||||
title: "Implantología",
|
||||
description: "Soluciones fijas para tu comodidad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg",
|
||||
},
|
||||
{
|
||||
title: "Odontopediatría",
|
||||
description: "Cuidado especializado para los más pequeños.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg",
|
||||
},
|
||||
{
|
||||
title: "Rehabilitación Oral",
|
||||
description: "Funcionalidad completa en tu boca.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683473.jpg",
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Transformamos sonrisas con tecnología de vanguardia."
|
||||
/>
|
||||
</div>
|
||||
<div id="servicios" data-section="servicios">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Estética Dental", description: "Diseño de sonrisa personalizado.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-lobby-with-reception-desk_23-2152005586.jpg" },
|
||||
{ title: "Ortodoncia", description: "Tecnología alineadora de última generación.", imageSrc: "http://img.b2bpic.net/free-photo/stomatology-office-with-modern-equipment-nurse-wearing-blue-uniform-working-computer_482257-12534.jpg" },
|
||||
{ title: "Cirugía Maxilofacial", description: "Precisión y seguridad garantizada.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-397.jpg" },
|
||||
{ title: "Implantología", description: "Soluciones fijas para tu comodidad.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg" },
|
||||
{ title: "Odontopediatría", description: "Cuidado especializado para los más pequeños.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg" },
|
||||
{ title: "Rehabilitación Oral", description: "Funcionalidad completa en tu boca.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683473.jpg" },
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Transformamos sonrisas con tecnología de vanguardia."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonios" data-section="testimonios">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Andrea D.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Increíble experiencia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alfonso L.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Profesionales increíbles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-matching-colour-tooth-enamel-with-whitening-chart_496169-964.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Oriana H.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Sentí calma desde que entré.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carla C.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Resultados espectaculares.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Edwar L.",
|
||||
handle: "@paciente",
|
||||
testimonial: "Atención impecable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-woman-keeping-arm-chest-green-polo-t-shirt-looking-cheery-front-view_176474-71823.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Pacientes felices. Sonrisas reales."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonios" data-section="testimonios">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Lo que dicen nuestros pacientes sobre nosotros."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Andrea D.", handle: "@paciente", testimonial: "Increíble experiencia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg" },
|
||||
{ id: "2", name: "Alfonso L.", handle: "@paciente", testimonial: "Profesionales increíbles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-matching-colour-tooth-enamel-with-whitening-chart_496169-964.jpg" },
|
||||
{ id: "3", name: "Oriana H.", handle: "@paciente", testimonial: "Sentí calma desde que entré.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg" },
|
||||
{ id: "4", name: "Carla C.", handle: "@paciente", testimonial: "Resultados espectaculares.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg" },
|
||||
{ id: "5", name: "Edwar L.", handle: "@paciente", testimonial: "Atención impecable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-woman-keeping-arm-chest-green-polo-t-shirt-looking-cheery-front-view_176474-71823.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Pacientes felices. Sonrisas reales."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experiencia" data-section="experiencia">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ambiente Zen",
|
||||
price: "Feng Shui",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561238.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tecnología",
|
||||
price: "Precisión",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-interior-new-modern-dental-clinic-office-dental-equipment_613910-6062.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Atención",
|
||||
price: "Cálida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior_23-2151945692.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ubicación",
|
||||
price: "Céntrica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg",
|
||||
},
|
||||
]}
|
||||
title="La Experiencia ELITE"
|
||||
description="Cada detalle diseñado para tu tranquilidad."
|
||||
/>
|
||||
</div>
|
||||
<div id="experiencia" data-section="experiencia">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Ambiente Zen", price: "Feng Shui", imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561238.jpg" },
|
||||
{ id: "2", name: "Tecnología", price: "Precisión", imageSrc: "http://img.b2bpic.net/free-photo/concept-interior-new-modern-dental-clinic-office-dental-equipment_613910-6062.jpg" },
|
||||
{ id: "3", name: "Atención", price: "Cálida", imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior_23-2151945692.jpg" },
|
||||
{ id: "4", name: "Ubicación", price: "Céntrica", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg" },
|
||||
]}
|
||||
title="La Experiencia ELITE"
|
||||
description="Cada detalle diseñado para tu tranquilidad."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="ELITE CENTER"
|
||||
title="Tu nueva sonrisa comienza hoy."
|
||||
description="Agenda tu evaluación y descubre por qué tantos pacientes recomiendan ELITE CENTER en Caracas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar por WhatsApp",
|
||||
href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="ELITE CENTER"
|
||||
title="Tu nueva sonrisa comienza hoy."
|
||||
description="Agenda tu evaluación y descubre por qué tantos pacientes recomiendan ELITE CENTER en Caracas."
|
||||
buttons={[
|
||||
{ text: "Reservar por WhatsApp", href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dirección: Torre Limina, Caracas",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Horarios: Lun-Sáb 8am-5pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/elitecenterccs",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="ELITE CENTER"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Dirección: Torre Limina, Caracas", href: "#" }, { label: "Horarios: Lun-Sáb 8am-5pm", href: "#" }] },
|
||||
{ items: [{ label: "Instagram", href: "https://www.instagram.com/elitecenterccs" }, { label: "WhatsApp", href: "https://api.whatsapp.com/send/?phone=%2B584121543203&text&type=phone_number&app_absent=0" }] },
|
||||
]}
|
||||
logoText="ELITE CENTER"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user