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"},
|
||||
]}
|
||||
imageAlt="Interfaz de un dashboard de negocios sofisticado"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -64,15 +63,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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?"
|
||||
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';
|
||||
|
||||
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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
@@ -24,18 +42,7 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios", id: "/services"},
|
||||
{
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Proceso", id: "/process"},
|
||||
{
|
||||
name: "Diagnóstico", id: "/diagnosis"},
|
||||
]}
|
||||
navItems={navItems}
|
||||
brandName="GrowthCore Digital"
|
||||
/>
|
||||
</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."
|
||||
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={{
|
||||
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"
|
||||
buttonText="Solicitar diagnóstico gratuito →"
|
||||
/>
|
||||
@@ -72,14 +78,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -96,19 +107,23 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
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"
|
||||
/>
|
||||
|
||||
@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
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"],
|
||||
});
|
||||
|
||||
@@ -52,7 +58,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunito.variable} antialiased`}>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
|
||||
{children}
|
||||
<script
|
||||
|
||||
287
src/app/page.tsx
287
src/app/page.tsx
@@ -2,174 +2,155 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
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() {
|
||||
const navItems = [
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Servicios", id: "#features-home" },
|
||||
{ name: "Proceso", id: "#features-home" },
|
||||
{ name: "Diagnóstico", id: "#contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="fluid"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="fluid"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios", id: "/services"},
|
||||
{
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Proceso", id: "/process"},
|
||||
{
|
||||
name: "Diagnóstico", id: "/diagnosis"},
|
||||
]}
|
||||
brandName="GrowthCore Digital"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={navItems}
|
||||
brandName="GrowthCore Digital"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="GrowthCore Digital"
|
||||
description="Datos que transforman negocios reales"
|
||||
buttons={[
|
||||
{
|
||||
text: "Diagnóstico gratuito", href: "/diagnosis"},
|
||||
{
|
||||
text: "Ver demo en vivo", href: "/dashboard"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
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: "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: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg", imageAlt: "3D data technology background with flowing particles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-crystal-background_1017-3751.jpg", imageAlt: "Orange crystal background"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="GrowthCore Digital"
|
||||
description="Transforma tu negocio con inteligencia artificial. Automatiza, analiza y crece como nunca antes."
|
||||
buttons={[
|
||||
{ text: "Explorar soluciones", href: "#features-home" },
|
||||
{ text: "Agendar demo", href: "#contact" }
|
||||
]}
|
||||
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: "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: "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"
|
||||
}
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Por Coral Analytics & Strategy"
|
||||
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={[
|
||||
{
|
||||
value: "23X", title: "Más clientes"},
|
||||
{
|
||||
value: "94%", title: "Precisión IA"},
|
||||
{
|
||||
value: "21D", title: "Primeros resultados"},
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Sobre GrowthCore Digital"
|
||||
description="Impulsamos tu negocio con soluciones de IA personalizadas, desde automatización hasta análisis predictivo. Nuestro enfoque es maximizar tu eficiencia y rentabilidad."
|
||||
metrics={[
|
||||
{ value: "+5", title: "Años de experiencia" },
|
||||
{ value: "+100", title: "Proyectos exitosos" },
|
||||
{ value: "X%", title: "Incremento promedio en ROI" }
|
||||
]}
|
||||
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"
|
||||
imageAlt="Team collaborating on AI solutions"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof-home" data-section="social-proof-home">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"McKinsey", "Gartner", "Harvard Business Review"]}
|
||||
title="Impulsado por Datos"
|
||||
description='"Las empresas que usan datos tienen 23 veces más probabilidad de crecer que sus competidores" — McKinsey 2024'
|
||||
speed={40}
|
||||
showCard={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof-home" data-section="social-proof-home">
|
||||
<SocialProofOne
|
||||
title="Nuestros clientes confían en nosotros"
|
||||
description="Hemos colaborado con empresas de diversos sectores, ayudándolas a alcanzar sus objetivos de crecimiento."
|
||||
names={[
|
||||
"TechInnovate Solutions", "Global Ventures Inc.", "Creative Minds Agency", "Phoenix Logistics", "Innovate Labs", "Digital Edge Corp.", "Quantum Systems", "FutureTech Innovations", "Pinnacle Brands", "Synergy Dynamics"
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
speed={60}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features-home" data-section="features-home">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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: {
|
||||
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: "http://img.b2bpic.net/free-photo/long-shot-adult-nature-with-3d-geometric-shapes_23-2150697464.jpg", imageAlt: "Resultados en días"}
|
||||
},
|
||||
{
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637768.jpg", imageAlt: "Datos en vivo"}
|
||||
},
|
||||
{
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg", imageAlt: "Tecnología de élite"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-modern-virtual-technologies-hands-touching-screen_1212-721.jpg", imageAlt: "Plataformas digitales"}
|
||||
}
|
||||
]}
|
||||
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="features-home" data-section="features-home">
|
||||
<FeatureCardNine
|
||||
showStepNumbers={true}
|
||||
title="Cómo trabajamos contigo"
|
||||
description="Nuestro proceso simplificado garantiza resultados impactantes y una integración fluida de la IA en tu operación."
|
||||
features={[
|
||||
{
|
||||
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" },
|
||||
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" }
|
||||
},
|
||||
{
|
||||
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: "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" },
|
||||
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" }
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Transforma tu negocio con datos"
|
||||
description="¿Listo para ver tu crecimiento real? Agenda una llamada de diagnóstico gratuito."
|
||||
buttons={[{ text: "Agenda tu diagnóstico", href: "/diagnosis" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Contacto"
|
||||
title="¿Listo para transformar tu negocio?"
|
||||
description="Contáctanos hoy mismo para explorar cómo la IA puede impulsar tu crecimiento y eficiencia."
|
||||
buttons={[
|
||||
{ text: "Agendar una consulta", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="GrowthCore Digital"
|
||||
columns={[
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "contacto@growthcore.digital", href: "mailto:contacto@growthcore.digital"},
|
||||
{
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/growthcoredigital"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
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>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="GrowthCore Digital"
|
||||
columns={[
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{ label: "contacto@growthcore.digital", href: "mailto:contacto@growthcore.digital" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/growthcoredigital" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ 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>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-nunito), sans-serif;
|
||||
font-family: var(--font-open-sans), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-nunito), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user