Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-04-18 16:11:09 +00:00
2 changed files with 11 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ export default function CompraVentaPage() {
title="¿Listo para vender tu auto?"
description="Recibe una oferta justa hoy mismo en Monterrey. Envíanos los detalles y te contactaremos de inmediato."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117118.jpg"
/>
</div>

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Inicio", id: "hero" },
{ name: "Nosotros", id: "about" },
{ name: "Inventario", id: "inventory" },
{ name: "Compra/Venta", href: "/compra-venta-autos" },
{ name: "Compra/Venta", id: "compra-venta-autos" },
{ name: "Contacto", id: "contact" },
]}
brandName="AutoMonterrey"
@@ -57,6 +57,7 @@ export default function LandingPage() {
<TextAbout
title="Expertos en el mercado automotriz de Monterrey"
buttons={[{ text: "Conoce más", href: "#contact" }]}
useInvertedBackground={false}
/>
</div>
@@ -70,6 +71,8 @@ export default function LandingPage() {
{ id: "f3", title: "Garantía Extendida", content: "Protegemos tu inversión." },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-greeting-their-mechanic-auto-repair-shop_637285-8674.jpg"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -85,6 +88,7 @@ export default function LandingPage() {
]}
title="Inventario"
description="Encuentra el modelo ideal."
useInvertedBackground={false}
/>
</div>
@@ -98,6 +102,8 @@ export default function LandingPage() {
{ id: "m3", value: "98%", title: "Satisfechos", items: ["Calidad"] },
]}
title="Trayectoria"
description="Nuestros resultados hablan por nosotros."
useInvertedBackground={false}
/>
</div>
@@ -109,6 +115,7 @@ export default function LandingPage() {
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
avatars={[]}
useInvertedBackground={false}
/>
</div>
@@ -117,6 +124,8 @@ export default function LandingPage() {
tag="Contacto"
title="Contáctanos hoy mismo"
description="Uno de nuestros asesores te atenderá."
background="plain"
useInvertedBackground={false}
/>
</div>