diff --git a/apps/web/app/landing/sponsors.json b/apps/web/app/landing/sponsors.json index 79653258..84af8d3e 100644 --- a/apps/web/app/landing/sponsors.json +++ b/apps/web/app/landing/sponsors.json @@ -9,7 +9,7 @@ }, { "name": "speakeasy-api", - "amount": 3078 + "amount": 4331 }, { "name": "uidotdev", @@ -25,15 +25,15 @@ }, { "name": "drivly", - "amount": 1688 + "amount": 2084 }, { "name": "kickstartDS", - "amount": 870 + "amount": 957 }, { "name": "brianespinosa", - "amount": 825 + "amount": 912 }, { "name": "jsheroes", @@ -47,16 +47,24 @@ "name": "scvnc", "amount": 421 }, + { + "name": "nathanclevenger", + "amount": 372 + }, { "name": "arosenkranz", "amount": 370 }, { - "name": "nathanclevenger", + "name": "molebox", + "amount": 333 + }, + { + "name": "traviscooper", "amount": 315 }, { - "name": "molebox", + "name": "obgibson", "amount": 297 }, { @@ -71,22 +79,22 @@ "name": "codecrafters-io", "amount": 288 }, - { - "name": "traviscooper", - "amount": 288 - }, { "name": "nberger", "amount": 279 }, { - "name": "obgibson", - "amount": 279 + "name": "codeSTACKr", + "amount": 252 }, { "name": "matthiaszepper", "amount": 250 }, + { + "name": "kiliman", + "amount": 246 + }, { "name": "lostintangent", "amount": 243 @@ -95,18 +103,10 @@ "name": "glenngillen", "amount": 234 }, - { - "name": "codeSTACKr", - "amount": 225 - }, { "name": "davo", "amount": 225 }, - { - "name": "kiliman", - "amount": 219 - }, { "name": "invertase", "amount": 217 @@ -243,6 +243,10 @@ "name": "devopsbarista", "amount": 67 }, + { + "name": "zmzlois", + "amount": 65 + }, { "name": "cdalsoniii", "amount": 63 @@ -271,6 +275,10 @@ "name": "nb", "amount": 50 }, + { + "name": "nlawz", + "amount": 47 + }, { "name": "DanielFGray", "amount": 45 @@ -287,10 +295,18 @@ "name": "bdresser", "amount": 40 }, + { + "name": "IliasHad", + "amount": 38 + }, { "name": "matthewbub", "amount": 38 }, + { + "name": "ianaya89", + "amount": 37 + }, { "name": "MildTomato", "amount": 36 @@ -307,10 +323,6 @@ "name": "JulesBlm", "amount": 35 }, - { - "name": "ianaya89", - "amount": 34 - }, { "name": "AlexzanderFlores", "amount": 32 @@ -348,11 +360,11 @@ "amount": 27 }, { - "name": "loopholelabs", + "name": "0thernet", "amount": 26 }, { - "name": "vprtwn", + "name": "loopholelabs", "amount": 26 }, { @@ -379,10 +391,6 @@ "name": "IGassmann", "amount": 19 }, - { - "name": "IliasHad", - "amount": 19 - }, { "name": "Kliton", "amount": 19 @@ -439,10 +447,6 @@ "name": "mkubilayk", "amount": 9 }, - { - "name": "n0lawz", - "amount": 9 - }, { "name": "NLKNguyen", "amount": 9 @@ -459,14 +463,14 @@ "name": "yld-labs", "amount": 9 }, - { - "name": "zmzlois", - "amount": 8 - }, { "name": "achan-godaddy", "amount": 7 }, + { + "name": "peterfox", + "amount": 6 + }, { "name": "RayJason", "amount": 6 diff --git a/apps/web/app/landing/sponsors.tsx b/apps/web/app/landing/sponsors.tsx index f8b03248..c63a072e 100644 --- a/apps/web/app/landing/sponsors.tsx +++ b/apps/web/app/landing/sponsors.tsx @@ -7,7 +7,7 @@ import UidevLogo from "./logo.uidev.svg" import Image from "next/image" import Link from "next/link" import sponsorData from "./sponsors.json" -import { Check, CheckCheck, Heart } from "lucide-react" +import { Check, CheckCheck, GithubIcon, Heart, Star } from "lucide-react" export function Pricing() { const current = 625 @@ -99,20 +99,13 @@ export function TopSponsors({
GitHub logo - GitHub Meta logo Speakeasy logo
+ +
+ + + +
+ GitHub logo + + Backed by + GitHub Accelerator + +
+ + + +
+
) }