Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ 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: "Get Your Custom AI Plan", href: "#contact" },
|
||||
{ text: "Nuestros Servicios", href: "#features" },
|
||||
]}
|
||||
slides={[
|
||||
@@ -110,11 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "¡Increíble!", quote: "Gracias a su IA logramos un 30% de ahorro operativo en solo 3 meses.", 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 implementación generó un aumento del 45% en nuestra tasa de conversión final.", 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: "Redujimos nuestros costos administrativos en un 25% gracias a su automatización.", 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: "Logramos un ROI del 300% en los primeros 6 meses con su sistema.", 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: "Aumentamos nuestra capacidad de gestión de leads en un 50% con su solución.", 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."
|
||||
@@ -152,8 +152,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user