Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e36a09dd5 | |||
| 8b4dc4900f |
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user