5 Commits

Author SHA1 Message Date
517a35e458 Merge version_2 into main
Merge version_2 into main
2026-04-24 10:33:15 +00:00
4e36a09dd5 Update src/app/page.tsx 2026-04-24 10:33:09 +00:00
203ebf90ca Merge version_2 into main
Merge version_2 into main
2026-04-24 10:28:43 +00:00
8b4dc4900f Update theme colors 2026-04-24 10:28:37 +00:00
11de33e53c Merge version_1 into main
Merge version_1 into main
2026-04-24 09:57:44 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -69,15 +69,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/african-children-enjoying-life_23-2151447345.jpg?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnWJtYi8vm9IC3tFG1jWf6cxEo/uploaded-1777026605371-ypg0rnkd.jpg",
imageAlt: "Uganda community children empowerment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-children-with-football-ball_23-2148917998.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnWJtYi8vm9IC3tFG1jWf6cxEo/uploaded-1777026648559-wchr94k0.jpg",
imageAlt: "Uganda community children empowerment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-african-boy-portrait_23-2148860435.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnWJtYi8vm9IC3tFG1jWf6cxEo/uploaded-1777026672702-nvaehh4y.jpg",
imageAlt: "Uganda community children empowerment",
},
{
@@ -89,7 +89,7 @@ export default function LandingPage() {
imageAlt: "Uganda community children empowerment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-afro-dreadlocks_23-2149451566.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnWJtYi8vm9IC3tFG1jWf6cxEo/uploaded-1777026749853-tggbx685.jpg",
imageAlt: "Uganda community children empowerment",
},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F9F9F6;
--card: #ffffff;
--foreground: #333333;
--primary-cta: #F4B400;
--primary-cta-text: #333333;
--secondary-cta: #1F6F5C;
--secondary-cta-text: #ffffff;
--accent: #1F6F5C;
--background-accent: #1F6F5C;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);