Update src/app/page.tsx

This commit is contained in:
2026-04-06 02:16:50 +00:00
parent fe477010d3
commit 2f1beee812

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -113,13 +113,12 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
<ContactCenter
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Contacto"
title="Agenda tu visita hoy."
description="Estamos listos para recibirte. Agenda una visita sin compromiso y conoce las oficinas que llevarán a tu empresa al siguiente nivel."
buttons={[{ text: "Enviar Solicitud", href: "#" }]}
tag="Ubicación y Contacto"
title="Encuéntranos en Monterrey"
description="Visítanos en nuestras oficinas corporativas. Puedes encontrarnos en Google Maps para una llegada precisa o enviarnos un mensaje directamente."
/>
</div>