Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebc7691f69 | |||
| 5e3c426b8d | |||
| c83c35caae | |||
| 2544530ab4 | |||
| 534521d54c | |||
| 09ba3e5981 | |||
| d7c57d06cb | |||
| 3ee1039c7c | |||
| fd4b1d3504 | |||
| 23c78ec53e | |||
| 67e1bb2a6c | |||
| bd2b8f5509 | |||
| e022da733e | |||
| 1028f032f7 | |||
| 4e6281054a | |||
| 5e66881c5d | |||
| 97967e9bf3 | |||
| 63754db226 | |||
| a89d86a10b | |||
| fbf3dc42b0 |
@@ -51,7 +51,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
value: "1.2K", title: "Clientes activos"},
|
value: "1.2K", title: "Clientes activos"},
|
||||||
]}
|
]}
|
||||||
imageAlt="Interfaz de un dashboard de negocios sofisticado"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -64,15 +63,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "cta-quote-1", name: "GrowthCore Digital", handle: "Equipo de Expertos", testimonial: "Tu negocio tiene más potencial del que crees. Solo necesita los datos correctos para demostrarlo.", imageAlt: "Equipo de GrowthCore Digital"},
|
id: "cta-quote-1", name: "GrowthCore Digital", handle: "Equipo de Expertos", testimonial: "Tu negocio tiene más potencial del que crees. Solo necesita los datos correctos para demostrarlo."},
|
||||||
{
|
{
|
||||||
id: "cta-quote-2", name: "Ana García", handle: "CEO, InnovaTech", testimonial: "El dashboard nos dio una claridad sin precedentes. ¡Nuestras decisiones son ahora basadas en datos reales y el crecimiento es visible!", imageAlt: "Businessman leading financial meeting"},
|
id: "cta-quote-2", name: "Ana García", handle: "CEO, InnovaTech", testimonial: "El dashboard nos dio una claridad sin precedentes. ¡Nuestras decisiones son ahora basadas en datos reales y el crecimiento es visible!"},
|
||||||
{
|
{
|
||||||
id: "cta-quote-3", name: "Carlos Ruiz", handle: "Director Comercial, GlobalBiz", testimonial: "La implementación fue rápida y el equipo de GrowthCore Digital estuvo siempre disponible. Un socio estratégico invaluable.", imageAlt: "Caucasian business manager leading discussion"},
|
id: "cta-quote-3", name: "Carlos Ruiz", handle: "Director Comercial, GlobalBiz", testimonial: "La implementación fue rápida y el equipo de GrowthCore Digital estuvo siempre disponible. Un socio estratégico invaluable."},
|
||||||
{
|
{
|
||||||
id: "cta-quote-4", name: "Sofía Hernández", handle: "Fundadora, EcoMarket", testimonial: "Gracias a su análisis de competencia, pudimos ajustar nuestra estrategia y superar a nuestros rivales en pocos meses.", imageAlt: "Multiethnic group of colleagues working on charts analysis"},
|
id: "cta-quote-4", name: "Sofía Hernández", handle: "Fundadora, EcoMarket", testimonial: "Gracias a su análisis de competencia, pudimos ajustar nuestra estrategia y superar a nuestros rivales en pocos meses."},
|
||||||
{
|
{
|
||||||
id: "cta-quote-5", name: "Javier López", handle: "Gerente de Operaciones, LogiFast", testimonial: "Redujimos nuestros costos operativos significativamente con las recomendaciones basadas en IA. ¡Impresionante!", imageAlt: "Teamwork developing new project together"},
|
id: "cta-quote-5", name: "Javier López", handle: "Gerente de Operaciones, LogiFast", testimonial: "Redujimos nuestros costos operativos significativamente con las recomendaciones basadas en IA. ¡Impresionante!"},
|
||||||
]}
|
]}
|
||||||
title="¿Quieres este dashboard para tu empresa?"
|
title="¿Quieres este dashboard para tu empresa?"
|
||||||
description="Empieza con el diagnóstico gratuito y lo tendrás activo en 21 días. La inteligencia de datos a tu alcance."
|
description="Empieza con el diagnóstico gratuito y lo tendrás activo en 21 días. La inteligencia de datos a tu alcance."
|
||||||
|
|||||||
@@ -8,6 +8,24 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const navItems = [
|
||||||
|
{
|
||||||
|
name: "Inicio", id: "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Servicios", id: "/services"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Dashboard", id: "/dashboard"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Proceso", id: "/process"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Diagnóstico", id: "/diagnosis"
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
@@ -24,18 +42,7 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
|
||||||
name: "Inicio", id: "/"},
|
|
||||||
{
|
|
||||||
name: "Servicios", id: "/services"},
|
|
||||||
{
|
|
||||||
name: "Dashboard", id: "/dashboard"},
|
|
||||||
{
|
|
||||||
name: "Proceso", id: "/process"},
|
|
||||||
{
|
|
||||||
name: "Diagnóstico", id: "/diagnosis"},
|
|
||||||
]}
|
|
||||||
brandName="GrowthCore Digital"
|
brandName="GrowthCore Digital"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,20 +54,19 @@ export default function LandingPage() {
|
|||||||
description="Rellena los campos y te contactamos en menos de 48 horas con un análisis real de tu negocio. Sin spam, sin compromiso."
|
description="Rellena los campos y te contactamos en menos de 48 horas con un análisis real de tu negocio. Sin spam, sin compromiso."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "companyName", type: "text", placeholder: "Ej. Mi empresa S.A.", required: true,
|
name: "companyName", type: "text", placeholder: "Ej. Mi empresa S.A.", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "you@company.com", required: true,
|
name: "email", type: "email", placeholder: "you@company.com", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone", type: "tel", placeholder: "+593 / +44 ...", required: false,
|
name: "phone", type: "tel", placeholder: "+593 / +44 ...", required: false
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
multiSelect={{
|
multiSelect={{
|
||||||
name: "sectorChallenge", label: "¿Cuál es tu reto principal?", options: [
|
name: "sectorChallenge", label: "¿Cuál es tu reto principal?", options: [
|
||||||
"Aumentar ventas / Increase sales", "Reducir costos / Reduce costs", "Mejorar marketing digital / Improve digital marketing", "Automatizar procesos / Automate processes", "Analizar la competencia / Analyse competitors", "Predecir demanda / Forecast demand", "Crear web o app / Build website or app", "Mejorar imagen / Improve brand image", "Otro / Other"],
|
"Aumentar ventas / Increase sales", "Reducir costos / Reduce costs", "Mejorar marketing digital / Improve digital marketing", "Automatizar procesos / Automate processes", "Analizar la competencia / Analyse competitors", "Predecir demanda / Forecast demand", "Crear web o app / Build website or app", "Mejorar imagen / Improve brand image", "Otro / Other"]
|
||||||
}}
|
}}
|
||||||
imageAlt="Reunión de consulta sobre análisis de datos"
|
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Solicitar diagnóstico gratuito →"
|
buttonText="Solicitar diagnóstico gratuito →"
|
||||||
/>
|
/>
|
||||||
@@ -72,14 +78,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1", title: "Análisis de mercado inicial", content: "Revisión del sector, la demanda y tu posición actual frente al mercado para identificar oportunidades."},
|
id: "faq-1", title: "Análisis de mercado inicial", content: "Revisión del sector, la demanda y tu posición actual frente al mercado para identificar oportunidades."}
|
||||||
|
,
|
||||||
{
|
{
|
||||||
id: "faq-2", title: "Revisión de la competencia", content: "Identificamos los 3 competidores más relevantes y analizamos sus estrategias activas para darte ventaja."},
|
id: "faq-2", title: "Revisión de la competencia", content: "Identificamos los 3 competidores más relevantes y analizamos sus estrategias activas para darte ventaja."}
|
||||||
|
,
|
||||||
{
|
{
|
||||||
id: "faq-3", title: "Oportunidades identificadas", content: "Al menos 3 áreas donde tu empresa puede mejorar resultados de inmediato, con enfoque en el impacto."},
|
id: "faq-3", title: "Oportunidades identificadas", content: "Al menos 3 áreas donde tu empresa puede mejorar resultados de inmediato, con enfoque en el impacto."}
|
||||||
|
,
|
||||||
{
|
{
|
||||||
id: "faq-4", title: "Plan de acción prioritario", content: "Acciones concretas ordenadas por impacto y urgencia, listas para ejecutar en tu negocio."},
|
id: "faq-4", title: "Plan de acción prioritario", content: "Acciones concretas ordenadas por impacto y urgencia, listas para ejecutar en tu negocio."}
|
||||||
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-yellow-arrow-yellow-background-with-copy-space_23-2148459948.jpg"
|
||||||
imageAlt="Ilustración de resolución de preguntas y soluciones"
|
imageAlt="Ilustración de resolución de preguntas y soluciones"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
@@ -96,19 +107,23 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
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"}
|
||||||
],
|
|
||||||
},
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 GrowthCore Digital · Todos los derechos reservados"
|
copyrightText="© 2025 GrowthCore Digital · Todos los derechos reservados"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
|
|||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Nunito } from "next/font/google";
|
import { Nunito } from "next/font/google";
|
||||||
|
import { Open_Sans } from "next/font/google";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -39,8 +40,13 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const nunito = Nunito({
|
|
||||||
variable: "--font-nunito",
|
const inter = Inter({
|
||||||
|
variable: "--font-inter",
|
||||||
|
subsets: ["latin"],
|
||||||
|
});
|
||||||
|
const openSans = Open_Sans({
|
||||||
|
variable: "--font-open-sans",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -52,7 +58,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${nunito.variable} antialiased`}>
|
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
287
src/app/page.tsx
287
src/app/page.tsx
@@ -2,174 +2,155 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Inicio", id: "/" },
|
||||||
|
{ name: "Servicios", id: "#features-home" },
|
||||||
|
{ name: "Proceso", id: "#features-home" },
|
||||||
|
{ name: "Diagnóstico", id: "#contact" }
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="fluid"
|
background="fluid"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
brandName="GrowthCore Digital"
|
||||||
name: "Inicio", id: "/"},
|
/>
|
||||||
{
|
</div>
|
||||||
name: "Servicios", id: "/services"},
|
|
||||||
{
|
|
||||||
name: "Dashboard", id: "/dashboard"},
|
|
||||||
{
|
|
||||||
name: "Proceso", id: "/process"},
|
|
||||||
{
|
|
||||||
name: "Diagnóstico", id: "/diagnosis"},
|
|
||||||
]}
|
|
||||||
brandName="GrowthCore Digital"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="GrowthCore Digital"
|
logoText="GrowthCore Digital"
|
||||||
description="Datos que transforman negocios reales"
|
description="Transforma tu negocio con inteligencia artificial. Automatiza, analiza y crece como nunca antes."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Explorar soluciones", href: "#features-home" },
|
||||||
text: "Diagnóstico gratuito", href: "/diagnosis"},
|
{ text: "Agendar demo", href: "#contact" }
|
||||||
{
|
]}
|
||||||
text: "Ver demo en vivo", href: "/dashboard"},
|
slides={[
|
||||||
]}
|
{
|
||||||
slides={[
|
imageSrc: "https://images.unsplash.com/photo-1542744095-291d1f67b221?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Digital transformation concept"
|
||||||
{
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-particle-flow-background-with-cyber-dots_1048-12440.jpg", imageAlt: "Abstract background representing data flow and digital growth"},
|
{
|
||||||
{
|
imageSrc: "https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Modern office workspace"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-background-with-flowing-cyber-particles_1048-12206.jpg", imageAlt: "3D futuristic background with flowing cyber particles"},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-rainbow-abstract-flowing-particles_1048-13584.jpg", imageAlt: "3D render of rainbow abstract flowing particles"},
|
imageSrc: "https://images.unsplash.com/photo-1550009158-9ebf69f2d1e6?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Data analysis on a laptop"
|
||||||
{
|
}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg", imageAlt: "3D data technology background with flowing particles"},
|
]}
|
||||||
{
|
showDimOverlay={true}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-crystal-background_1017-3751.jpg", imageAlt: "Orange crystal background"},
|
/>
|
||||||
]}
|
</div>
|
||||||
autoplayDelay={5000}
|
|
||||||
showDimOverlay={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
useInvertedBackground={true}
|
title="Sobre GrowthCore Digital"
|
||||||
title="Por Coral Analytics & Strategy"
|
description="Impulsamos tu negocio con soluciones de IA personalizadas, desde automatización hasta análisis predictivo. Nuestro enfoque es maximizar tu eficiencia y rentabilidad."
|
||||||
description="Convertimos empresas tradicionales en negocios inteligentes mediante análisis de datos, forecasting y tecnología digital de primer nivel. Nuestro enfoque es medible y centrado en resultados reales."
|
metrics={[
|
||||||
metrics={[
|
{ value: "+5", title: "Años de experiencia" },
|
||||||
{
|
{ value: "+100", title: "Proyectos exitosos" },
|
||||||
value: "23X", title: "Más clientes"},
|
{ value: "X%", title: "Incremento promedio en ROI" }
|
||||||
{
|
]}
|
||||||
value: "94%", title: "Precisión IA"},
|
useInvertedBackground={true}
|
||||||
{
|
imageSrc="https://images.unsplash.com/photo-1573496359142-b8d8773400a4?q=80&w=2069&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||||
value: "21D", title: "Primeros resultados"},
|
imageAlt="Team collaborating on AI solutions"
|
||||||
]}
|
mediaAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/handicapped-paralyzed-manager-man-wheelchair-sitting-conference-table_482257-13965.jpg"
|
/>
|
||||||
imageAlt="Persona interactuando con un dashboard de datos holográfico"
|
</div>
|
||||||
mediaAnimation="slide-up"
|
|
||||||
metricsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="social-proof-home" data-section="social-proof-home">
|
<div id="social-proof-home" data-section="social-proof-home">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
title="Nuestros clientes confían en nosotros"
|
||||||
useInvertedBackground={false}
|
description="Hemos colaborado con empresas de diversos sectores, ayudándolas a alcanzar sus objetivos de crecimiento."
|
||||||
names={[
|
names={[
|
||||||
"McKinsey", "Gartner", "Harvard Business Review"]}
|
"TechInnovate Solutions", "Global Ventures Inc.", "Creative Minds Agency", "Phoenix Logistics", "Innovate Labs", "Digital Edge Corp.", "Quantum Systems", "FutureTech Innovations", "Pinnacle Brands", "Synergy Dynamics"
|
||||||
title="Impulsado por Datos"
|
]}
|
||||||
description='"Las empresas que usan datos tienen 23 veces más probabilidad de crecer que sus competidores" — McKinsey 2024'
|
useInvertedBackground={false}
|
||||||
speed={40}
|
showCard={true}
|
||||||
showCard={false}
|
speed={60}
|
||||||
/>
|
textboxLayout="default"
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features-home" data-section="features-home">
|
<div id="features-home" data-section="features-home">
|
||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
animationType="slide-up"
|
showStepNumbers={true}
|
||||||
textboxLayout="default"
|
title="Cómo trabajamos contigo"
|
||||||
useInvertedBackground={true}
|
description="Nuestro proceso simplificado garantiza resultados impactantes y una integración fluida de la IA en tu operación."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Estrategia en días, no meses", description: "Diagnóstico en 48 horas y tu primera estrategia activa en menos de tres semanas.", phoneOne: {
|
title: "Diagnóstico inicial", description: "Comprendemos tus necesidades y desafíos específicos para diseñar la estrategia de IA más efectiva.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2f95?q=80&w=1866&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Phone showing a diagnostic app" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/management-team-sharing-insight-statistics-night-corporation-meeting-providing-initiatives_482257-132898.jpg", imageAlt: "Estrategia rápida"},
|
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2f95?q=80&w=1866&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Phone showing data analysis" }
|
||||||
phoneTwo: {
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-adult-nature-with-3d-geometric-shapes_23-2150697464.jpg", imageAlt: "Resultados en días"}
|
{
|
||||||
},
|
title: "Diseño e implementación", description: "Desarrollamos e implementamos soluciones de IA personalizadas, integrándolas sin problemas en tus sistemas existentes.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2f95?q=80&w=1866&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=3", imageAlt: "Phone showing a design interface" },
|
||||||
{
|
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2f95?q=80&w=1866&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=4", imageAlt: "Phone showing integration" }
|
||||||
title: "Dashboard exclusivo en vivo", description: "Panel privado con 11 secciones: ventas, forecast, competencia, IA y más, actualizado en tiempo real.", phoneOne: {
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "Dashboard exclusivo"},
|
{
|
||||||
phoneTwo: {
|
title: "Optimización continua", description: "Monitoreamos y ajustamos las soluciones para asegurar un rendimiento óptimo y resultados a largo plazo.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2f95?q=80&w=1866&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=5", imageAlt: "Phone showing performance metrics" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637768.jpg", imageAlt: "Datos en vivo"}
|
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2f95?q=80&w=1866&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=6", imageAlt: "Phone showing optimization process" }
|
||||||
},
|
}
|
||||||
{
|
]}
|
||||||
title: "Tecnología de primer nivel", description: "Webs y apps profesionales que posicionan tu marca y trabajan por ti 24/7, garantizando tu crecimiento digital.", phoneOne: {
|
animationType="slide-up"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg", imageAlt: "Tecnología de élite"},
|
textboxLayout="default"
|
||||||
phoneTwo: {
|
useInvertedBackground={true}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-modern-virtual-technologies-hands-touching-screen_1212-721.jpg", imageAlt: "Plataformas digitales"}
|
/>
|
||||||
}
|
</div>
|
||||||
]}
|
|
||||||
showStepNumbers={false}
|
|
||||||
title="¿Por qué GrowthCore?"
|
|
||||||
description="Nuestro compromiso se basa en la velocidad, la precisión y la tecnología de vanguardia para tu negocio."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
tag="Contacto"
|
||||||
background={{
|
title="¿Listo para transformar tu negocio?"
|
||||||
variant: "plain"}}
|
description="Contáctanos hoy mismo para explorar cómo la IA puede impulsar tu crecimiento y eficiencia."
|
||||||
tag="Contacto"
|
buttons={[
|
||||||
title="Transforma tu negocio con datos"
|
{ text: "Agendar una consulta", href: "#contact" }
|
||||||
description="¿Listo para ver tu crecimiento real? Agenda una llamada de diagnóstico gratuito."
|
]}
|
||||||
buttons={[{ text: "Agenda tu diagnóstico", href: "/diagnosis" }]}
|
buttonAnimation="slide-up"
|
||||||
/>
|
background={{ variant: "sparkles-gradient" }}
|
||||||
</div>
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="GrowthCore Digital"
|
logoText="GrowthCore Digital"
|
||||||
columns={[
|
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: [
|
||||||
{
|
{ label: "Política de Privacidad", href: "#privacy-policy" },
|
||||||
title: "Empresa", items: [
|
{ label: "Términos de Servicio", href: "#terms-of-service" }
|
||||||
{
|
]
|
||||||
label: "Política de Privacidad", href: "#privacy-policy"},
|
}
|
||||||
{
|
]}
|
||||||
label: "Términos de Servicio", href: "#terms-of-service"},
|
copyrightText="© 2025 GrowthCore Digital · Todos los derechos reservados"
|
||||||
],
|
/>
|
||||||
},
|
</div>
|
||||||
]}
|
|
||||||
copyrightText="© 2025 GrowthCore Digital · Todos los derechos reservados"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-nunito), sans-serif;
|
font-family: var(--font-open-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-nunito), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user