Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2833053c78 | |||
| 80a88786cd | |||
| 2f555ccb9d |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
@@ -156,27 +156,30 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
title="Pide información aquí"
|
||||
description="Estamos listos para asesorarte en tu próximo proyecto. ¡Consigue una consulta gratuita hoy mismo!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-typing-pc-keyboard-assisting-customers-through-live-chat_482257-125755.jpg"
|
||||
inputPlaceholder="Introduce tu email"
|
||||
buttonText="Enviar"
|
||||
tag="Contacto"
|
||||
/>
|
||||
<ContactSplitForm
|
||||
title="Pide información aquí"
|
||||
description="Estamos listos para asesorarte en tu próximo proyecto. ¡Consigue una consulta gratuita hoy mismo!"
|
||||
inputs={[
|
||||
{ name: "nombre", type: "text", placeholder: "Nombre completo" },
|
||||
{ name: "email", type: "email", placeholder: "Tu correo electrónico" }
|
||||
]}
|
||||
textarea={{ name: "mensaje", placeholder: "Cuéntanos tu proyecto...", rows: 4 }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-typing-pc-keyboard-assisting-customers-through-live-chat_482257-125755.jpg"
|
||||
mediaPosition="right"
|
||||
buttonText="Enviar mensaje"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Vidres Manresa"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Servicios", items: [{ label: "Cristalería", href: "#features" }, { label: "Carpintería Metálica", href: "#features" }] },
|
||||
{ title: "Empresa", items: [{ label: "Inicio", href: "#hero" }, { label: "Contacto", href: "#contact" }] },
|
||||
{ title: "Contacto", items: [{ label: "93 874 24 60", href: "tel:938742460" }, { label: "WhatsApp", href: "https://wa.me/34685087336" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Vidres Manresa S.L."
|
||||
bottomLeftText="© 2024 Vidres Manresa S.L."
|
||||
bottomRightText="Todos los derechos reservados"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user