@@ -7,7 +7,7 @@ import UidevLogo from "./logo.uidev.svg"
77import Image from "next/image"
88import Link from "next/link"
99import sponsorData from "./sponsors.json"
10- import { Check , CheckCheck , Heart } from "lucide-react"
10+ import { Check , CheckCheck , GithubIcon , Heart , Star } from "lucide-react"
1111
1212export function Pricing ( ) {
1313 const current = 625
@@ -99,34 +99,27 @@ export function TopSponsors({
9999 < div className = "flex gap-4 justify-center invert dark:invert-0 flex-wrap" >
100100 < a
101101 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 /"
103103 target = "_blank"
104104 rel = "noopener noreferrer"
105105 >
106106 < 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"
116109 height = { 36 * scale }
117110 placeholder = "empty"
118111 priority = { true }
119112 />
120113 </ a >
121114 < a
122115 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/"
124117 target = "_blank"
125118 rel = "noopener noreferrer"
126119 >
127120 < Image
128- src = { MetaLogo }
129- alt = "Meta logo"
121+ src = { SpeakeasyLogo }
122+ alt = "Speakeasy logo"
130123 height = { 36 * scale }
131124 placeholder = "empty"
132125 priority = { true }
@@ -149,19 +142,49 @@ export function TopSponsors({
149142 </ a >
150143 < a
151144 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 /"
153146 target = "_blank"
154147 rel = "noopener noreferrer"
155148 >
156149 < Image
157- src = { SpeakeasyLogo }
158- alt = "Speakeasy logo"
159- height = { 36 * scale }
150+ src = { DrivlyLogo }
151+ alt = "Drivly logo"
152+ height = { 44 * scale }
160153 placeholder = "empty"
161154 priority = { true }
162155 />
163156 </ a >
164157 </ 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 >
165188 </ section >
166189 )
167190}
0 commit comments