Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39163e40c9 | |||
| 1b008a3589 | |||
| 56a6bc0601 | |||
| 797c0ae135 |
@@ -99,11 +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: "Customized vocational training designed for individual accessibility needs.", 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: "Professional development and coaching to remove barriers in the workplace.", 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: "Strategic consulting to ensure environments are fully accessible and inclusive.", 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."
|
||||
@@ -116,7 +116,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
tag="Proven Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "1000+", description: "Beneficiarios"},
|
||||
@@ -172,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user