Merge version_1 into main #2
514
src/app/page.tsx
514
src/app/page.tsx
@@ -27,382 +27,158 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Sucursales",
|
||||
id: "branches",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="TERRA"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Productos", id: "products" },
|
||||
{ name: "Sucursales", id: "branches" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="TERRA"
|
||||
button={{ text: "Contacto", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Transforma tu hogar con estilo y calidad"
|
||||
description="En TERRA Sucursal Norte, elevamos tu estilo de vida con muebles y accesorios pensados para crear espacios únicos y acogedores en Santa Cruz."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Lucía P.",
|
||||
role: "Cliente",
|
||||
testimonial: "Excelente variedad de muebles, mi sala quedó increíble.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg?_wi=1",
|
||||
imageAlt: "modern living room furniture catalog",
|
||||
},
|
||||
{
|
||||
name: "Carlos M.",
|
||||
role: "Cliente",
|
||||
testimonial: "Muy buena calidad, los diseños son muy modernos.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=1",
|
||||
imageAlt: "professional furniture store showroom",
|
||||
},
|
||||
{
|
||||
name: "Ana S.",
|
||||
role: "Cliente",
|
||||
testimonial: "La atención en la Sucursal Norte fue excelente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg?_wi=1",
|
||||
imageAlt: "comfortable sofa for home",
|
||||
},
|
||||
{
|
||||
name: "Jorge V.",
|
||||
role: "Cliente",
|
||||
testimonial: "Buenos precios y mucha variedad para el hogar.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg?_wi=1",
|
||||
imageAlt: "elegant bedroom somier mattress",
|
||||
},
|
||||
{
|
||||
name: "María G.",
|
||||
role: "Cliente",
|
||||
testimonial: "Gran experiencia, encontré todo lo que buscaba.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg?_wi=1",
|
||||
imageAlt: "home textiles and towels",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver productos",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Visítanos",
|
||||
href: "#branches",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-drinking-coffe-sitting-modern-kitchen-using-laptop-searching-online-work_273443-5206.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-with-red-lips-holding-plant-fashionable-girl-bright-hat-striped-t-shirt-beige-skirt-rejoices-apartment_197531-18745.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-young-man-cafe-visitor-sitting-with-his-smartphone-listening_1258-245369.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mixed-race-couple-cuddle-sofa-feel-satisfied-rejoice-moving-new-home_273609-29837.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Más de 500 clientes felices"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Calidad Premium",
|
||||
icon: Check,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Diseño Moderno",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Entrega Rápida",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Atención Personalizada",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Garantía Total",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Transforma tu hogar con estilo y calidad"
|
||||
description="En TERRA Sucursal Norte, elevamos tu estilo de vida con muebles y accesorios pensados para crear espacios únicos y acogedores en Santa Cruz."
|
||||
testimonials={[
|
||||
{ name: "Lucía P.", handle: "Cliente", testimonial: "Excelente variedad de muebles, mi sala quedó increíble.", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg", imageAlt: "modern living room furniture catalog" },
|
||||
{ name: "Carlos M.", handle: "Cliente", testimonial: "Muy buena calidad, los diseños son muy modernos.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg", imageAlt: "professional furniture store showroom" },
|
||||
{ name: "Ana S.", handle: "Cliente", testimonial: "La atención en la Sucursal Norte fue excelente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg", imageAlt: "comfortable sofa for home" },
|
||||
{ name: "Jorge V.", handle: "Cliente", testimonial: "Buenos precios y mucha variedad para el hogar.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg", imageAlt: "elegant bedroom somier mattress" },
|
||||
{ name: "María G.", handle: "Cliente", testimonial: "Gran experiencia, encontré todo lo que buscaba.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg", imageAlt: "home textiles and towels" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Ver productos", href: "#products" },
|
||||
{ text: "Visítanos", href: "#branches" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-drinking-coffe-sitting-modern-kitchen-using-laptop-searching-online-work_273443-5206.jpg", alt: "Cliente 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-with-red-lips-holding-plant-fashionable-girl-bright-hat-striped-t-shirt-beige-skirt-rejoices-apartment_197531-18745.jpg", alt: "Cliente 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", alt: "Cliente 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-young-man-cafe-visitor-sitting-with-his-smartphone-listening_1258-245369.jpg", alt: "Cliente 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-mixed-race-couple-cuddle-sofa-feel-satisfied-rejoice-moving-new-home_273609-29837.jpg", alt: "Cliente 5" },
|
||||
]}
|
||||
avatarText="Más de 500 clientes felices"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Calidad Premium", icon: Check },
|
||||
{ type: "text-icon", text: "Diseño Moderno", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Entrega Rápida", icon: Truck },
|
||||
{ type: "text-icon", text: "Atención Personalizada", icon: Users },
|
||||
{ type: "text-icon", text: "Garantía Total", icon: ShieldCheck },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Sobre Terra"
|
||||
description={[
|
||||
"En TERRA, somos apasionados por convertir casas en hogares. Con presencia destacada en Santa Cruz, nos hemos consolidado como referentes en soluciones de diseño y confort.",
|
||||
"Nuestra visión es liderar el mercado boliviano ofreciendo calidad, innovación y un servicio que acompaña cada etapa de tu transformación, siempre con precios accesibles.",
|
||||
"Calidad, compromiso y una curaduría de diseño única definen nuestra esencia.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Sobre Terra"
|
||||
description={[
|
||||
"En TERRA, somos apasionados por convertir casas en hogares. Con presencia destacada en Santa Cruz, nos hemos consolidado como referentes en soluciones de diseño y confort.", "Nuestra visión es liderar el mercado boliviano ofreciendo calidad, innovación y un servicio que acompaña cada etapa de tu transformación, siempre con precios accesibles.", "Calidad, compromiso y una curaduría de diseño única definen nuestra esencia."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sofá Moderno",
|
||||
price: "Bs. 4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Somier Premium",
|
||||
price: "Bs. 3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Set de Toallas",
|
||||
price: "Bs. 150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Comedor 6 sillas",
|
||||
price: "Bs. 5,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-green-kitchen-cabinet-with-many-handles-closeup_169016-19752.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cojines decorativos",
|
||||
price: "Bs. 85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sofa-pillow-decoration-interior-living-room_74190-1912.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Silla Minimalista",
|
||||
price: "Bs. 450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-furniture_74190-4033.jpg",
|
||||
},
|
||||
]}
|
||||
title="Nuestros Productos"
|
||||
description="Explora nuestra amplia colección seleccionada para cada rincón de tu hogar."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Sofá Moderno", price: "Bs. 4,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg" },
|
||||
{ id: "p2", name: "Somier Premium", price: "Bs. 3,200", imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg" },
|
||||
{ id: "p3", name: "Set de Toallas", price: "Bs. 150", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg" },
|
||||
{ id: "p4", name: "Comedor 6 sillas", price: "Bs. 5,800", imageSrc: "http://img.b2bpic.net/free-photo/large-green-kitchen-cabinet-with-many-handles-closeup_169016-19752.jpg" },
|
||||
{ id: "p5", name: "Cojines decorativos", price: "Bs. 85", imageSrc: "http://img.b2bpic.net/free-photo/sofa-pillow-decoration-interior-living-room_74190-1912.jpg" },
|
||||
{ id: "p6", name: "Silla Minimalista", price: "Bs. 450", imageSrc: "http://img.b2bpic.net/free-photo/vintage-furniture_74190-4033.jpg" },
|
||||
]}
|
||||
title="Nuestros Productos"
|
||||
description="Explora nuestra amplia colección seleccionada para cada rincón de tu hogar."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="branches" data-section="branches">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "b1",
|
||||
title: "Sucursal Norte (Principal)",
|
||||
author: "Ubicación",
|
||||
description: "Frente al SEARPI, 200m de Av. Alemania y 4to Anillo. Tel: 72108585. Abierto hasta las 20:00 (Cerrado domingos).",
|
||||
tags: [
|
||||
"Principal",
|
||||
"Atención",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
title: "Sucursal Oeste",
|
||||
author: "Ubicación",
|
||||
description: "Av. Carmelo Ortiz 3795, Santa Cruz.",
|
||||
tags: [
|
||||
"Abierto",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
title: "Sucursal Sur",
|
||||
author: "Ubicación",
|
||||
description: "4to Anillo entre Radial 10 y Av. San Aurelio.",
|
||||
tags: [
|
||||
"Abierto",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
title="Nuestras Sucursales"
|
||||
description="Visítanos en nuestras ubicaciones estratégicas en Santa Cruz."
|
||||
/>
|
||||
</div>
|
||||
<div id="branches" data-section="branches">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "b1", title: "Sucursal Norte (Principal)", author: "Ubicación", description: "Frente al SEARPI, 200m de Av. Alemania y 4to Anillo. Tel: 72108585. Abierto hasta las 20:00 (Cerrado domingos).", tags: ["Principal", "Atención"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg" },
|
||||
{ id: "b2", title: "Sucursal Oeste", author: "Ubicación", description: "Av. Carmelo Ortiz 3795, Santa Cruz.", tags: ["Abierto"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg" },
|
||||
{ id: "b3", title: "Sucursal Sur", author: "Ubicación", description: "4to Anillo entre Radial 10 y Av. San Aurelio.", tags: ["Abierto"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg" },
|
||||
]}
|
||||
title="Nuestras Sucursales"
|
||||
description="Visítanos en nuestras ubicaciones estratégicas en Santa Cruz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "María",
|
||||
role: "Cliente",
|
||||
company: "Terra",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-drinking-coffe-sitting-modern-kitchen-using-laptop-searching-online-work_273443-5206.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Pedro",
|
||||
role: "Cliente",
|
||||
company: "Terra",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-red-lips-holding-plant-fashionable-girl-bright-hat-striped-t-shirt-beige-skirt-rejoices-apartment_197531-18745.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lucía",
|
||||
role: "Cliente",
|
||||
company: "Terra",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Juan",
|
||||
role: "Cliente",
|
||||
company: "Terra",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-young-man-cafe-visitor-sitting-with-his-smartphone-listening_1258-245369.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia",
|
||||
role: "Cliente",
|
||||
company: "Terra",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mixed-race-couple-cuddle-sofa-feel-satisfied-rejoice-moving-new-home_273609-29837.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.0",
|
||||
label: "Rating Promedio",
|
||||
},
|
||||
{
|
||||
value: "97",
|
||||
label: "Reseñas",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Comprometidos",
|
||||
},
|
||||
]}
|
||||
title="Qué dicen nuestros clientes"
|
||||
description="Valoramos tu opinión para seguir mejorando día a día."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "María", role: "Cliente", company: "Terra", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-drinking-coffe-sitting-modern-kitchen-using-laptop-searching-online-work_273443-5206.jpg" },
|
||||
{ id: "t2", name: "Pedro", role: "Cliente", company: "Terra", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-red-lips-holding-plant-fashionable-girl-bright-hat-striped-t-shirt-beige-skirt-rejoices-apartment_197531-18745.jpg" },
|
||||
{ id: "t3", name: "Lucía", role: "Cliente", company: "Terra", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg" },
|
||||
{ id: "t4", name: "Juan", role: "Cliente", company: "Terra", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-young-man-cafe-visitor-sitting-with-his-smartphone-listening_1258-245369.jpg" },
|
||||
{ id: "t5", name: "Sofia", role: "Cliente", company: "Terra", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mixed-race-couple-cuddle-sofa-feel-satisfied-rejoice-moving-new-home_273609-29837.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.0", label: "Rating Promedio" },
|
||||
{ value: "97", label: "Reseñas" },
|
||||
{ value: "100%", label: "Comprometidos" },
|
||||
]}
|
||||
title="Qué dicen nuestros clientes"
|
||||
description="Valoramos tu opinión para seguir mejorando día a día."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Contacto TERRA"
|
||||
description="Estamos listos para ayudarte. Escríbenos por WhatsApp o visita nuestra sucursal principal."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nombre",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tu consulta...",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Enviar mensaje"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Contacto TERRA"
|
||||
description="Estamos listos para ayudarte. Escríbenos por WhatsApp o visita nuestra sucursal principal."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tu consulta...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Enviar mensaje"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Sucursales",
|
||||
href: "#branches",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Soporte",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/59172108585",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 TERRA - Sucursal Norte"
|
||||
bottomRightText="Entrega a domicilio disponible. Precios sujetos a temporada."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Info", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Sucursales", href: "#branches" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Soporte", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/59172108585" },
|
||||
{ label: "Contacto", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 TERRA - Sucursal Norte"
|
||||
bottomRightText="Entrega a domicilio disponible. Precios sujetos a temporada."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user