7 Commits

Author SHA1 Message Date
99d85bfb51 Update theme colors 2026-05-12 22:22:51 +00:00
cc47784e2b Update src/app/page.tsx 2026-05-12 22:21:55 +00:00
a4fa4a2ce4 Merge version_4 into main
Merge version_4 into main
2026-05-12 22:21:00 +00:00
05e4041b80 Merge version_4 into main
Merge version_4 into main
2026-05-12 22:20:26 +00:00
2fc3748bab Merge version_3 into main
Merge version_3 into main
2026-05-12 22:20:12 +00:00
d576e19751 Merge version_2 into main
Merge version_2 into main
2026-05-12 22:20:07 +00:00
747aa311ee Merge version_1 into main
Merge version_1 into main
2026-05-12 22:02:55 +00:00
2 changed files with 27 additions and 48 deletions

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 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 MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
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() {
return (
@@ -200,48 +200,27 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain"}}
<ContactCTA
tag="Contacto"
title="Agenda tu consulta hoy"
description="Estamos listos para cuidar tu salud. Escríbenos y nuestro equipo te contactará pronto."
buttonText="Enviar Solicitud"
title="Agenda tu consulta"
description="Da el siguiente paso hacia tu mejor sonrisa. Estamos aquí para guiarte en todo el proceso."
buttons={[
{ text: "Agendar por WhatsApp", href: "#" },
{ text: "Llamar ahora", href: "#" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
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: "#"},
],
},
]}
<FooterCard
logoText="DEM Dental"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "#", ariaLabel: "Linkedin" }
]}
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffaf5e6;
--primary-cta: #ffaa70;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffaf5e6;
--accent: #737373;
--background-accent: #737373;
--background: #010912;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #010912;
--secondary-cta: #0e1a29;
--secondary-cta-text: #ffffff;
--accent: #3f5c79;
--background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);