Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-17 09:18:46 +00:00

View File

@@ -120,6 +120,7 @@ export default function LandingPage() {
testimonial="Excelente trato y vehículos impecables. El mejor lugar en Mexicali para comprar tu auto."
rating={5}
author="Carlos M."
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
@@ -156,8 +157,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Menú", items: [{ label: "Inicio", href: "#hero" }, { label: "Calculadora", href: "#financing" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }] },
{ items: [{ label: "Inicio", href: "#hero" }, { label: "Calculadora", href: "#financing" }] },
{ items: [{ label: "Privacidad", href: "#" }] },
]}
logoText="AUTOS UNION"
/>