Skip to content

Commit 0c976d3

Browse files
feat: Add Peton Labs to projects (#2)
Adds Peton Labs, a software consultancy, to the "Bob the Builder" section. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent baa37e0 commit 0c976d3

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

src/components/Building.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ export default function Building() {
1010
title: 'Juvenotes',
1111
description: 'An aggregated platform for tertiary healthcare education, built for the African Healthcare System.',
1212
image: '/juvenotes.webp',
13-
alt: 'Juvenotes logo'
13+
alt: 'Juvenotes logo',
14+
link: 'https://juvenotes.com'
15+
},
16+
{
17+
id: 'peton-labs',
18+
title: 'Peton Labs',
19+
description: 'A software consultancy focused on building tech for health and tertiary education.',
20+
image: '/peton-labs.png',
21+
alt: 'Peton Labs logo',
22+
link: 'https://petonlabs.com/'
1423
}
1524
]
1625

@@ -45,7 +54,7 @@ export default function Building() {
4554
</div>
4655
<CardTitle className="text-xl font-bold text-gray-900">
4756
<a
48-
href="https://juvenotes.com"
57+
href={project.link || '#'}
4958
target="_blank"
5059
rel="noopener noreferrer"
5160
className="flex items-center gap-2 hover:text-teal-700 transition-colors group"

0 commit comments

Comments
 (0)