diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4024e7e..9a952e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,8 +42,7 @@ export default function LandingPage() {
@@ -103,18 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
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" }
- },
- {
- 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" }
- },
- {
- 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" }
- },
+ { 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" } },
+ { 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" } },
+ { 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}
title="Compromiso con la Calidad"
@@ -132,9 +103,6 @@ export default function LandingPage() {
{ 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=1" },
{ 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."
@@ -149,7 +117,6 @@ export default function LandingPage() {
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" },
]}
title="Cifras que demuestran nuestra trayectoria"
description="Nuestros números avalan nuestro liderazgo en el sector automotriz regional."
@@ -161,11 +128,7 @@ 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=2", 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=2", 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=2", 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" },
]}
title="Experiencias de nuestros clientes"
description="Escucha lo que dicen quienes confiaron en nosotros para su compra."
@@ -179,10 +142,7 @@ export default function LandingPage() {
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." },
]}
- 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"
title="Preguntas Frecuentes"
description="Resolvemos tus dudas sobre el proceso de compra."
faqsAnimation="slide-up"
@@ -190,29 +150,23 @@ export default function LandingPage() {