Update src/app/page.tsx

This commit is contained in:
2026-04-18 16:11:06 +00:00
parent 1e9eb39105
commit 12251afc30

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>