Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
210
src/app/page.tsx
210
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "El Problema",
|
||||
id: "#el-problema",
|
||||
},
|
||||
{
|
||||
name: "Cómo Trabajamos",
|
||||
id: "#como-trabajamos",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#servicios",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
{ name: "El Problema", id: "#el-problema" },
|
||||
{ name: "Cómo Trabajamos", id: "#como-trabajamos" },
|
||||
{ name: "Servicios", id: "#servicios" },
|
||||
{ name: "Contacto", id: "#contacto" },
|
||||
]}
|
||||
brandName="TODO ES IA"
|
||||
/>
|
||||
@@ -55,14 +43,9 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="TU SOCIO TECNOLÓGICO"
|
||||
description="Automatización e inteligencia artificial para potenciar negocios locales. Hacemos que la tecnología trabaje por vos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Empezar Auditoría",
|
||||
href: "#contacto",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Empezar Auditoría", href: "#contacto" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"
|
||||
imageAlt="ai dashboard technology"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,41 +56,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "78%",
|
||||
title: "Velocidad de Respuesta",
|
||||
description: "Tus clientes eligen al primero que responde.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Sistemas Activos",
|
||||
description: "Tu negocio nunca duerme, nosotros tampoco.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-reverse-clock-icon_53876-5629.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "0",
|
||||
title: "Contratos Forzosos",
|
||||
description: "Crecimiento real basado en resultados, no en ataduras.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/characters-playing-with-colorful-gears_1156-568.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "95%",
|
||||
title: "Retención de Clientes",
|
||||
description: "Mejoramos la satisfacción con procesos automatizados.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-white-background_187299-40208.jpg",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
value: "3x",
|
||||
title: "Productividad Operativa",
|
||||
description: "Más tiempo para lo que realmente importa en tu negocio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-sensetive-tasks-complete-line-flat-style_78370-10927.jpg",
|
||||
},
|
||||
{ id: "m1", value: "78%", title: "Velocidad de Respuesta", description: "Tus clientes eligen al primero que responde.", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg" },
|
||||
{ id: "m2", value: "24/7", title: "Sistemas Activos", description: "Tu negocio nunca duerme, nosotros tampoco.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-reverse-clock-icon_53876-5629.jpg" },
|
||||
{ id: "m3", value: "0", title: "Contratos Forzosos", description: "Crecimiento real basado en resultados, no en ataduras.", imageSrc: "http://img.b2bpic.net/free-photo/characters-playing-with-colorful-gears_1156-568.jpg" },
|
||||
{ id: "m4", value: "95%", title: "Retención de Clientes", description: "Mejoramos la satisfacción con procesos automatizados.", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-white-background_187299-40208.jpg" },
|
||||
{ id: "m5", value: "3x", title: "Productividad Operativa", description: "Más tiempo para lo que realmente importa en tu negocio.", imageSrc: "http://img.b2bpic.net/free-vector/time-sensetive-tasks-complete-line-flat-style_78370-10927.jpg" },
|
||||
]}
|
||||
title="Nuestros Impactos"
|
||||
description="Resultados concretos para tu crecimiento."
|
||||
@@ -119,9 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="El Problema Real"
|
||||
description={[
|
||||
"¿Tu negocio está donde querés que esté?",
|
||||
"Muchos negocios pueden más. Solo necesitan el sistema correcto.",
|
||||
]}
|
||||
"¿Tu negocio está donde querés que esté?", "Muchos negocios pueden más. Solo necesitan el sistema correcto."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,40 +83,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Nos conocemos",
|
||||
description: "Nos contás cómo funciona tu negocio, qué te preocupa y qué querés mejorar.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-multitasking-with-laptop-notebook_23-2149311907.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038420.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=2",
|
||||
imageAlt: "automated business workflow",
|
||||
title: "Nos conocemos", description: "Nos contás cómo funciona tu negocio, qué te preocupa y qué querés mejorar.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hands-multitasking-with-laptop-notebook_23-2149311907.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038420.jpg" },
|
||||
},
|
||||
{
|
||||
title: "Diseño a medida",
|
||||
description: "Analizamos tus tareas repetitivas para implementar la mejor solución técnica.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038416.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-entrepreneur-pitching-new-project-idea-stakeholders_482257-118564.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg?_wi=2",
|
||||
imageAlt: "automated business workflow",
|
||||
title: "Diseño a medida", description: "Analizamos tus tareas repetitivas para implementar la mejor solución técnica.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038416.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/african-american-entrepreneur-pitching-new-project-idea-stakeholders_482257-118564.jpg" },
|
||||
},
|
||||
{
|
||||
title: "Implementación rápida",
|
||||
description: "Sin apuros, lanzamos el sistema y empezamos a ver mejoras inmediatas.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-reverse-clock-icon_53876-5629.jpg?_wi=2",
|
||||
imageAlt: "automated business workflow",
|
||||
title: "Implementación rápida", description: "Sin apuros, lanzamos el sistema y empezamos a ver mejoras inmediatas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -181,51 +108,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "IA",
|
||||
name: "Automatización de Procesos",
|
||||
price: "Eficiencia",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/software-renovation-app-development-programming-computer-programs-modernization-innovation-programmers-team-cartoon-characters_335657-1178.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "IA",
|
||||
name: "Atención al Cliente Inteligente",
|
||||
price: "Rapidez",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rocket-spaceship-launch-startup-mission-graphic_53876-123880.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "IA",
|
||||
name: "Reportes y Analytics",
|
||||
price: "Control",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-with-annual-evolution_1098-3503.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "IA",
|
||||
name: "Gestión de Leads",
|
||||
price: "Crecimiento",
|
||||
rating: 5,
|
||||
reviewCount: "5+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-pr-agency-increase-online-presence-pr-strategy-natural-link-acquisition-domain-authority-brand-awareness-keyword-rankings-concept-pinkish-coral-bluevector-isolated-illustration_335657-2282.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "IA",
|
||||
name: "Optimización Digital",
|
||||
price: "Autoridad",
|
||||
rating: 5,
|
||||
reviewCount: "8+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/software-renovation-app-development-programming-computer-programs-modernization-innovation-programmers-team-cartoon-characters_335657-2575.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "IA", name: "Automatización de Procesos", price: "Eficiencia", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-vector/software-renovation-app-development-programming-computer-programs-modernization-innovation-programmers-team-cartoon-characters_335657-1178.jpg" },
|
||||
{ id: "p2", brand: "IA", name: "Atención al Cliente Inteligente", price: "Rapidez", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/rocket-spaceship-launch-startup-mission-graphic_53876-123880.jpg" },
|
||||
{ id: "p3", brand: "IA", name: "Reportes y Analytics", price: "Control", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-with-annual-evolution_1098-3503.jpg" },
|
||||
{ id: "p4", brand: "IA", name: "Gestión de Leads", price: "Crecimiento", rating: 5, reviewCount: "5+", imageSrc: "http://img.b2bpic.net/free-vector/digital-pr-agency-increase-online-presence-pr-strategy-natural-link-acquisition-domain-authority-brand-awareness-keyword-rankings-concept-pinkish-coral-bluevector-isolated-illustration_335657-2282.jpg" },
|
||||
{ id: "p5", brand: "IA", name: "Optimización Digital", price: "Autoridad", rating: 5, reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-vector/software-renovation-app-development-programming-computer-programs-modernization-innovation-programmers-team-cartoon-characters_335657-2575.jpg" },
|
||||
]}
|
||||
title="Qué Implementamos"
|
||||
description="Todo lo que tu negocio necesita. Un solo equipo, todo resuelto."
|
||||
@@ -237,31 +124,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Para qué tipo de negocio trabajan?",
|
||||
content: "Trabajamos con cualquier negocio local: restaurantes, clínicas, inmobiliarias, tiendas, estudios. Si hay algo que se puede mejorar con tecnología, lo analizamos.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Tienen contratos de larga duración?",
|
||||
content: "No. Nuestro crecimiento se basa en resultados reales. No creemos en ataduras.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Necesito ser un experto en tecnología?",
|
||||
content: "Para nada. Nosotros nos encargamos de toda la parte técnica para que vos solo te enfoques en gestionar tu negocio.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "¿Cuánto tiempo lleva la implementación?",
|
||||
content: "La mayoría de los sistemas están activos en menos de 15 días, dependiendo de la complejidad de tus procesos actuales.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "¿Qué soporte ofrecen?",
|
||||
content: "Ofrecemos soporte continuo para asegurar que las herramientas siempre estén optimizadas para tus necesidades.",
|
||||
},
|
||||
{ id: "f1", title: "¿Para qué tipo de negocio trabajan?", content: "Trabajamos con cualquier negocio local: restaurantes, clínicas, inmobiliarias, tiendas, estudios. Si hay algo que se puede mejorar con tecnología, lo analizamos." },
|
||||
{ id: "f2", title: "¿Tienen contratos de larga duración?", content: "No. Nuestro crecimiento se basa en resultados reales. No creemos en ataduras." },
|
||||
{ id: "f3", title: "¿Necesito ser un experto en tecnología?", content: "Para nada. Nosotros nos encargamos de toda la parte técnica para que vos solo te enfoques en gestionar tu negocio." },
|
||||
{ id: "f4", title: "¿Cuánto tiempo lleva la implementación?", content: "La mayoría de los sistemas están activos en menos de 15 días, dependiendo de la complejidad de tus procesos actuales." },
|
||||
{ id: "f5", title: "¿Qué soporte ofrecen?", content: "Ofrecemos soporte continuo para asegurar que las herramientas siempre estén optimizadas para tus necesidades." },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Preguntas Frecuentes"
|
||||
@@ -275,30 +142,17 @@ export default function LandingPage() {
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="ESTAMOS PARA AYUDARTE. Contanos sobre tu negocio. Sin apuro, sin presiones. Nos interesa entender tu negocio de verdad."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hablar con nosotros",
|
||||
href: "mailto:hello@todoesia.ar",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Hablar con nosotros", href: "mailto:hello@todoesia.ar" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="TODO ES IA"
|
||||
leftLink={{
|
||||
text: "Tu socio tecnológico para negocios locales",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2026 Todo es IA. Todos los derechos reservados.",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Tu socio tecnológico para negocios locales", href: "#" }}
|
||||
rightLink={{ text: "© 2026 Todo es IA. Todos los derechos reservados.", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user