Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f1beee812 | |||
| fe477010d3 | |||
| f9ff0f73d7 | |||
| 14e3dff64c | |||
| f296504409 | |||
| 678bfbbb00 | |||
| 246543596e |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user