diff --git a/src/app/page.tsx b/src/app/page.tsx
index 792f858..e300c59 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,8 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
+import { Calculator } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,14 +32,11 @@ export default function LandingPage() {
@@ -48,10 +47,8 @@ export default function LandingPage() {
logoText="AUTOS UNION DE MEXICALI S.A. DE C.V."
description="Tu socio de confianza en Mexicali. Encuentra tu próximo vehículo con la calidad y garantía que mereces."
buttons={[
- {
- text: "Ver Inventario", href: "#inventory"},
- {
- text: "Contáctanos", href: "#contact"},
+ { text: "Ver Inventario", href: "#inventory" },
+ { text: "Calculadora", href: "#financing" },
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-vehicle-models-dealership-being-promoted-potential-clients_482257-123953.jpg"
/>
@@ -64,12 +61,9 @@ export default function LandingPage() {
title="Calidad que nos Define"
description="Con años de experiencia en el mercado automotriz, Autos Union de Mexicali se dedica a brindar excelencia, seguridad y transparencia en cada transacción. Somos más que un concesionario; somos tu aliado para encontrar movilidad de calidad."
bulletPoints={[
- {
- title: "Garantía Total", description: "Certificamos cada vehículo para tu tranquilidad."},
- {
- title: "Transparencia", description: "Sin costos ocultos, precios justos y reales."},
- {
- title: "Atención Personalizada", description: "Te acompañamos durante todo el proceso."},
+ { title: "Garantía Total", description: "Certificamos cada vehículo para tu tranquilidad." },
+ { title: "Transparencia", description: "Sin costos ocultos, precios justos y reales." },
+ { title: "Atención Personalizada", description: "Te acompañamos durante todo el proceso." },
]}
imageSrc="http://img.b2bpic.net/free-photo/dealership-salesman-answering-customers-questions-about-cars_482257-124577.jpg"
mediaAnimation="slide-up"
@@ -83,42 +77,37 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1", name: "Sedan Ejecutivo", price: "$280,000", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45009.jpg"},
- {
- id: "p2", name: "SUV Familiar", price: "$350,000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-old-man-car-salon_1157-31985.jpg"},
- {
- id: "p3", name: "Hatchback Urbano", price: "$210,000", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-auto-mobile-car-showroom_1303-21305.jpg"},
- {
- id: "p4", name: "Deportivo Compacto", price: "$420,000", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-auto-mobile-car-showroom_1303-21297.jpg"},
- {
- id: "p5", name: "Sedan de Lujo", price: "$580,000", imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg"},
- {
- id: "p6", name: "Crossover Versátil", price: "$310,000", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg"},
+ { id: "p1", name: "Sedan Ejecutivo", price: "$280,000", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45009.jpg" },
+ { id: "p2", name: "SUV Familiar", price: "$350,000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-old-man-car-salon_1157-31985.jpg" },
+ { id: "p3", name: "Hatchback Urbano", price: "$210,000", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-auto-mobile-car-showroom_1303-21305.jpg" },
]}
title="Nuestro Catálogo"
description="Explora nuestra selección premium de vehículos seminuevos certificados."
/>
+
+
@@ -153,12 +130,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1", title: "¿Aceptan autos a cuenta?", content: "Sí, realizamos avalúos profesionales para recibir tu auto a cuenta."},
- {
- id: "q2", title: "¿Ofrecen garantía?", content: "Todos nuestros vehículos seminuevos incluyen garantía mecánica."},
- {
- id: "q3", title: "¿Qué necesito para tramitar un crédito?", content: "Identificación oficial, comprobante de ingresos y comprobante de domicilio."},
+ { id: "q1", title: "¿Aceptan autos a cuenta?", content: "Sí, realizamos avalúos profesionales para recibir tu auto a cuenta." },
+ { id: "q3", title: "¿Qué necesito para tramitar un crédito?", content: "Identificación oficial, comprobante de ingresos y comprobante de domicilio." },
]}
title="Preguntas Frecuentes"
description="Todo lo que necesitas saber antes de estrenar."
@@ -172,16 +145,10 @@ export default function LandingPage() {
title="Visítanos en Mexicali"
description="Estamos ubicados en una zona accesible. ¡Ven a conocer tu próximo auto!"
inputs={[
- {
- name: "nombre", type: "text", placeholder: "Tu nombre completo", required: true,
- },
- {
- name: "email", type: "email", placeholder: "Correo electrónico", required: true,
- },
+ { name: "nombre", type: "text", placeholder: "Tu nombre completo", required: true },
+ { name: "email", type: "email", placeholder: "Correo electrónico", required: true },
]}
- textarea={{
- name: "mensaje", placeholder: "Escribe aquí tu consulta o interés en un modelo específico", required: true,
- }}
+ textarea={{ name: "mensaje", placeholder: "Escribe aquí tu consulta", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/map-marked-with-pins-phone_23-2148232410.jpg"
/>
@@ -189,30 +156,8 @@ export default function LandingPage() {