|
|
|
@@ -2,17 +2,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
|
|
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
|
|
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
import { Award, Star, Zap, CheckCircle } from "lucide-react";
|
|
|
|
import { Award, Star, Zap, CheckCircle, Instagram, Facebook, Linkedin } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<SplitAbout
|
|
|
|
<SplitAbout
|
|
|
|
|
|
|
|
tag="Excelencia en Salud Dental"
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
title="Tu sonrisa es nuestra prioridad"
|
|
|
|
title="Tu sonrisa es nuestra prioridad"
|
|
|
|
@@ -200,51 +201,30 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCenter
|
|
|
|
<ContactCTA
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
background={{
|
|
|
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
|
|
|
tag="Contacto"
|
|
|
|
tag="Contacto"
|
|
|
|
title="Agenda tu consulta hoy"
|
|
|
|
title="Agenda tu consulta"
|
|
|
|
description="Estamos listos para cuidar tu salud. Escríbenos y nuestro equipo te contactará pronto."
|
|
|
|
description="Da el siguiente paso hacia tu mejor sonrisa. Estamos aquí para guiarte en todo el proceso."
|
|
|
|
buttonText="Enviar Solicitud"
|
|
|
|
buttons={[
|
|
|
|
|
|
|
|
{ text: "Agendar por WhatsApp", href: "#" },
|
|
|
|
|
|
|
|
{ text: "Llamar ahora", href: "#" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBase
|
|
|
|
<FooterCard
|
|
|
|
columns={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Servicios", items: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Odontología", href: "#"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Ortodoncia", href: "#"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Estética", href: "#"},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Nosotros", items: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Equipo", href: "#team"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Testimonios", href: "#testimonial"},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Aviso de Privacidad", href: "#"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "Términos", href: "#"},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
logoText="DEM Dental"
|
|
|
|
logoText="DEM Dental"
|
|
|
|
|
|
|
|
socialLinks={[
|
|
|
|
|
|
|
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
|
|
|
|
|
|
|
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
|
|
|
|
|
|
|
{ icon: Linkedin, href: "#", ariaLabel: "Linkedin" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|