diff --git a/aait/web/group-2/data/content.ts b/aait/web/group-2/data/content.ts index d7bc53921..decb02b71 100644 --- a/aait/web/group-2/data/content.ts +++ b/aait/web/group-2/data/content.ts @@ -22,16 +22,16 @@ export const content: Content = { problem: [ { id: "1", - imgUrl: "/images/Rectangle-1.png", + imgUrl: "/images/africa-a2sv.PNG", body: "Africa’s future depends on innovation. Transformative technologies can drive rapid economic growth and lift millions of people out of poverty. However, university computer science education is misaligned with global market needs and fails to incorporate practice-based learning, leaving students unable to apply their skills in real-world contexts.", }, { id: "2", - imgUrl: "/images/Rectangle-1.png", + imgUrl: "/images/coding-a2sv.PNG", body: "With few global tech companies on the continent, aspiring engineers don’t have access to experienced mentors, or the opportunity to work on products that operate at scale. Smart and ambitious students who could create life-changing technologies aren’t able to reach their potential." }, ], - solution: [{ id: "1", imgUrl: "/images/Rectangle-1.png", body: "Offering students an ecosystem to actualize their ideas means that up-and-coming developers use their skills to benefit Africa, rather than taking their talent elsewhere." }], + solution: [{ id: "1", imgUrl: "/images/lamp-a2sv.PNG", body: "Offering students an ecosystem to actualize their ideas means that up-and-coming developers use their skills to benefit Africa, rather than taking their talent elsewhere." }], sessions: [ { diff --git a/aait/web/group-2/public/images/africa-a2sv.PNG b/aait/web/group-2/public/images/africa-a2sv.PNG new file mode 100644 index 000000000..008b4c4b0 Binary files /dev/null and b/aait/web/group-2/public/images/africa-a2sv.PNG differ diff --git a/aait/web/group-2/public/images/coding-a2sv.PNG b/aait/web/group-2/public/images/coding-a2sv.PNG new file mode 100644 index 000000000..0e5d9c0c5 Binary files /dev/null and b/aait/web/group-2/public/images/coding-a2sv.PNG differ diff --git a/aait/web/group-2/public/images/lamp-a2sv.PNG b/aait/web/group-2/public/images/lamp-a2sv.PNG new file mode 100644 index 000000000..b5fcd7698 Binary files /dev/null and b/aait/web/group-2/public/images/lamp-a2sv.PNG differ