Update src/app/page.tsx

This commit is contained in:
2026-04-06 01:56:41 +00:00
parent b3d4eb9acd
commit dce98bda7d

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Espacios",
id: "spaces",
},
{
name: "Amenidades",
id: "amenities",
},
{
name: "Ubicación",
id: "location",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Espacios", id: "spaces" },
{ name: "Amenidades", id: "amenities" },
{ name: "Ubicación", id: "location" },
{ name: "Contacto", id: "contact" },
]}
brandName="QUADRA TOWERS"
/>
@@ -55,70 +43,33 @@ export default function LandingPage() {
description="Dos torres icónicas de oficinas corporativas en el corazón de Monterrey. Espacios diseñados para empresas que no admiten lo ordinario."
testimonials={[
{
name: "José Raymundo Rivera",
handle: "Tenant",
testimonial: "Amplias oficinas y un lugar muy cómodo para trabajar. Sin duda una de las mejores opciones en Monterrey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
},
name: "José Raymundo Rivera", handle: "Tenant", testimonial: "Amplias oficinas y un lugar muy cómodo para trabajar. Sin duda una de las mejores opciones en Monterrey.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg"},
{
name: "Nowa",
handle: "Tenant",
testimonial: "Excelente edificación que alberga la modernidad en el nuevo Monterrey. Oficinas corporativas de primer nivel.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg",
},
name: "Nowa", handle: "Tenant", testimonial: "Excelente edificación que alberga la modernidad en el nuevo Monterrey. Oficinas corporativas de primer nivel.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg"},
{
name: "drreal01",
handle: "Tenant",
testimonial: "Limpio, las vistas desde las oficinas parecen de postal. Un gran lugar para trabajar.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg",
},
name: "drreal01", handle: "Tenant", testimonial: "Limpio, las vistas desde las oficinas parecen de postal. Un gran lugar para trabajar.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg"},
{
name: "Raúl Cordova",
handle: "Tenant",
testimonial: "Oficinas muy modernas con espacios muy adaptables a la dinámica actual.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
},
name: "Raúl Cordova", handle: "Tenant", testimonial: "Oficinas muy modernas con espacios muy adaptables a la dinámica actual.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"},
{
name: "Gilberto Vázquez",
handle: "Arquitecto",
testimonial: "Se ve la mano del arquitecto en la búsqueda de la eficiencia y la belleza.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg",
},
name: "Gilberto Vázquez", handle: "Arquitecto", testimonial: "Se ve la mano del arquitecto en la búsqueda de la eficiencia y la belleza.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg"},
]}
tag="Torre Premium · San Pedro"
buttons={[
{
text: "Reservar Visita",
href: "#contact",
},
text: "Reservar Visita", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-building_1150-11016.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-building_1150-11016.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
alt: "José Raymundo Rivera",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg",
alt: "Nowa",
},
{
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg",
alt: "drreal01",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
alt: "Raúl Cordova",
},
{
src: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg",
alt: "Gilberto Vázquez",
},
{ src: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", alt: "José Raymundo Rivera" },
{ src: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg", alt: "Nowa" },
{ src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", alt: "drreal01" },
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Raúl Cordova" },
{ src: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg", alt: "Gilberto Vázquez" },
]}
avatarText="Únete a nuestra comunidad de líderes"
/>
@@ -139,40 +90,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Suite Ejecutiva",
description: "Vistas panorámicas 360°, ideales para corporativos de alto nivel.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building_1150-11016.jpg?_wi=2",
imageAlt: "luxury office building dark architecture",
title: "Suite Ejecutiva", description: "Vistas panorámicas 360°, ideales para corporativos de alto nivel.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg" }
},
{
title: "Oficina Corporativa",
description: "Espacios modulares con distribución abierta y funcional.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108700.jpg",
imageAlt: "architectural interior design modern lobby",
title: "Oficina Corporativa", description: "Espacios modulares con distribución abierta y funcional.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg" }
},
{
title: "Oficina PyME",
description: "Soluciones flexibles para equipos dinámicos y proyectos.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=3",
imageAlt: "modern office meeting room glass",
title: "Oficina PyME", description: "Soluciones flexibles para equipos dinámicos y proyectos.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg" }
},
]}
showStepNumbers={true}
@@ -186,24 +113,26 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Detalles Premium"
description="Cada rincón de Quadra Towers ha sido pensado para el éxito."
features={[
{ title: "Seguridad 24/7", description: "Monitoreo constante." },
{ title: "Alta Velocidad", description: "Fibra óptica dedicada." },
{ title: "Áreas Verdes", description: "Entorno natural." },
{ title: "Parking", description: "Acceso exclusivo." },
{ title: "Lobby", description: "Recepción de lujo." }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contacto"
title="Agenda tu visita hoy."
description="Estamos listos para recibirte. Agenda una visita sin compromiso y conoce las oficinas que llevarán a tu empresa al siguiente nivel."
buttons={[
{
text: "Enviar Solicitud",
href: "#",
},
]}
buttons={[{ text: "Enviar Solicitud", href: "#" }]}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}