Update src/app/page.tsx

This commit is contained in:
2026-04-20 15:18:20 +00:00
parent e5b6f96670
commit bc0416d69b

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -142,31 +142,30 @@ export default function LandingPage() {
</div>
<div id="contacto" data-section="contacto">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
<ContactCTA
tag="Contacto"
title="Hagámoslo realidad"
description="Cuéntanos qué necesitas y te ayudaremos con la mejor opción. Rápido, profesional y cerca de ti."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcqcSBkAh1MBYJvUwzxLUPPD1I/uploaded-1776696057084-rhq83n8s.jpg?_wi=2"
mediaAnimation="slide-up"
buttonText="WhatsApp"
onSubmit={(email) => window.location.href = 'https://wa.me/34600000000'}
description="Cuéntanos qué necesitas por WhatsApp o llámanos para resolver cualquier duda al instante."
buttons={[
{ text: "WhatsApp", href: "https://wa.me/34600000000" },
{ text: "Llamar ahora", href: "tel:+34600000000" }
]}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterBaseReveal
columns={[
{
title: "Tienda", items: [
title: "Tienda", items: [
{ label: "Sobre nosotros", href: "#hero" },
{ label: "Servicios", href: "#servicios" },
{ label: "Contacto", href: "#contacto" },
],
},
{
title: "Legal", items: [
title: "Legal", items: [
{ label: "Política de Privacidad", href: "#" },
{ label: "Aviso Legal", href: "#" },
],