Skip to content

Commit 6004387

Browse files
committed
Add gumloop to work page
1 parent e643fe2 commit 6004387

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/app/page.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { cn } from '~/lib/utils/cn'
77
import { CTA } from '~/ui/cta'
88
import { Footer } from '~/ui/footer'
99
import { Albertsons } from '~/ui/logos/albertsons'
10-
import { Cal } from '~/ui/logos/cal'
1110
import { Graphite } from '~/ui/logos/graphite'
11+
import { Gumloop } from '~/ui/logos/gumloop'
1212
import { Partners } from '~/ui/partners'
1313
import { ScrollButton } from '~/ui/scroll-button'
1414
import { Testimonials } from '~/ui/testimonials'
@@ -54,8 +54,8 @@ export default function Page() {
5454
<p className="text-secondary text-sm">Trusted by</p>
5555
<div className="grid w-full grid-cols-3 gap-4">
5656
<div className="flex justify-start">
57-
<Link className="w-36" href="/work#Cal.com">
58-
<Cal className="w-full" />
57+
<Link className="w-36" href="/work#Gumloop">
58+
<Gumloop className="w-full" />
5959
</Link>
6060
</div>
6161
<div className="flex justify-center">

src/ui/work-table.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ type Work = {
2525
}
2626

2727
const works = [
28+
{
29+
name: 'Gumloop',
30+
description: 'We built their landing page and platform frontend.',
31+
date: '2023',
32+
category: 'Client',
33+
link: 'https://gumloop.com'
34+
},
2835
{
2936
name: 'Archetype',
3037
description: 'We built a component system for Archetype.',

0 commit comments

Comments
 (0)