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