Merge version_2 into main #1
166
src/app/page.tsx
166
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Centro Ave Fénix"
|
||||
/>
|
||||
@@ -58,35 +48,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Centro Ave Fénix"
|
||||
description="Tu espacio de negocios ideal en el corazón de Aguascalientes."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1978.jpg",
|
||||
imageAlt: "Business Center Lobby",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1978.jpg", imageAlt: "Business Center Lobby"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-room-workplace-office-supplies-concept_53876-147673.jpg",
|
||||
imageAlt: "Modern Workspace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-room-workplace-office-supplies-concept_53876-147673.jpg", imageAlt: "Modern Workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-empty-office-lobby-entrance-doors-glass-curtain-wall-with-frame_1339-6370.jpg",
|
||||
imageAlt: "Corporate Environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-empty-office-lobby-entrance-doors-glass-curtain-wall-with-frame_1339-6370.jpg", imageAlt: "Corporate Environment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-square_1359-564.jpg",
|
||||
imageAlt: "Building Facade",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-square_1359-564.jpg", imageAlt: "Building Facade"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-desktop-white-color-with-yellow-details_23-2147878421.jpg",
|
||||
imageAlt: "Conference Room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-desktop-white-color-with-yellow-details_23-2147878421.jpg", imageAlt: "Conference Room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-building_1127-2056.jpg",
|
||||
imageAlt: "Modern Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-building_1127-2056.jpg", imageAlt: "Modern Interior"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -97,14 +74,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Un espacio pensado para tu éxito",
|
||||
},
|
||||
type: "text", content: "Un espacio pensado para tu éxito"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826280.jpg",
|
||||
alt: "About Ave Fenix",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826280.jpg", alt: "About Ave Fenix"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,23 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Conectividad Total",
|
||||
description: "Internet de alta velocidad para todas tus operaciones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-karateka-woman-motion-design_183364-124097.jpg",
|
||||
imageAlt: "Conectividad",
|
||||
},
|
||||
title: "Conectividad Total", description: "Internet de alta velocidad para todas tus operaciones.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-karateka-woman-motion-design_183364-124097.jpg", imageAlt: "Conectividad"},
|
||||
{
|
||||
title: "Salas de Juntas",
|
||||
description: "Espacios profesionales y equipados para tus reuniones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1952.jpg",
|
||||
imageAlt: "Salas",
|
||||
},
|
||||
title: "Salas de Juntas", description: "Espacios profesionales y equipados para tus reuniones.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1952.jpg", imageAlt: "Salas"},
|
||||
{
|
||||
title: "Gestión de Correo",
|
||||
description: "Servicio de recepción de correspondencia y paquetes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blackwoman-discussing-parcel-with-colleague-making-note-clipboard-warehouse-workers-preparing-goods-dispatch-logistics-concept_74855-22758.jpg",
|
||||
imageAlt: "Correo",
|
||||
},
|
||||
title: "Gestión de Correo", description: "Servicio de recepción de correspondencia y paquetes.", imageSrc: "http://img.b2bpic.net/free-photo/blackwoman-discussing-parcel-with-colleague-making-note-clipboard-warehouse-workers-preparing-goods-dispatch-logistics-concept_74855-22758.jpg", imageAlt: "Correo"},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Soluciones corporativas diseñadas para maximizar tu productividad."
|
||||
@@ -147,25 +107,15 @@ export default function LandingPage() {
|
||||
author="Cliente Frecuente"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-young-entrepreneurs-concept-young-woman-video-chats-has-online-meeting-uses-wireless_1258-195293.jpg",
|
||||
alt: "Maria",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-young-entrepreneurs-concept-young-woman-video-chats-has-online-meeting-uses-wireless_1258-195293.jpg", alt: "Maria"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
alt: "John",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "John"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
alt: "Elena",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Elena"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "David"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -178,20 +128,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuál es su horario de atención?",
|
||||
content: "Estamos abiertos de lunes a viernes hasta las 7:00 p.m.",
|
||||
},
|
||||
id: "1", title: "¿Cuál es su horario de atención?", content: "Estamos abiertos de lunes a viernes hasta las 7:00 p.m."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Tienen estacionamiento?",
|
||||
content: "Contamos con facilidades para el acceso de nuestros clientes.",
|
||||
},
|
||||
id: "2", title: "¿Tienen estacionamiento?", content: "Contamos con facilidades para el acceso de nuestros clientes."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Cómo puedo rentar una oficina?",
|
||||
content: "Puedes contactarnos vía telefónica o visitarnos directamente en Zona Centro.",
|
||||
},
|
||||
id: "3", title: "¿Cómo puedo rentar una oficina?", content: "Puedes contactarnos vía telefónica o visitarnos directamente en Zona Centro."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -208,20 +149,11 @@ export default function LandingPage() {
|
||||
tag="Calidad Certificada"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.6",
|
||||
description: "Calificación Promedio en Google",
|
||||
},
|
||||
id: "m1", value: "4.6", description: "Calificación Promedio en Google"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "64+",
|
||||
description: "Reseñas de Clientes",
|
||||
},
|
||||
id: "m2", value: "64+", description: "Reseñas de Clientes"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Compromiso de Servicio",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Compromiso de Servicio"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -234,16 +166,14 @@ export default function LandingPage() {
|
||||
description="Estamos en Av. Francisco I. Madero 815, Zona Centro, Aguascalientes. ¡Llámanos al 449 915 4578!"
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
},
|
||||
name: "nombre", type: "text", placeholder: "Tu nombre"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu correo electrónico",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Tu correo electrónico"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje", placeholder: "Cuéntanos sobre tus necesidades de negocio o fechas requeridas", rows: 4,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779878.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -252,33 +182,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{
|
||||
label: "Políticas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Políticas", href: "#"},
|
||||
{
|
||||
label: "Aviso de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -289,4 +207,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user