Merge version_1 into main #2
220
src/app/page.tsx
220
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Desafío",
|
||||
id: "#desafio",
|
||||
},
|
||||
{
|
||||
name: "Qué Aportamos",
|
||||
id: "#aportamos",
|
||||
},
|
||||
{
|
||||
name: "Programas",
|
||||
id: "#programas",
|
||||
},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "#sobre-nosotros",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
{ name: "Desafío", id: "desafio" },
|
||||
{ name: "Qué Aportamos", id: "aportamos" },
|
||||
{ name: "Programas", id: "programas" },
|
||||
{ name: "Sobre Nosotros", id: "sobre-nosotros" },
|
||||
{ name: "Contacto", id: "contacto" },
|
||||
]}
|
||||
brandName="Plástica Working"
|
||||
/>
|
||||
@@ -60,70 +45,20 @@ export default function LandingPage() {
|
||||
title="Pertenencia • Cooperación • Bienestar"
|
||||
description="Somos una innovadora consultora motivada por promover una mejor calidad de vida para personas y organizaciones. Nuestro foco de acción es el aprendizaje experiencial."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana Silva",
|
||||
handle: "@anasilva",
|
||||
testimonial: "La experiencia de yoga en equipo ha transformado nuestra dinámica laboral.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=1",
|
||||
imageAlt: "minimalist yoga office corporate design",
|
||||
},
|
||||
{
|
||||
name: "Carlos Méndez",
|
||||
handle: "@cmendez",
|
||||
testimonial: "Un enfoque increíblemente profesional y calmado para el entorno corporativo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg?_wi=1",
|
||||
imageAlt: "people in yoga pose modern office",
|
||||
},
|
||||
{
|
||||
name: "Elena Rojas",
|
||||
handle: "@erojas",
|
||||
testimonial: "Gracias a Plástica Working, nuestro equipo se siente más conectado y descansado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=1",
|
||||
imageAlt: "professional portrait woman corporate leader",
|
||||
},
|
||||
{
|
||||
name: "Javier Soto",
|
||||
handle: "@jsoto",
|
||||
testimonial: "La mejor inversión en salud mental que hemos hecho como empresa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=2",
|
||||
imageAlt: "minimalist yoga office corporate design",
|
||||
},
|
||||
{
|
||||
name: "Lucía Pardo",
|
||||
handle: "@lpardo",
|
||||
testimonial: "Integrar el yoga ha reducido nuestro estrés drásticamente. Muy recomendado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg?_wi=2",
|
||||
imageAlt: "people in yoga pose modern office",
|
||||
},
|
||||
{ name: "Ana Silva", handle: "@anasilva", testimonial: "La experiencia de yoga en equipo ha transformado nuestra dinámica laboral.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg", imageAlt: "minimalist yoga office corporate design" },
|
||||
{ name: "Carlos Méndez", handle: "@cmendez", testimonial: "Un enfoque increíblemente profesional y calmado para el entorno corporativo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg", imageAlt: "people in yoga pose modern office" },
|
||||
{ name: "Elena Rojas", handle: "@erojas", testimonial: "Gracias a Plástica Working, nuestro equipo se siente más conectado y descansado.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", imageAlt: "professional portrait woman corporate leader" },
|
||||
{ name: "Javier Soto", handle: "@jsoto", testimonial: "La mejor inversión en salud mental que hemos hecho como empresa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg", imageAlt: "minimalist yoga office corporate design" },
|
||||
{ name: "Lucía Pardo", handle: "@lpardo", testimonial: "Integrar el yoga ha reducido nuestro estrés drásticamente. Muy recomendado.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg", imageAlt: "people in yoga pose modern office" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg"
|
||||
imageAlt="Plástica Working wellness concept"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Team Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Team Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Team Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Team Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Team Member" }
|
||||
]}
|
||||
avatarText="Más de 50 empresas confían en nosotros"
|
||||
/>
|
||||
@@ -133,15 +68,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre Nosotros",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg",
|
||||
alt: "Sobre Nosotros",
|
||||
},
|
||||
{ type: "text", content: "Sobre Nosotros" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg", alt: "Sobre Nosotros" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,21 +80,9 @@ export default function LandingPage() {
|
||||
title="El Desafío Nacional"
|
||||
tag="Estadísticas actuales"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "31%",
|
||||
description: "Insatisfacción con el trabajo actual",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "35%",
|
||||
description: "Problemas de estado físico y mental",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "32.8%",
|
||||
description: "Ausencias por trastornos mentales",
|
||||
},
|
||||
{ id: "m1", value: "31%", description: "Insatisfacción con el trabajo actual" },
|
||||
{ id: "m2", value: "35%", description: "Problemas de estado físico y mental" },
|
||||
{ id: "m3", value: "32.8%", description: "Ausencias por trastornos mentales" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -178,27 +94,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Pertenencia",
|
||||
description: "Creamos espacios donde cada persona siente que es parte valiosa del equipo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=2",
|
||||
imageAlt: "professional portrait woman corporate leader",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Cooperación",
|
||||
description: "Ambientes saludables que fortalecen vínculos y cohesión grupal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=4",
|
||||
imageAlt: "minimalist yoga office corporate design",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Biomecánica",
|
||||
description: "Técnicas de alineación postural y relajación para el trabajador moderno.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg?_wi=3",
|
||||
imageAlt: "people in yoga pose modern office",
|
||||
},
|
||||
{ id: "f1", title: "Pertenencia", description: "Creamos espacios donde cada persona siente que es parte valiosa del equipo.", tag: "Bienestar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", imageAlt: "professional portrait woman corporate leader" },
|
||||
{ id: "f2", title: "Cooperación", description: "Ambientes saludables que fortalecen vínculos y cohesión grupal.", tag: "Conexión", imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg", imageAlt: "minimalist yoga office corporate design" },
|
||||
{ id: "f3", title: "Biomecánica", description: "Técnicas de alineación postural y relajación para el trabajador moderno.", tag: "Salud", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3253.jpg", imageAlt: "people in yoga pose modern office" }
|
||||
]}
|
||||
title="Qué Aportamos"
|
||||
description="Integramos salud mental y actividad física en espacios laborales para reducir la tasa de morbilidad."
|
||||
@@ -212,33 +110,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Plástica Working",
|
||||
name: "Yoga para Equipos",
|
||||
price: "Consulte",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Plástica Working",
|
||||
name: "Coaching y Yoga para Líderes",
|
||||
price: "Consulte",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Plástica Working",
|
||||
name: "Alta Exigencia",
|
||||
price: "Consulte",
|
||||
rating: 5,
|
||||
reviewCount: "8+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=7",
|
||||
},
|
||||
{ id: "p1", brand: "Plástica Working", name: "Yoga para Equipos", price: "Consulte", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg" },
|
||||
{ id: "p2", brand: "Plástica Working", name: "Coaching y Yoga para Líderes", price: "Consulte", rating: 5, reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg" },
|
||||
{ id: "p3", brand: "Plástica Working", name: "Alta Exigencia", price: "Consulte", rating: 5, reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg" }
|
||||
]}
|
||||
title="Nuestros Programas"
|
||||
description="Programas diseñados para empresas que buscan mejorar el bienestar."
|
||||
@@ -252,13 +126,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "team-1",
|
||||
name: "Magdalena Goddard",
|
||||
role: "Directora de Proyecto",
|
||||
description: "Más de 20 años de experiencia en yoga.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=3",
|
||||
},
|
||||
{ id: "team-1", name: "Magdalena Goddard", role: "Directora de Proyecto", description: "Más de 20 años de experiencia en yoga.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg" }
|
||||
]}
|
||||
title="Nuestro Equipo"
|
||||
description="Profesionales expertos en bienestar organizacional."
|
||||
@@ -268,42 +136,20 @@ export default function LandingPage() {
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="Ponte en contacto"
|
||||
description="Escríbenos para planificar bienestar en tu organización."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
{
|
||||
label: "plasticaworking@gmail.com",
|
||||
href: "mailto:plasticaworking@gmail.com",
|
||||
},
|
||||
{
|
||||
label: "+56 9 9178 0363",
|
||||
href: "tel:+56991780363",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
{
|
||||
label: "Santiago, Chile",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contacto", items: [ { label: "plasticaworking@gmail.com", href: "mailto:plasticaworking@gmail.com" }, { label: "+56 9 9178 0363", href: "tel:+56991780363" } ] },
|
||||
{ title: "Ubicación", items: [ { label: "Santiago, Chile", href: "#" } ] }
|
||||
]}
|
||||
logoText="Plástica Working"
|
||||
/>
|
||||
@@ -311,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user