Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7a93cf39b | |||
| 1c2fd95f2b | |||
| 102d4a859d |
@@ -24,7 +24,7 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contacto", id: "contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Arte Verde Vivero"
|
brandName="Arte Verde Vivero"
|
||||||
/>
|
/>
|
||||||
@@ -32,21 +32,21 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Professional Grass Installation Services"
|
title="Servicios Profesionales de Instalación de Césped"
|
||||||
description="Expert sod and grass installation for your property in Costa Rica. Tell us about your project and we'll get back to you with a free quote."
|
description="Instalación experta de césped para su propiedad en Costa Rica. Cuéntenos sobre su proyecto y le enviaremos una cotización gratuita."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
{ name: "name", type: "text", placeholder: "Nombre Completo", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
{ name: "email", type: "email", placeholder: "Dirección de Correo Electrónico", required: true },
|
||||||
{ name: "location", type: "text", placeholder: "Property Location/City", required: true },
|
{ name: "location", type: "text", placeholder: "Ubicación de la Propiedad/Ciudad", required: true },
|
||||||
{ name: "area", type: "text", placeholder: "Estimated Area (m²)", required: true }
|
{ name: "area", type: "text", placeholder: "Área Estimada (m²)", required: true }
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "details", placeholder: "Describe your project requirements", rows: 5
|
name: "details", placeholder: "Describa los requerimientos de su proyecto", rows: 5
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Request Quote"
|
buttonText="Solicitar Cotización"
|
||||||
onSubmit={(data) => console.log("Form submitted:", data)}
|
onSubmit={(data) => console.log("Formulario enviado:", data)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -55,13 +55,13 @@ export default function LandingPage() {
|
|||||||
logoText="Arte Verde Vivero"
|
logoText="Arte Verde Vivero"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [{ label: "Grass Installation", href: "#contact" }]
|
title: "Servicios", items: [{ label: "Instalación de Césped", href: "#contact" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [{ label: "About Us", href: "#" }]
|
title: "Empresa", items: [{ label: "Sobre Nosotros", href: "#" }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Arte Verde Vivero. All rights reserved."
|
copyrightText="© 2024 Arte Verde Vivero. Todos los derechos reservados."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user