add logos
This commit is contained in:
@@ -32,14 +32,14 @@ const ventures = [
|
||||
logo: '/images/ventures/ow_icon.png',
|
||||
description: 'Indaba is a social business empowering young people to be resilient, reach their full potential, and contribute to the common good. A global ecosystem for holistic learning - accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.',
|
||||
url: 'https://sikana.tv',
|
||||
learnMoreUrl: 'https://sikana.tv/about'
|
||||
learnMoreUrl: 'ventures/indaba'
|
||||
},
|
||||
{
|
||||
name: 'Hero',
|
||||
logo: '/images/ventures/hero.png',
|
||||
description: 'Hero is a digital assistant designed to give individuals full control over their digital identity and assets. Focused on privacy and autonomy, Hero helps manage personal information, tasks, and interactions across decentralized platforms.',
|
||||
url: '#',
|
||||
learnMoreUrl: '#hero-learn-more'
|
||||
learnMoreUrl: '/ventures/hero'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -83,19 +83,11 @@ export function VenturesHero() {
|
||||
</div>
|
||||
<dd className="mt-2 font-light tracking-normal text-gray-600">
|
||||
{venture.description}
|
||||
{venture.name === 'Zanzibar Digital Free Zone' && (
|
||||
<>
|
||||
{' '}A collaboration with the Government of Zanzibar through{' '}
|
||||
<a href="https://zictia.go.tz" className="text-indigo-600 hover:text-indigo-500">ZICTA</a>.
|
||||
</>
|
||||
)}
|
||||
</dd>
|
||||
<div className="mt-4">
|
||||
<a
|
||||
href={venture.learnMoreUrl}
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
className="text-sm font-medium text-indigo-600 hover:text-indigo-500"
|
||||
className="text-sm font-medium text-black hover:text-gray-700"
|
||||
>
|
||||
Learn more <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user