From dce98bda7d779c6ad5d799e8770c3e44a437e56a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 01:56:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 181 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63300a5..2d1b0e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -212,39 +141,13 @@ export default function LandingPage() { logoText="QUADRA TOWERS" columns={[ { - title: "Espacios", - items: [ - { - label: "Suites Ejecutivas", - href: "#", - }, - { - label: "Oficinas PyME", - href: "#", - }, - ], + title: "Espacios", items: [{ label: "Suites Ejecutivas", href: "#" }, { label: "Oficinas PyME", href: "#" }] }, { - title: "Información", - items: [ - { - label: "Sobre Nosotros", - href: "#", - }, - { - label: "Contacto", - href: "#", - }, - ], + title: "Información", items: [{ label: "Sobre Nosotros", href: "#" }, { label: "Contacto", href: "#" }] }, { - title: "Contacto", - items: [ - { - label: "+52 81 8000 0000", - href: "tel:+528180000000", - }, - ], + title: "Contacto", items: [{ label: "+52 81 8000 0000", href: "tel:+528180000000" }] }, ]} /> @@ -252,4 +155,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file