File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { cn } from '~/lib/utils/cn'
7
7
import { CTA } from '~/ui/cta'
8
8
import { Footer } from '~/ui/footer'
9
9
import { Albertsons } from '~/ui/logos/albertsons'
10
- import { Cal } from '~/ui/logos/cal'
11
10
import { Graphite } from '~/ui/logos/graphite'
11
+ import { Gumloop } from '~/ui/logos/gumloop'
12
12
import { Partners } from '~/ui/partners'
13
13
import { ScrollButton } from '~/ui/scroll-button'
14
14
import { Testimonials } from '~/ui/testimonials'
@@ -54,8 +54,8 @@ export default function Page() {
54
54
< p className = "text-secondary text-sm" > Trusted by</ p >
55
55
< div className = "grid w-full grid-cols-3 gap-4" >
56
56
< 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" />
59
59
</ Link >
60
60
</ div >
61
61
< div className = "flex justify-center" >
Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ type Work = {
25
25
}
26
26
27
27
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
+ } ,
28
35
{
29
36
name : 'Archetype' ,
30
37
description : 'We built a component system for Archetype.' ,
You can’t perform that action at this time.
0 commit comments