Merge version_1 into main #2
129
src/app/page.tsx
129
src/app/page.tsx
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Oficinas Privadas", href: "/oficinas-equipadas" },
|
||||
{ label: "Coworking", href: "/coworking" },
|
||||
{ label: "Oficinas Virtuales", href: "/oficinas-virtuales" },
|
||||
@@ -30,8 +29,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "/sobre-nosotros" },
|
||||
{ label: "Ubicaciones", href: "#location" },
|
||||
{ label: "Testimonios", href: "#testimonials" },
|
||||
@@ -39,16 +37,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Política de Privacidad", href: "#privacy" },
|
||||
{ label: "Términos y Condiciones", href: "#terms" },
|
||||
{ label: "Aviso de Privacidad", href: "#notice" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{ label: "Teléfono: 81 8000 1600", href: "tel:+52818000160" },
|
||||
{ label: "Email: info@fsbusinesscenters.com", href: "mailto:info@fsbusinesscenters.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com/FSBusinessCenters" },
|
||||
@@ -75,9 +71,7 @@ export default function HomePage() {
|
||||
brandName="FS Business Centers"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Llama: 81 8000 1600",
|
||||
href: "tel:+52818000160",
|
||||
}}
|
||||
text: "Llama: 81 8000 1600", href: "tel:+52818000160"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,7 +85,7 @@ export default function HomePage() {
|
||||
tag="Listo para Crecer"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/company-managers-discussing-solution-businesspeople-gathering-meeting-room-watching-content-computer-monitor-together-business-communication-teamwork-concept_74855-11621.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/company-managers-discussing-solution-businesspeople-gathering-meeting-room-watching-content-computer-monitor-together-business-communication-teamwork-concept_74855-11621.jpg"
|
||||
imageAlt="Moderno interior de oficina ejecutiva"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -123,32 +117,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Oficinas Privadas Equipadas",
|
||||
description: "Desde $395 MXN/día. Espacios completamente amueblados para 1-5 personas. Internet de alta velocidad, servicios de recepción, limpieza diaria.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=1",
|
||||
imageAlt: "Oficina privada moderna",
|
||||
button: { text: "Más Información", href: "/oficinas-equipadas" },
|
||||
title: "Oficinas Privadas Equipadas", description: "Desde $395 MXN/día. Espacios completamente amueblados para 1-5 personas. Internet de alta velocidad, servicios de recepción, limpieza diaria.", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Oficina privada moderna", button: { text: "Más Información", href: "/oficinas-equipadas" },
|
||||
},
|
||||
{
|
||||
title: "Coworking y Escritorios Fijos",
|
||||
description: "Espacios de trabajo compartidos con ambiente profesional. Acceso 24/7, áreas comunes modernas, networking con otros profesionales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-office-using-computers-looking-aside_171337-6832.jpg?_wi=1",
|
||||
imageAlt: "Espacio de coworking colaborativo",
|
||||
button: { text: "Conoce Más", href: "/coworking" },
|
||||
title: "Coworking y Escritorios Fijos", description: "Espacios de trabajo compartidos con ambiente profesional. Acceso 24/7, áreas comunes modernas, networking con otros profesionales.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-office-using-computers-looking-aside_171337-6832.jpg", imageAlt: "Espacio de coworking colaborativo", button: { text: "Conoce Más", href: "/coworking" },
|
||||
},
|
||||
{
|
||||
title: "Oficinas Virtuales",
|
||||
description: "Domicilio comercial y fiscal. Recepción de correo, manejo de llamadas, facturación sin costo adicional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-using-mobile-phone_107420-65773.jpg?_wi=1",
|
||||
imageAlt: "Recepción profesional",
|
||||
button: { text: "Detalles", href: "/oficinas-virtuales" },
|
||||
title: "Oficinas Virtuales", description: "Domicilio comercial y fiscal. Recepción de correo, manejo de llamadas, facturación sin costo adicional.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-using-mobile-phone_107420-65773.jpg", imageAlt: "Recepción profesional", button: { text: "Detalles", href: "/oficinas-virtuales" },
|
||||
},
|
||||
{
|
||||
title: "Salas de Juntas",
|
||||
description: "Salas de conferencias equipadas con proyector, WiFi, catering disponible. Renta por hora, día o paquetes mensuales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-boardroom-with-large-conference-table-natural-light_84443-73907.jpg?_wi=1",
|
||||
imageAlt: "Sala de conferencias moderna",
|
||||
button: { text: "Reservar", href: "/salas-juntas" },
|
||||
title: "Salas de Juntas", description: "Salas de conferencias equipadas con proyector, WiFi, catering disponible. Renta por hora, día o paquetes mensuales.", imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-boardroom-with-large-conference-table-natural-light_84443-73907.jpg", imageAlt: "Sala de conferencias moderna", button: { text: "Reservar", href: "/salas-juntas" },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -166,10 +144,11 @@ export default function HomePage() {
|
||||
{ value: "10+", title: "Años de Experiencia" },
|
||||
{ value: "500+", title: "Empresas Satisfechas" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg"
|
||||
imageAlt="Plaza Delphi, ubicación estratégica"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -187,59 +166,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alberto Garza García",
|
||||
role: "Emprendedor",
|
||||
company: "TechStartup Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Alberto Garza García",
|
||||
},
|
||||
id: "1", name: "Alberto Garza García", role: "Emprendedor", company: "TechStartup Monterrey", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alberto Garza García"},
|
||||
{
|
||||
id: "2",
|
||||
name: "María López Rodríguez",
|
||||
role: "Directora Ejecutiva",
|
||||
company: "Consulting Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-manager-with-crossed-arms_1139-307.jpg?_wi=1",
|
||||
imageAlt: "María López Rodríguez",
|
||||
},
|
||||
id: "2", name: "María López Rodríguez", role: "Directora Ejecutiva", company: "Consulting Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-manager-with-crossed-arms_1139-307.jpg", imageAlt: "María López Rodríguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Hernández",
|
||||
role: "Gerente de Ventas",
|
||||
company: "Importaciones Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Carlos Hernández",
|
||||
},
|
||||
id: "3", name: "Carlos Hernández", role: "Gerente de Ventas", company: "Importaciones Monterrey", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carlos Hernández"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sofía Martínez Ruiz",
|
||||
role: "Diseñadora Independiente",
|
||||
company: "Studio Creativo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
imageAlt: "Sofía Martínez Ruiz",
|
||||
},
|
||||
id: "4", name: "Sofía Martínez Ruiz", role: "Diseñadora Independiente", company: "Studio Creativo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sofía Martínez Ruiz"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Roberto García Sánchez",
|
||||
role: "Consultor Financiero",
|
||||
company: "Asesoría Fiscal México",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg",
|
||||
imageAlt: "Roberto García Sánchez",
|
||||
},
|
||||
id: "5", name: "Roberto García Sánchez", role: "Consultor Financiero", company: "Asesoría Fiscal México", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg", imageAlt: "Roberto García Sánchez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alejandra Flores López",
|
||||
role: "Project Manager",
|
||||
company: "Digital Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
|
||||
imageAlt: "Alejandra Flores López",
|
||||
},
|
||||
id: "6", name: "Alejandra Flores López", role: "Project Manager", company: "Digital Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Alejandra Flores López"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -258,29 +201,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Oficinas Privadas",
|
||||
description: "Espacios moderno, silenciosos y completamente equipados. Decoración profesional, seguridad 24/7.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2",
|
||||
imageAlt: "Oficina privada",
|
||||
},
|
||||
title: "Oficinas Privadas", description: "Espacios moderno, silenciosos y completamente equipados. Decoración profesional, seguridad 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Oficina privada"},
|
||||
{
|
||||
title: "Área de Coworking",
|
||||
description: "Ambiente colaborativo, networking, áreas comunes compartidas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-office-using-computers-looking-aside_171337-6832.jpg?_wi=2",
|
||||
imageAlt: "Coworking",
|
||||
},
|
||||
title: "Área de Coworking", description: "Ambiente colaborativo, networking, áreas comunes compartidas.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-office-using-computers-looking-aside_171337-6832.jpg", imageAlt: "Coworking"},
|
||||
{
|
||||
title: "Salas de Juntas",
|
||||
description: "Equipadas con tecnología, catering, ambiente profesional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-boardroom-with-large-conference-table-natural-light_84443-73907.jpg?_wi=2",
|
||||
imageAlt: "Sala de juntas",
|
||||
},
|
||||
title: "Salas de Juntas", description: "Equipadas con tecnología, catering, ambiente profesional.", imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-boardroom-with-large-conference-table-natural-light_84443-73907.jpg", imageAlt: "Sala de juntas"},
|
||||
{
|
||||
title: "Recepción",
|
||||
description: "Equipo amable, recepción de paquetes, gestión administrativa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-using-mobile-phone_107420-65773.jpg?_wi=2",
|
||||
imageAlt: "Recepción",
|
||||
},
|
||||
title: "Recepción", description: "Equipo amable, recepción de paquetes, gestión administrativa.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-using-mobile-phone_107420-65773.jpg", imageAlt: "Recepción"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function SobreNosotrosPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Oficinas Privadas", href: "/oficinas-equipadas" },
|
||||
{ label: "Coworking", href: "/coworking" },
|
||||
{ label: "Oficinas Virtuales", href: "/oficinas-virtuales" },
|
||||
@@ -28,8 +27,7 @@ export default function SobreNosotrosPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "/sobre-nosotros" },
|
||||
{ label: "Ubicaciones", href: "/" },
|
||||
{ label: "Testimonios", href: "/" },
|
||||
@@ -37,16 +35,14 @@ export default function SobreNosotrosPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Política de Privacidad", href: "#privacy" },
|
||||
{ label: "Términos y Condiciones", href: "#terms" },
|
||||
{ label: "Aviso de Privacidad", href: "#notice" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{ label: "Teléfono: 81 8000 1600", href: "tel:+52818000160" },
|
||||
{ label: "Email: info@fsbusinesscenters.com", href: "mailto:info@fsbusinesscenters.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com/FSBusinessCenters" },
|
||||
@@ -73,9 +69,7 @@ export default function SobreNosotrosPage() {
|
||||
brandName="FS Business Centers"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Llama: 81 8000 1600",
|
||||
href: "tel:+52818000160",
|
||||
}}
|
||||
text: "Llama: 81 8000 1600", href: "tel:+52818000160"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,7 +83,7 @@ export default function SobreNosotrosPage() {
|
||||
tag="Más de una Década"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg"
|
||||
imageAlt="Nuestra ubicación en Plaza Delphi"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -112,10 +106,11 @@ export default function SobreNosotrosPage() {
|
||||
{ value: "10+", title: "Años en el Mercado" },
|
||||
{ value: "500+", title: "Empresas Satisfechas" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg"
|
||||
imageAlt="Instalaciones profesionales"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -133,32 +128,14 @@ export default function SobreNosotrosPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alberto Garza García",
|
||||
role: "Emprendedor",
|
||||
company: "TechStartup Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Alberto Garza García",
|
||||
},
|
||||
id: "1", name: "Alberto Garza García", role: "Emprendedor", company: "TechStartup Monterrey", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alberto Garza García"},
|
||||
{
|
||||
id: "2",
|
||||
name: "María López Rodríguez",
|
||||
role: "Directora Ejecutiva",
|
||||
company: "Consulting Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-manager-with-crossed-arms_1139-307.jpg?_wi=2",
|
||||
imageAlt: "María López Rodríguez",
|
||||
},
|
||||
id: "2", name: "María López Rodríguez", role: "Directora Ejecutiva", company: "Consulting Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-manager-with-crossed-arms_1139-307.jpg", imageAlt: "María López Rodríguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Hernández",
|
||||
role: "Gerente de Ventas",
|
||||
company: "Importaciones Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Carlos Hernández",
|
||||
},
|
||||
id: "3", name: "Carlos Hernández", role: "Gerente de Ventas", company: "Importaciones Monterrey", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carlos Hernández"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user