Update src/app/process/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Servicios", id: "/services"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Proceso",
|
||||
id: "/process",
|
||||
},
|
||||
name: "Proceso", id: "/process"},
|
||||
{
|
||||
name: "Diagnóstico",
|
||||
id: "/diagnosis",
|
||||
},
|
||||
name: "Diagnóstico", id: "/diagnosis"},
|
||||
]}
|
||||
brandName="GrowthCore Digital"
|
||||
/>
|
||||
@@ -57,61 +47,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "I. Diagnóstico gratuito",
|
||||
description: "Analizamos tu negocio en 48 horas: ventas, mercado, competencia y procesos actuales. Sin costo ni compromiso.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg",
|
||||
imageAlt: "Diagnóstico inicial",
|
||||
},
|
||||
title: "I. Diagnóstico gratuito", description: "Analizamos tu negocio en 48 horas: ventas, mercado, competencia y procesos actuales. Sin costo ni compromiso.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg", imageAlt: "Diagnóstico inicial"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909740.jpg",
|
||||
imageAlt: "Informe de diagnóstico",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-particle-flow-background-with-cyber-dots_1048-12440.jpg?_wi=3",
|
||||
imageAlt: "business consultation meeting analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909740.jpg", imageAlt: "Informe de diagnóstico"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-particle-flow-background-with-cyber-dots_1048-12440.jpg", imageAlt: "business consultation meeting analytics"},
|
||||
{
|
||||
title: "II. Estrategia personalizada",
|
||||
description: "Plan específico con objetivos claros, herramientas elegidas para tu sector y métricas de éxito desde el día uno.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-manipulating-tablet_1232-313.jpg",
|
||||
imageAlt: "Plan estratégico",
|
||||
},
|
||||
title: "II. Estrategia personalizada", description: "Plan específico con objetivos claros, herramientas elegidas para tu sector y métricas de éxito desde el día uno.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-manipulating-tablet_1232-313.jpg", imageAlt: "Plan estratégico"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/progress-word-wooden-tiles_23-2148227667.jpg",
|
||||
imageAlt: "Implementación de estrategia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handicapped-paralyzed-manager-man-wheelchair-sitting-conference-table_482257-13965.jpg?_wi=3",
|
||||
imageAlt: "business consultation meeting analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/progress-word-wooden-tiles_23-2148227667.jpg", imageAlt: "Implementación de estrategia"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handicapped-paralyzed-manager-man-wheelchair-sitting-conference-table_482257-13965.jpg", imageAlt: "business consultation meeting analytics"},
|
||||
{
|
||||
title: "III. Implementación",
|
||||
description: "Ejecutamos la estrategia y desarrollamos las herramientas digitales necesarias con acompañamiento directo de nuestro equipo.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-coworkers-doing-yearly-maintenance-using-laptop-tablet_482257-115389.jpg",
|
||||
imageAlt: "Desarrollo de plataforma",
|
||||
},
|
||||
title: "III. Implementación", description: "Ejecutamos la estrategia y desarrollamos las herramientas digitales necesarias con acompañamiento directo de nuestro equipo.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-coworkers-doing-yearly-maintenance-using-laptop-tablet_482257-115389.jpg", imageAlt: "Desarrollo de plataforma"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970221.jpg",
|
||||
imageAlt: "Lanzamiento de herramientas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-paper-clips-white-surface_114579-76150.jpg?_wi=3",
|
||||
imageAlt: "business consultation meeting analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970221.jpg", imageAlt: "Lanzamiento de herramientas"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-paper-clips-white-surface_114579-76150.jpg", imageAlt: "business consultation meeting analytics"},
|
||||
{
|
||||
title: "IV. Monitoreo continuo",
|
||||
description: "Reportes mensuales, ajuste de campañas y recomendaciones basadas en los datos reales de tu negocio para un crecimiento sostenido.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg",
|
||||
imageAlt: "Monitoreo del dashboard",
|
||||
},
|
||||
title: "IV. Monitoreo continuo", description: "Reportes mensuales, ajuste de campañas y recomendaciones basadas en los datos reales de tu negocio para un crecimiento sostenido.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg", imageAlt: "Monitoreo del dashboard"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-vision-background-finger-pointing-down-smart-city-digital-remix_53876-104223.jpg",
|
||||
imageAlt: "Ajuste de estrategias",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/management-team-sharing-insight-statistics-night-corporation-meeting-providing-initiatives_482257-132898.jpg?_wi=2",
|
||||
imageAlt: "business consultation meeting analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-vision-background-finger-pointing-down-smart-city-digital-remix_53876-104223.jpg", imageAlt: "Ajuste de estrategias"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/management-team-sharing-insight-statistics-night-corporation-meeting-providing-initiatives_482257-132898.jpg", imageAlt: "business consultation meeting analytics"},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Cuatro pasos hacia tu crecimiento"
|
||||
@@ -124,12 +82,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
title="21 Días Hacia el Crecimiento"
|
||||
description="\"El mayor riesgo no es la competencia — es seguir sin datos mientras otros ya los usan.\" — GrowthCore Digital"
|
||||
description="\"El mayor riesgo no es la competencia - es seguir sin datos mientras otros ya los usan.\" - GrowthCore Digital"
|
||||
buttons={[
|
||||
{
|
||||
text: "Iniciar ahora — sin costo →",
|
||||
href: "/diagnosis",
|
||||
},
|
||||
text: "Iniciar ahora — sin costo →", href: "/diagnosis"},
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
@@ -141,29 +97,19 @@ export default function LandingPage() {
|
||||
logoText="GrowthCore Digital"
|
||||
columns={[
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "contacto@growthcore.digital",
|
||||
href: "mailto:contacto@growthcore.digital",
|
||||
},
|
||||
label: "contacto@growthcore.digital", href: "mailto:contacto@growthcore.digital"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/growthcoredigital",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/growthcoredigital"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#privacy-policy",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#privacy-policy"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#terms-of-service",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#terms-of-service"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user