Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa3295cf7c | |||
| 89b3f4eb7a | |||
| d2b5e6a8a6 | |||
| 05a5d4c1f1 | |||
| 62f9afaf50 | |||
| 3f1e285c87 | |||
| edc8c194af | |||
| b3fa19eb73 |
224
src/app/page.tsx
224
src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Database, Shield, Users, Zap } from "lucide-react";
|
import { Database, Shield, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
@@ -29,68 +29,37 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav" className="fixed top-0 left-0 right-0 z-50 bg-white">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
|
||||||
{
|
|
||||||
name: "Inicio",
|
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Nosotros",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Servicios",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Clientes",
|
|
||||||
id: "clients",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contacto",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="Grupo RH"
|
brandName="Grupo RH"
|
||||||
|
navItems={[
|
||||||
|
{ name: "Inicio", id: "hero" },
|
||||||
|
{ name: "Nosotros", id: "about" },
|
||||||
|
{ name: "Servicios", id: "services" },
|
||||||
|
{ name: "Clientes", id: "clients" },
|
||||||
|
{ name: "Blog", id: "cases" },
|
||||||
|
{ name: "Contacto", id: "contact" },
|
||||||
|
]}
|
||||||
|
button={{ text: "Conversemos", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero" className="pt-24">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Tu negocio merece a las personas correctas, en el momento exacto."
|
title="Tu negocio merece a las personas correctas, en el momento exacto."
|
||||||
description="Somos Grupo RH, tu consultora boutique de confianza en Providencia. Agilidad y personalización estratégica para una administración moderna de tu capital humano."
|
description="Somos Grupo RH, tu consultora boutique de confianza en Providencia. Agilidad y personalización estratégica para una administración moderna de tu capital humano."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Conversemos", href: "#contact" },
|
||||||
text: "Conversemos",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/successful-co-workers_1098-679.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/successful-co-workers_1098-679.jpg"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/executive-joking-meeting_1098-1814.jpg", alt: "Executive joking at the meeting" },
|
||||||
src: "http://img.b2bpic.net/free-photo/executive-joking-meeting_1098-1814.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg", alt: "Executives with digital tablet having meeting in office" },
|
||||||
alt: "Executive joking at the meeting",
|
{ src: "http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg", alt: "Group of happy businesspeople having a meeting" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg", alt: "Smiling senior leader at meeting with his team" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/medium-shot-corporate-men_23-2148349939.jpg", alt: "Medium shot of corporate men" },
|
||||||
src: "http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg",
|
|
||||||
alt: "Executives with digital tablet having meeting in office",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg",
|
|
||||||
alt: "Group of happy businesspeople having a meeting",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg",
|
|
||||||
alt: "Smiling senior leader at meeting with his team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-corporate-men_23-2148349939.jpg",
|
|
||||||
alt: "Medium shot of corporate men",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Confianza respaldada por +50 empresas"
|
avatarText="Confianza respaldada por +50 empresas"
|
||||||
/>
|
/>
|
||||||
@@ -102,14 +71,8 @@ export default function LandingPage() {
|
|||||||
title="Administración estratégica del capital humano."
|
title="Administración estratégica del capital humano."
|
||||||
description="Redefinimos la gestión humana con un enfoque boutique. Nos dedicamos a colaborar con empresas mediante una administración moderna, ética y estratégica, garantizando el uso eficiente e innovador del talento."
|
description="Redefinimos la gestión humana con un enfoque boutique. Nos dedicamos a colaborar con empresas mediante una administración moderna, ética y estratégica, garantizando el uso eficiente e innovador del talento."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ value: "15+", title: "Años de Experiencia" },
|
||||||
value: "15+",
|
{ value: "50+", title: "Empresas Clientes" },
|
||||||
title: "Años de Experiencia",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "50+",
|
|
||||||
title: "Empresas Clientes",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -123,15 +86,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Servicios Transitorios (EST)",
|
title: "Servicios Transitorios (EST)", description: "Soluciones ágiles para vacaciones, licencias o peaks de proyectos. Selección rigurosa y capacitación personalizada.", imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg"},
|
||||||
description: "Soluciones ágiles para vacaciones, licencias o peaks de proyectos. Selección rigurosa y capacitación personalizada.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Outsourcing",
|
title: "Outsourcing", description: "Externalización estratégica de procesos auxiliares. Tu empresa focalizada en el core business mientras nosotros maximizamos la productividad.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-reading-book-together_1262-5098.jpg"},
|
||||||
description: "Externalización estratégica de procesos auxiliares. Tu empresa focalizada en el core business mientras nosotros maximizamos la productividad.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-reading-book-together_1262-5098.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Soluciones a la medida de tu negocio"
|
title="Soluciones a la medida de tu negocio"
|
||||||
description="Adaptabilidad total para tus desafíos actuales."
|
description="Adaptabilidad total para tus desafíos actuales."
|
||||||
@@ -145,34 +102,10 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", value: "Boutique", title: "Trato cercano", description: "Sin masividad, atención dedicada.", icon: Users },
|
||||||
id: "1",
|
{ id: "2", value: "Agilidad", title: "Respuesta rápida", description: "Velocidad ante requerimientos.", icon: Zap },
|
||||||
value: "Boutique",
|
{ id: "3", value: "Expertise", title: "Conocimiento legal", description: "Cumplimiento normativo experto.", icon: Shield },
|
||||||
title: "Trato cercano",
|
{ id: "4", value: "Red", title: "Talento calificado", description: "Base de datos actualizada.", icon: Database },
|
||||||
description: "Sin masividad, atención dedicada.",
|
|
||||||
icon: Users,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
value: "Agilidad",
|
|
||||||
title: "Respuesta rápida",
|
|
||||||
description: "Velocidad ante requerimientos.",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
value: "Expertise",
|
|
||||||
title: "Conocimiento legal",
|
|
||||||
description: "Cumplimiento normativo experto.",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
value: "Red",
|
|
||||||
title: "Talento calificado",
|
|
||||||
description: "Base de datos actualizada.",
|
|
||||||
icon: Database,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="¿Por qué elegir Grupo RH?"
|
title="¿Por qué elegir Grupo RH?"
|
||||||
description="Más que un proveedor, un socio estratégico boutique."
|
description="Más que un proveedor, un socio estratégico boutique."
|
||||||
@@ -185,20 +118,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Retail & Financiero",
|
title: "Retail & Financiero", description: "Gestión de dotación masiva flexible para temporadas pico.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boss-day-concept_23-2148586503.jpg"},
|
||||||
description: "Gestión de dotación masiva flexible para temporadas pico.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boss-day-concept_23-2148586503.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Agro & Alimentos",
|
title: "Agro & Alimentos", description: "Soporte operativo eficiente en industrias productivas clave.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-technician-inspecting-gear-doing-maintenance_482257-123366.jpg"},
|
||||||
description: "Soporte operativo eficiente en industrias productivas clave.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-technician-inspecting-gear-doing-maintenance_482257-123366.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Automotriz & Seguros",
|
title: "Automotriz & Seguros", description: "Selección de perfiles especialistas de alto desempeño.", imageSrc: "http://img.b2bpic.net/free-photo/group-elegant-business-people_23-2147626610.jpg"},
|
||||||
description: "Selección de perfiles especialistas de alto desempeño.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-elegant-business-people_23-2147626610.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="¿Para quién es Grupo RH?"
|
title="¿Para quién es Grupo RH?"
|
||||||
description="Expertos en grandes desafíos sectoriales."
|
description="Expertos en grandes desafíos sectoriales."
|
||||||
@@ -214,25 +138,9 @@ export default function LandingPage() {
|
|||||||
description="Historias de éxito con impacto real."
|
description="Historias de éxito con impacto real."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: "Retail", title: "40 puestos en 72 horas", excerpt: "Lanzamiento de temporada exitoso para importante retail nacional.", imageSrc: "http://img.b2bpic.net/free-photo/small-group-business-people-waiting-job-interview-hallway_637285-8951.jpg", authorName: "Gerente RRHH", authorAvatar: "http://img.b2bpic.net/free-vector/business-background-design_1200-13.jpg", date: "2023"},
|
||||||
category: "Retail",
|
|
||||||
title: "40 puestos en 72 horas",
|
|
||||||
excerpt: "Lanzamiento de temporada exitoso para importante retail nacional.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/small-group-business-people-waiting-job-interview-hallway_637285-8951.jpg",
|
|
||||||
authorName: "Gerente RRHH",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-vector/business-background-design_1200-13.jpg",
|
|
||||||
date: "2023",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", category: "Agroindustria", title: "Productividad garantizada", excerpt: "Externalización completa de procesos auxiliares logísticos.", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-planning-tasks-with-sticky-notes_53876-15188.jpg", authorName: "Gerente Operaciones", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-laughing-together-office_482257-121163.jpg", date: "2024"},
|
||||||
category: "Agroindustria",
|
|
||||||
title: "Productividad garantizada",
|
|
||||||
excerpt: "Externalización completa de procesos auxiliares logísticos.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-planning-tasks-with-sticky-notes_53876-15188.jpg",
|
|
||||||
authorName: "Gerente Operaciones",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-laughing-together-office_482257-121163.jpg",
|
|
||||||
date: "2024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -242,21 +150,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"CCU",
|
"CCU", "Falabella", "Kunstmann", "Mane", "Pisquera de Chile", "Santander",
|
||||||
"Falabella",
|
"Agroplanet", "Promet", "Derco", "Mapfre", "Coopeuch", "Autoplanet"
|
||||||
"Kunstmann",
|
|
||||||
"Mane",
|
|
||||||
"Pisquera de Chile",
|
|
||||||
"Santander",
|
|
||||||
"Agroplanet",
|
|
||||||
"Promet",
|
|
||||||
"Derco",
|
|
||||||
"Mapfre",
|
|
||||||
"Coopeuch",
|
|
||||||
"Autoplanet",
|
|
||||||
]}
|
]}
|
||||||
title="Empresas líderes confían en nosotros"
|
title="Empresas líderes confían en nosotros"
|
||||||
description="Socios estratégicos que validan nuestro modelo."
|
description="Socios estratégicos que validan nuestro modelo."
|
||||||
|
buttons={[{ text: "Quiero ser cliente", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -265,25 +164,14 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "c1", title: "Velocidad de respuesta", content: "Modelo tradicional: Procesos lentos y burocráticos. Grupo RH: Respuesta ágil y directa." },
|
||||||
id: "c1",
|
{ id: "c2", title: "Personalización", content: "Modelo tradicional: Soluciones estandarizadas. Grupo RH: Procesos adaptados a tu cultura." },
|
||||||
title: "Velocidad de respuesta",
|
{ id: "c3", title: "Gestión", content: "Modelo tradicional: Gestión masiva impersonal. Grupo RH: Gestión integral con interlocutores expertos." },
|
||||||
content: "Modelo tradicional: Procesos lentos y burocráticos. Grupo RH: Respuesta ágil y directa.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "c2",
|
|
||||||
title: "Personalización",
|
|
||||||
content: "Modelo tradicional: Soluciones estandarizadas. Grupo RH: Procesos adaptados a tu cultura.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "c3",
|
|
||||||
title: "Gestión",
|
|
||||||
content: "Modelo tradicional: Gestión masiva impersonal. Grupo RH: Gestión integral con interlocutores expertos.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Grupo RH vs. El Modelo Tradicional"
|
title="Grupo RH vs. El Modelo Tradicional"
|
||||||
description="La diferencia boutique se nota en la ejecución."
|
description="La diferencia boutique se nota en la ejecución."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
buttons={[{ text: "Empezar ahora", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -291,26 +179,12 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Hablemos de tus necesidades"
|
title="Hablemos de tus necesidades"
|
||||||
description="Estamos en Guardia Vieja 255, Providencia. Contáctanos hoy."
|
description="Estamos en Guardia Vieja 255, Providencia. Contáctanos hoy para una asesoría personalizada."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Nombre", required: true },
|
||||||
name: "name",
|
{ name: "company", type: "text", placeholder: "Empresa", required: true },
|
||||||
type: "text",
|
|
||||||
placeholder: "Nombre",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "company",
|
|
||||||
type: "text",
|
|
||||||
placeholder: "Empresa",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{ name: "message", placeholder: "Cuéntanos más sobre tus necesidades...", required: true }}
|
||||||
name: "message",
|
|
||||||
placeholder: "Cuéntanos más sobre tus necesidades...",
|
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-colleagues-working-together_23-2149006874.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-colleagues-working-together_23-2149006874.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -318,17 +192,11 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Grupo RH"
|
logoText="Grupo RH"
|
||||||
leftLink={{
|
leftLink={{ text: "LinkedIn", href: "#" }}
|
||||||
text: "LinkedIn",
|
rightLink={{ text: "Contáctanos", href: "#contact" }}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
|
||||||
text: "© 2024 Grupo RH",
|
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user