Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Resultados",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Resultados", id: "metrics" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="IntelliGenius"
|
||||
/>
|
||||
@@ -58,40 +46,16 @@ export default function LandingPage() {
|
||||
logoText="IntelliGenius AI"
|
||||
description="Transformamos tu negocio con Inteligencia Artificial. Automatiza procesos, escala ingresos y ahorra tiempo valioso con nuestro expertise en IA a medida."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agenda una Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Nuestros Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Agenda una Demo", href: "#contact" },
|
||||
{ text: "Nuestros Servicios", href: "#features" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg",
|
||||
imageAlt: "AI Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg",
|
||||
imageAlt: "Neural Network",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2390.jpg",
|
||||
imageAlt: "Holographic Interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg",
|
||||
imageAlt: "Data Flow",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rpa-concept-with-geometric-shapes-bright-light_23-2149311908.jpg",
|
||||
imageAlt: "Processing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template-with-flat-design_23-2147868153.jpg",
|
||||
imageAlt: "Metrics",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg", imageAlt: "AI Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg", imageAlt: "Neural Network" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2390.jpg", imageAlt: "Holographic Interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg", imageAlt: "Data Flow" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rpa-concept-with-geometric-shapes-bright-light_23-2149311908.jpg", imageAlt: "Processing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template-with-flat-design_23-2147868153.jpg", imageAlt: "Metrics" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,25 +64,11 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Expertos en Inteligencia Artificial",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128041.jpg",
|
||||
alt: "AI Processor",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "para tu crecimiento.",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conócenos más",
|
||||
},
|
||||
{ type: "text", content: "Expertos en Inteligencia Artificial" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128041.jpg", alt: "AI Processor" },
|
||||
{ type: "text", content: "para tu crecimiento." },
|
||||
]}
|
||||
buttons={[{ text: "Conócenos más" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,24 +79,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automatización Inteligente",
|
||||
description: "Reduce tareas manuales y ahorra miles de horas al año.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-touching-smartwatch-s-screen_1134-388.jpg",
|
||||
imageAlt: "Automation",
|
||||
},
|
||||
{
|
||||
title: "Optimización de Costos",
|
||||
description: "Analizamos tus gastos para ahorrar dinero mediante modelos predictivos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-piggy-bank-money-box_93675-132243.jpg",
|
||||
imageAlt: "Finance",
|
||||
},
|
||||
{
|
||||
title: "Captación de Leads",
|
||||
description: "Atrae clientes potenciales de mayor calidad con IA avanzada.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-lightbulb-icon_53876-13664.jpg",
|
||||
imageAlt: "Leads",
|
||||
},
|
||||
{ title: "Automatización Inteligente", description: "Reduce tareas manuales y ahorra miles de horas al año.", imageSrc: "http://img.b2bpic.net/free-photo/finger-touching-smartwatch-s-screen_1134-388.jpg", imageAlt: "Automation" },
|
||||
{ title: "Optimización de Costos", description: "Analizamos tus gastos para ahorrar dinero mediante modelos predictivos.", imageSrc: "http://img.b2bpic.net/free-photo/blue-piggy-bank-money-box_93675-132243.jpg", imageAlt: "Finance" },
|
||||
{ title: "Captación de Leads", description: "Atrae clientes potenciales de mayor calidad con IA avanzada.", imageSrc: "http://img.b2bpic.net/free-photo/people-with-lightbulb-icon_53876-13664.jpg", imageAlt: "Leads" },
|
||||
]}
|
||||
title="Nuestras Soluciones IA"
|
||||
description="Optimizamos tu empresa para que seas más eficiente y rentable."
|
||||
@@ -157,29 +92,12 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "75%",
|
||||
title: "Ahorro de Tiempo",
|
||||
description: "Procesos automatizados",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40%",
|
||||
title: "Menos Gastos",
|
||||
description: "Optimización financiera",
|
||||
icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2x",
|
||||
title: "Más Clientes",
|
||||
description: "Leads potenciales calificados",
|
||||
icon: Users,
|
||||
},
|
||||
{ id: "m1", value: "75%", title: "Ahorro de Tiempo", description: "Procesos automatizados", icon: Clock },
|
||||
{ id: "m2", value: "40%", title: "Menos Gastos", description: "Optimización financiera", icon: TrendingDown },
|
||||
{ id: "m3", value: "2x", title: "Más Clientes", description: "Leads potenciales calificados", icon: Users },
|
||||
]}
|
||||
title="Resultados Comprobables"
|
||||
description="Nuestros datos hablan por nosotros."
|
||||
@@ -191,46 +109,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "¡Increíble!",
|
||||
quote: "Nos ahorraron meses de trabajo manual en una sola semana.",
|
||||
name: "Juan Perez",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Muy eficaz",
|
||||
quote: "La IA que implementaron transformó nuestras finanzas totalmente.",
|
||||
name: "Maria Lopez",
|
||||
role: "Directora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Excelente servicio",
|
||||
quote: "Captar clientes nunca fue tan sencillo ni tan rápido.",
|
||||
name: "Carlos Gomez",
|
||||
role: "Emprendedor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Recomendados",
|
||||
quote: "Expertos absolutos, el retorno de inversión fue inmediato.",
|
||||
name: "Ana Sanchez",
|
||||
role: "Gerente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Gran impacto",
|
||||
quote: "El sistema es intuitivo y extremadamente potente.",
|
||||
name: "Luis Martinez",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-inspector-suit-reviewing-solar-panel-production-showcasing-leadership-renewable_482257-135429.jpg",
|
||||
},
|
||||
{ id: "t1", title: "¡Increíble!", quote: "Nos ahorraron meses de trabajo manual en una sola semana.", name: "Juan Perez", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" },
|
||||
{ id: "t2", title: "Muy eficaz", quote: "La IA que implementaron transformó nuestras finanzas totalmente.", name: "Maria Lopez", role: "Directora", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg" },
|
||||
{ id: "t3", title: "Excelente servicio", quote: "Captar clientes nunca fue tan sencillo ni tan rápido.", name: "Carlos Gomez", role: "Emprendedor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
|
||||
{ id: "t4", title: "Recomendados", quote: "Expertos absolutos, el retorno de inversión fue inmediato.", name: "Ana Sanchez", role: "Gerente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
|
||||
{ id: "t5", title: "Gran impacto", quote: "El sistema es intuitivo y extremadamente potente.", name: "Luis Martinez", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/professional-inspector-suit-reviewing-solar-panel-production-showcasing-leadership-renewable_482257-135429.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Historias de éxito reales gracias a la IA."
|
||||
@@ -242,14 +125,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"DigitalWave",
|
||||
"FutureLogic",
|
||||
"DataDynamics",
|
||||
]}
|
||||
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalWave", "FutureLogic", "DataDynamics"]}
|
||||
title="Empresas que confían en nosotros"
|
||||
description="Colaboramos con marcas líderes en su sector."
|
||||
/>
|
||||
@@ -260,21 +136,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿La IA es segura para mis datos?",
|
||||
content: "Sí, implementamos protocolos de seguridad de grado bancario.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Qué tan rápido veré resultados?",
|
||||
content: "Muchos clientes ven mejoras en el primer mes de implementación.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Necesito saber de tecnología?",
|
||||
content: "No, nosotros nos encargamos de toda la complejidad técnica.",
|
||||
},
|
||||
{ id: "q1", title: "¿La IA es segura para mis datos?", content: "Sí, implementamos protocolos de seguridad de grado bancario." },
|
||||
{ id: "q2", title: "¿Qué tan rápido veré resultados?", content: "Muchos clientes ven mejoras en el primer mes de implementación." },
|
||||
{ id: "q3", title: "¿Necesito saber de tecnología?", content: "No, nosotros nos encargamos de toda la complejidad técnica." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesitas saber."
|
||||
@@ -285,15 +149,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
text="Comienza tu transformación digital hoy. Agenda una consulta gratuita con nuestros expertos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar ahora",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contactar ahora" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -301,33 +159,16 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
{
|
||||
label: "Automatización",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Optimización",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Leads",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Servicios", items: [
|
||||
{ label: "Automatización", href: "#features" },
|
||||
{ label: "Optimización", href: "#features" },
|
||||
{ label: "Leads", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre nosotros", href: "#about" },
|
||||
{ label: "Contacto", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user