Update src/app/andes-brand/page.tsx

This commit is contained in:
2026-06-09 22:58:17 +00:00
parent c76bedbedc
commit 59fdbdca51

View File

@@ -76,14 +76,14 @@ export default function AndesBrandPage() {
logoText="Andes Brand" logoText="Andes Brand"
columns={[ columns={[
{ {
title: "Compañía", items: [ items: [
{ label: "Inicio", href: "#hero-andes" }, { label: "Inicio", href: "#hero-andes" },
{ label: "Servicios", href: "#services-andes" }, { label: "Servicios", href: "#services-andes" },
{ label: "Contacto", href: "#contact-andes" } { label: "Contacto", href: "#contact-andes" }
] ]
}, },
{ {
title: "Conecta", items: [ items: [
{ label: "WhatsApp", href: "https://wa.me/56927078086" } { label: "WhatsApp", href: "https://wa.me/56927078086" }
] ]
} }