From 1e9eb391058235c92efcf876ebe7c21b0e681707 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:11:06 +0000 Subject: [PATCH 1/2] Update src/app/compra-venta-autos/page.tsx --- src/app/compra-venta-autos/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/compra-venta-autos/page.tsx b/src/app/compra-venta-autos/page.tsx index 8db460a..e0bec52 100644 --- a/src/app/compra-venta-autos/page.tsx +++ b/src/app/compra-venta-autos/page.tsx @@ -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" /> -- 2.49.1 From 12251afc306b7ebd76f7b4ffab235ecb2ef9df1c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:11:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0d0da1..cca51d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" /> @@ -85,6 +88,7 @@ export default function LandingPage() { ]} title="Inventario" description="Encuentra el modelo ideal." + useInvertedBackground={false} /> @@ -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} /> @@ -109,6 +115,7 @@ export default function LandingPage() { ratingAnimation="slide-up" avatarsAnimation="slide-up" avatars={[]} + useInvertedBackground={false} /> @@ -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} /> -- 2.49.1