diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bc088b..2b3c7b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,63 +46,38 @@ export default function LandingPage() {
@@ -134,26 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "p1", - title: "Educación", - description: "Formación inclusiva adaptada.", - tag: "Edu", - imageSrc: "http://img.b2bpic.net/free-photo/girl-helping-her-colleague-wheelchair-choose-book-project_23-2148844697.jpg", - }, + id: "p1", title: "Educación", description: "Formación inclusiva adaptada.", tag: "Edu", imageSrc: "http://img.b2bpic.net/free-photo/girl-helping-her-colleague-wheelchair-choose-book-project_23-2148844697.jpg"}, { - id: "p2", - title: "Empleo", - description: "Talento sin barreras.", - tag: "Trabajo", - imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571065.jpg", - }, + id: "p2", title: "Empleo", description: "Talento sin barreras.", tag: "Trabajo", imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571065.jpg"}, { - id: "p3", - title: "Accesibilidad", - description: "Entornos libres.", - tag: "Acceso", - imageSrc: "http://img.b2bpic.net/free-photo/modern-skater-couple_23-2147670689.jpg", - }, + id: "p3", title: "Accesibilidad", description: "Entornos libres.", tag: "Acceso", imageSrc: "http://img.b2bpic.net/free-photo/modern-skater-couple_23-2147670689.jpg"}, ]} title="Nuestros Programas" description="Iniciativas diseñadas para empoderar a nuestra comunidad." @@ -168,20 +118,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "1000+", - description: "Beneficiarios", - }, + id: "m1", value: "1000+", description: "Beneficiarios"}, { - id: "m2", - value: "300", - description: "Empleos creados", - }, + id: "m2", value: "300", description: "Empleos creados"}, { - id: "m3", - value: "50", - description: "Proyectos activos", - }, + id: "m3", value: "50", description: "Proyectos activos"}, ]} title="Nuestro Impacto" description="Resultados tangibles gracias a tu contribución." @@ -192,16 +133,13 @@ export default function LandingPage() { @@ -211,29 +149,19 @@ export default function LandingPage() { logoText="INCLUSIA" columns={[ { - title: "Organización", - items: [ + title: "Organización", items: [ { - label: "Sobre Nosotros", - href: "/about", - }, + label: "Sobre Nosotros", href: "/about"}, { - label: "Programas", - href: "/programs", - }, + label: "Programas", href: "/programs"}, ], }, { - title: "Soporte", - items: [ + title: "Soporte", items: [ { - label: "Donar", - href: "/donate", - }, + label: "Donar", href: "/donate"}, { - label: "Contacto", - href: "/contact", - }, + label: "Contacto", href: "/contact"}, ], }, ]} @@ -243,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file