@@ -7,7 +7,7 @@ import UidevLogo from "./logo.uidev.svg"
7
7
import Image from "next/image"
8
8
import Link from "next/link"
9
9
import sponsorData from "./sponsors.json"
10
- import { Check , CheckCheck , Heart } from "lucide-react"
10
+ import { Check , CheckCheck , GithubIcon , Heart , Star } from "lucide-react"
11
11
12
12
export function Pricing ( ) {
13
13
const current = 625
@@ -99,34 +99,27 @@ export function TopSponsors({
99
99
< div className = "flex gap-4 justify-center invert dark:invert-0 flex-wrap" >
100
100
< a
101
101
className = "overflow-hidden flex p-2 items-center gap-1 cursor-pointer opacity-80 hover:opacity-100"
102
- href = "https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next /"
102
+ href = "https://opensource.fb.com /"
103
103
target = "_blank"
104
104
rel = "noopener noreferrer"
105
105
>
106
106
< Image
107
- src = { GHLogo }
108
- alt = "GitHub logo"
109
- height = { 36 * scale }
110
- placeholder = "empty"
111
- priority = { true }
112
- />
113
- < Image
114
- src = { GHText }
115
- alt = "GitHub"
107
+ src = { MetaLogo }
108
+ alt = "Meta logo"
116
109
height = { 36 * scale }
117
110
placeholder = "empty"
118
111
priority = { true }
119
112
/>
120
113
</ a >
121
114
< a
122
115
className = "overflow-hidden flex p-2 items-center gap-1 cursor-pointer opacity-80 hover:opacity-100"
123
- href = "https://opensource.fb .com/"
116
+ href = "https://www.speakeasy .com/"
124
117
target = "_blank"
125
118
rel = "noopener noreferrer"
126
119
>
127
120
< Image
128
- src = { MetaLogo }
129
- alt = "Meta logo"
121
+ src = { SpeakeasyLogo }
122
+ alt = "Speakeasy logo"
130
123
height = { 36 * scale }
131
124
placeholder = "empty"
132
125
priority = { true }
@@ -149,19 +142,49 @@ export function TopSponsors({
149
142
</ a >
150
143
< a
151
144
className = "overflow-hidden flex p-2 items-center gap-1 cursor-pointer opacity-80 hover:opacity-100"
152
- href = "https://www.speakeasy.com /"
145
+ href = "https://driv.ly /"
153
146
target = "_blank"
154
147
rel = "noopener noreferrer"
155
148
>
156
149
< Image
157
- src = { SpeakeasyLogo }
158
- alt = "Speakeasy logo"
159
- height = { 36 * scale }
150
+ src = { DrivlyLogo }
151
+ alt = "Drivly logo"
152
+ height = { 44 * scale }
160
153
placeholder = "empty"
161
154
priority = { true }
162
155
/>
163
156
</ a >
164
157
</ div >
158
+ < a
159
+ className = "overflow-hidden flex gap-4 justify-center items-center mt-16 cursor-pointer opacity-80 hover:opacity-100 transition-opacity"
160
+ href = "https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next/"
161
+ target = "_blank"
162
+ rel = "noopener noreferrer"
163
+ >
164
+ < div className = "dark:text-yellow-500/80 text-yellow-500/60" >
165
+ < Star className = "fill-current ml-auto" size = { 17 } />
166
+ < Star className = "fill-current mr-1" size = { 22 } />
167
+ < Star className = "fill-current ml-auto" size = { 17 } />
168
+ </ div >
169
+ < Image
170
+ src = { GHLogo }
171
+ alt = "GitHub logo"
172
+ height = { 42 }
173
+ width = { 42 }
174
+ placeholder = "empty"
175
+ priority = { true }
176
+ className = "invert dark:invert-0"
177
+ />
178
+ < span className = "flex flex-col" >
179
+ < span className = "text-primary/60 text-sm" > Backed by</ span >
180
+ < span className = "text-lg font-bold" > GitHub Accelerator</ span >
181
+ </ span >
182
+ < div className = "dark:text-yellow-500/80 text-yellow-500/60" >
183
+ < Star className = "fill-current" size = { 17 } />
184
+ < Star className = "fill-current ml-1" size = { 22 } />
185
+ < Star className = "fill-current" size = { 17 } />
186
+ </ div >
187
+ </ a >
165
188
</ section >
166
189
)
167
190
}
0 commit comments