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