Merge version_1 into main #2
379
src/app/page.tsx
379
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Vehículos",
|
||||
id: "product",
|
||||
},
|
||||
name: "Vehículos", id: "product"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Automotores Resistencia"
|
||||
/>
|
||||
@@ -55,109 +47,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Tu próximo vehículo te espera en Resistencia"
|
||||
description="Explora nuestra amplia selección de vehículos usados y 0km con la garantía y confianza que solo Automotores Resistencia te puede brindar."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-6446.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-stepping-out-car_23-2148332871.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-4420.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-6446.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-stepping-out-car_23-2148332871.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-4420.jpg" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-car-dealership-with-seller_23-2149106141.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horror-scene-with-eerie-room_23-2150975350.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-tunnel-with-turned-lamps-ceiling_181624-9703.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528587.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asia-urban-sunny-skyline-riverbank_1112-1061.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-car-dealership-with-seller_23-2149106141.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/horror-scene-with-eerie-room_23-2150975350.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-tunnel-with-turned-lamps-ceiling_181624-9703.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528587.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/asia-urban-sunny-skyline-riverbank_1112-1061.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Inventario",
|
||||
href: "#product",
|
||||
},
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Ver Inventario", href: "#product" },
|
||||
{ text: "Contactar", href: "#contact" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-psd/social-media-banner-template-vehicle-sales_621600-62.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-car-dealer-sale-banner_23-2149923034.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_106176-2467.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-6393.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26833.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-psd/social-media-banner-template-vehicle-sales_621600-62.jpg", alt: "Happy Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/flat-design-car-dealer-sale-banner_23-2149923034.jpg", alt: "Happy Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_106176-2467.jpg", alt: "Happy Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-6393.jpg", alt: "Happy Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26833.jpg", alt: "Happy Customer 5" },
|
||||
]}
|
||||
avatarText="Más de 1500 familias ya nos eligieron"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-man-woman-dealership_23-2148333026.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14560.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15196.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31831.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-man-woman-dealership_23-2148333026.jpg", alt: "Logo 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14560.jpg", alt: "Logo 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15196.jpg", alt: "Logo 3" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31831.jpg", alt: "Logo 4" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg", alt: "Logo 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Más de 20 años acompañándote"
|
||||
description="Automotores Resistencia nació con la misión de facilitar el acceso a vehículos de calidad. Nos destacamos por la transparencia, el servicio post-venta y el compromiso absoluto con nuestros clientes."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,40 +104,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Inspección Integral",
|
||||
description: "Más de 50 puntos de control mecánico y estético.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-preparing-check-list_1170-1251.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg?_wi=2",
|
||||
imageAlt: "car inspection process",
|
||||
title: "Inspección Integral", description: "Más de 50 puntos de control mecánico y estético.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-preparing-check-list_1170-1251.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Gestión Documental",
|
||||
description: "Nos encargamos de toda la transferencia y trámites legales.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-close-up-with-car-keys_1303-13658.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288163.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg?_wi=2",
|
||||
imageAlt: "car inspection process",
|
||||
title: "Gestión Documental", description: "Nos encargamos de toda la transferencia y trámites legales.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-hands-close-up-with-car-keys_1303-13658.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288163.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Garantía Extendida",
|
||||
description: "Cobertura en motor y caja de cambios para tu seguridad.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1293.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/walking-couple-with-dogs-autumn-forest-owners-with-golden-labrador-relaxing-near-car_496169-1056.jpg?_wi=1",
|
||||
imageAlt: "car inspection process",
|
||||
title: "Garantía Extendida", description: "Cobertura en motor y caja de cambios para tu seguridad.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1293.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -227,42 +129,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sedán Familiar",
|
||||
price: "USD 12,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/walking-couple-with-dogs-autumn-forest-owners-with-golden-labrador-relaxing-near-car_496169-1056.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "SUV Premium",
|
||||
price: "USD 22,900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hatchback Urbano",
|
||||
price: "USD 9,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-pug-dog-isolated-white-wall_231208-7709.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Eléctrico Compacto",
|
||||
price: "USD 18,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4988.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deportivo Coupe",
|
||||
price: "USD 35,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674236.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Pick-up Trabajo",
|
||||
price: "USD 25,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-cargo-delivery-truck_1048-5605.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sedán Familiar", price: "USD 12,500", imageSrc: "http://img.b2bpic.net/free-photo/walking-couple-with-dogs-autumn-forest-owners-with-golden-labrador-relaxing-near-car_496169-1056.jpg" },
|
||||
{ id: "2", name: "SUV Premium", price: "USD 22,900", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg" },
|
||||
{ id: "3", name: "Hatchback Urbano", price: "USD 9,800", imageSrc: "http://img.b2bpic.net/free-photo/cute-pug-dog-isolated-white-wall_231208-7709.jpg" },
|
||||
{ id: "4", name: "Eléctrico Compacto", price: "USD 18,200", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4988.jpg" },
|
||||
{ id: "5", name: "Deportivo Coupe", price: "USD 35,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674236.jpg" },
|
||||
{ id: "6", name: "Pick-up Trabajo", price: "USD 25,500", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-cargo-delivery-truck_1048-5605.jpg" },
|
||||
]}
|
||||
title="Nuestros Vehículos Disponibles"
|
||||
description="Una selección diversa para adaptarse a tu estilo de vida y presupuesto."
|
||||
@@ -275,27 +147,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1500+",
|
||||
title: "Vehículos vendidos",
|
||||
description: "Familias felices en la región.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1260.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "20",
|
||||
title: "Años de trayectoria",
|
||||
description: "Experiencia en el mercado automotriz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Satisfacción cliente",
|
||||
description: "Recomendaciones positivas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-showroom-agent-suggesting-clients-extra-features-buy-asks-signature_482257-113135.jpg",
|
||||
},
|
||||
{ id: "1", value: "1500+", title: "Vehículos vendidos", description: "Familias felices en la región.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1260.jpg" },
|
||||
{ id: "2", value: "20", title: "Años de trayectoria", description: "Experiencia en el mercado automotriz.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg" },
|
||||
{ id: "3", value: "98%", title: "Satisfacción cliente", description: "Recomendaciones positivas.", imageSrc: "http://img.b2bpic.net/free-photo/car-showroom-agent-suggesting-clients-extra-features-buy-asks-signature_482257-113135.jpg" },
|
||||
]}
|
||||
title="Cifras que demuestran nuestra trayectoria"
|
||||
description="Nuestros números avalan nuestro liderazgo en el sector automotriz regional."
|
||||
@@ -307,61 +161,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Perez",
|
||||
date: "10 Ene 2024",
|
||||
title: "Excelente atención",
|
||||
quote: "Compré mi primer auto aquí y la asesoría fue impecable. Muy transparentes.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg?_wi=3",
|
||||
imageAlt: "happy customer standing near car",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Lopez",
|
||||
date: "15 Feb 2024",
|
||||
title: "Todo en orden",
|
||||
quote: "La gestión de los papeles fue rápida y sin sorpresas. Muy recomendado.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32027.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg?_wi=3",
|
||||
imageAlt: "happy customer standing near car",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Gomez",
|
||||
date: "05 Mar 2024",
|
||||
title: "Vehículo impecable",
|
||||
quote: "El estado del vehículo era tal cual lo prometido en las fotos.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=2",
|
||||
imageAlt: "happy customer standing near car",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana Rodriguez",
|
||||
date: "22 Abr 2024",
|
||||
title: "Gran servicio",
|
||||
quote: "Tienen el mejor stock de camionetas de la zona, sin duda.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-close-up-with-car-keys_1303-13658.jpg?_wi=2",
|
||||
imageAlt: "happy customer standing near car",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luis Martinez",
|
||||
date: "12 May 2024",
|
||||
title: "Buena post-venta",
|
||||
quote: "Tuve una duda técnica después de la compra y me ayudaron enseguida.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/walking-couple-with-dogs-autumn-forest-owners-with-golden-labrador-relaxing-near-car_496169-1056.jpg?_wi=3",
|
||||
imageAlt: "happy customer standing near car",
|
||||
},
|
||||
{ id: "1", name: "Juan Perez", date: "10 Ene 2024", title: "Excelente atención", quote: "Compré mi primer auto aquí y la asesoría fue impecable. Muy transparentes.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117172.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg", imageAlt: "happy customer standing near car" },
|
||||
{ id: "2", name: "Maria Lopez", date: "15 Feb 2024", title: "Todo en orden", quote: "La gestión de los papeles fue rápida y sin sorpresas. Muy recomendado.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32027.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg", imageAlt: "happy customer standing near car" },
|
||||
{ id: "3", name: "Carlos Gomez", date: "05 Mar 2024", title: "Vehículo impecable", quote: "El estado del vehículo era tal cual lo prometido en las fotos.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22393.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg", imageAlt: "happy customer standing near car" },
|
||||
{ id: "4", name: "Ana Rodriguez", date: "22 Abr 2024", title: "Gran servicio", quote: "Tienen el mejor stock de camionetas de la zona, sin duda.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45045.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-close-up-with-car-keys_1303-13658.jpg", imageAlt: "happy customer standing near car" },
|
||||
{ id: "5", name: "Luis Martinez", date: "12 May 2024", title: "Buena post-venta", quote: "Tuve una duda técnica después de la compra y me ayudaron enseguida.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg", imageSrc: "http://img.b2bpic.net/free-photo/walking-couple-with-dogs-autumn-forest-owners-with-golden-labrador-relaxing-near-car_496169-1056.jpg", imageAlt: "happy customer standing near car" },
|
||||
]}
|
||||
title="Experiencias de nuestros clientes"
|
||||
description="Escucha lo que dicen quienes confiaron en nosotros para su compra."
|
||||
@@ -373,21 +177,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Aceptan permutas?",
|
||||
content: "Sí, tomamos tu vehículo actual como parte de pago tras una tasación profesional.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Financian vehículos?",
|
||||
content: "Contamos con diversas líneas de crédito bancario y prendario adaptadas a tus ingresos.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Qué incluye la transferencia?",
|
||||
content: "Nosotros realizamos la gestión completa ante el registro automotor para que no te preocupes por nada.",
|
||||
},
|
||||
{ id: "f1", title: "¿Aceptan permutas?", content: "Sí, tomamos tu vehículo actual como parte de pago tras una tasación profesional." },
|
||||
{ id: "f2", title: "¿Financian vehículos?", content: "Contamos con diversas líneas de crédito bancario y prendario adaptadas a tus ingresos." },
|
||||
{ id: "f3", title: "¿Qué incluye la transferencia?", content: "Nosotros realizamos la gestión completa ante el registro automotor para que no te preocupes por nada." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-mature-businessman-meeting-with-agent-cup-coffee-wo-working-female-signing-agreement_74855-9913.jpg"
|
||||
mediaAnimation="opacity"
|
||||
@@ -403,23 +195,11 @@ export default function LandingPage() {
|
||||
title="Envíanos tu consulta"
|
||||
description="Estamos listos para ayudarte a encontrar el auto que necesitas. Déjanos tus datos y te contactaremos."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nombre completo",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Teléfono de contacto",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Nombre completo", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Teléfono de contacto", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Escribe tu consulta aquí",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Escribe tu consulta aquí", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-recording-voice-acting_1303-26354.jpg"
|
||||
/>
|
||||
@@ -428,50 +208,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Vehículos",
|
||||
href: "#product",
|
||||
},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dirección: Av. Sarmiento 123",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Resistencia, Chaco",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Inicio", href: "#hero" }, { label: "Vehículos", href: "#product" }, { label: "Nosotros", href: "#about" }] },
|
||||
{ items: [{ label: "WhatsApp", href: "#" }, { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ items: [{ label: "Dirección: Av. Sarmiento 123", href: "#" }, { label: "Resistencia, Chaco", href: "#" }] },
|
||||
]}
|
||||
logoText="Automotores Resistencia"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user