diff --git a/app/politicians/page.js b/app/politicians/page.js index f21a2be..81184a5 100644 --- a/app/politicians/page.js +++ b/app/politicians/page.js @@ -8,7 +8,6 @@ import Link from 'next/link'; import FilterSidebar from '../components/FilterSidebar'; import PoliticianCards from '../components/PoliticianCards'; -// Server-Side Logic: Fetching data async function fetchPoliticians() { const filePath = path.join(process.cwd(), 'politiciansData', 'politicians.json'); const jsonData = fs.readFileSync(filePath, 'utf8'); diff --git a/public/assets/portfolios/amina-mohammed-youth_empowerment_africa.jpg b/public/assets/portfolios/amina-mohammed-youth_empowerment_africa.jpg new file mode 100644 index 0000000..1c4c258 Binary files /dev/null and b/public/assets/portfolios/amina-mohammed-youth_empowerment_africa.jpg differ diff --git a/public/assets/portfolios/amina_mohammed_great_green_wall.png b/public/assets/portfolios/amina_mohammed_great_green_wall.png new file mode 100644 index 0000000..abb1dfa Binary files /dev/null and b/public/assets/portfolios/amina_mohammed_great_green_wall.png differ diff --git a/public/data/portfolio.json b/public/data/portfolio.json index dcc75e2..b55cdf8 100644 --- a/public/data/portfolio.json +++ b/public/data/portfolio.json @@ -163,13 +163,13 @@ "title": "Youth Empowerment for Digital and Green Economies", "status": "Ongoing", "impact": "Launched partnerships to enhance skills training for African youth, aligning them with opportunities in green energy and digital sectors.", - "img": "/assets/portfolios/youth_empowerment_africa.jpg" + "img": "/assets/portfolios/amina-mohammed-youth_empowerment_africa.jpg" }, { "title": "Climate Action through the Great Green Wall Initiative", "status": "Ongoing", "impact": "Supports the Great Green Wall to restore ecosystems, promote sustainable livelihoods, and reduce migration pressures across the Sahel.", - "img": "/assets/portfolios/great_green_wall.jpg" + "img": "/assets/portfolios/amina_mohammed_great_green_wall.png" }, { "title": "SDG Financing Initiative for Africa",