This commit is contained in:
2024-08-27 04:27:59 +02:00
parent ee4840da3a
commit 01fefbd211
30 changed files with 139 additions and 11 deletions

View File

@@ -21,24 +21,24 @@ const products = [
name: 'Environmental Awareness',
color: 'Advocate for environmental conservation through virtual eco-tours & initiatives.',
href: '#',
imageSrc: '/images/education.jpg',
imageAlt: 'classroom',
imageSrc: '/images/environment.jpg',
imageAlt: 'environment',
},
{
id: 3,
name: 'Supporting Healthcare',
color: 'Innovate healthcare delivery by integrating virtual consultations & tools.',
href: '#',
imageSrc: '/images/education.jpg',
imageAlt: 'classroom',
imageSrc: '/images/healthcare.jpg',
imageAlt: 'clinic',
},
{
id: 4,
name: 'Empowering Africa',
color: 'Foster cultural and economic growth across Africa through virtual solutions.',
href: '#',
imageSrc: '/images/education.jpg',
imageAlt: 'classroom',
imageSrc: '/images/africa.jpg',
imageAlt: 'africa',
},
]