From dae06dd33a4c437fa23175cf89fea42be14fafe7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:25:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f177bb2..620a691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,65 +30,36 @@ export default function LandingPage() {
@@ -159,45 +110,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alejandro M.", - role: "Estudiante", - company: "Reventa Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-summary-graph-arrow-up_53876-133586.jpg?_wi=2", - }, + id: "1", name: "Alejandro M.", role: "Estudiante", company: "Reventa Pro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-summary-graph-arrow-up_53876-133586.jpg"}, { - id: "2", - name: "Sara L.", - role: "Emprendedora", - company: "Ventas Online", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg?_wi=2", - }, + id: "2", name: "Sara L.", role: "Emprendedora", company: "Ventas Online", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg"}, { - id: "3", - name: "Carlos G.", - role: "Revendedor", - company: "TechScales", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg?_wi=2", - }, + id: "3", name: "Carlos G.", role: "Revendedor", company: "TechScales", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg"}, { - id: "4", - name: "Elena P.", - role: "Alumna", - company: "MarketGrow", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-friend-her-notes-study-session_23-2149265799.jpg?_wi=2", - }, + id: "4", name: "Elena P.", role: "Alumna", company: "MarketGrow", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-friend-her-notes-study-session_23-2149265799.jpg"}, { - id: "5", - name: "Marc T.", - role: "Revendedor", - company: "ScaleUp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-africanamerican-female-student-smiling-pleased-showing-okay-sign-like-some_1258-137770.jpg", - }, + id: "5", name: "Marc T.", role: "Revendedor", company: "ScaleUp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-africanamerican-female-student-smiling-pleased-showing-okay-sign-like-some_1258-137770.jpg"}, ]} title="Resultados de Alumnos" description="Personas que pasaron de dudas a tener negocios de reventa sólidos." @@ -209,20 +135,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "¿Necesito experiencia previa?", - content: "No, la mentoría está diseñada para todos los niveles.", - }, + id: "1", title: "¿Necesito experiencia previa?", content: "No, la mentoría está diseñada para todos los niveles."}, { - id: "2", - title: "¿Cuánto tiempo toma ver resultados?", - content: "Depende de tu dedicación, pero verás cambios rápidos.", - }, + id: "2", title: "¿Cuánto tiempo toma ver resultados?", content: "Depende de tu dedicación, pero verás cambios rápidos."}, { - id: "3", - title: "¿Cómo aplico?", - content: "Rellena el formulario de solicitud y te contactaremos.", - }, + id: "3", title: "¿Cómo aplico?", content: "Rellena el formulario de solicitud y te contactaremos."}, ]} sideTitle="Preguntas Frecuentes" sideDescription="Dudas comunes sobre cómo empezar." @@ -234,8 +151,7 @@ export default function LandingPage() { -- 2.49.1