From 71035995399535d668d0703ce40f049b6aefaf7d Mon Sep 17 00:00:00 2001 From: Zac Jones Date: Fri, 13 Dec 2024 11:17:24 -0700 Subject: [PATCH] feat: add more sponsors --- apps/epic-web/src/pages/conf/2025/index.tsx | 169 +++++++++++++++++++- 1 file changed, 166 insertions(+), 3 deletions(-) diff --git a/apps/epic-web/src/pages/conf/2025/index.tsx b/apps/epic-web/src/pages/conf/2025/index.tsx index eb844e24a..ffd951ecf 100644 --- a/apps/epic-web/src/pages/conf/2025/index.tsx +++ b/apps/epic-web/src/pages/conf/2025/index.tsx @@ -814,7 +814,30 @@ const Sponsors = () => { } const sponsorsData = { - platinum: [], + platinum: [ + { + name: 'Fly.io', + url: 'https://fly.io', + logo: ( + + Fly.io + + + + ), + }, + ], gold: [ { name: 'Sentry.io', @@ -852,8 +875,148 @@ const sponsorsData = { ), }, ], - silver: [], - community: [], + silver: [ + { + name: 'Optimize, by Prisma', + url: 'https://www.prisma.io/blog/prisma-optimize-early-access', + logo: ( + + Optimize, by Prisma + + + ), + }, + ], + community: [ + { + name: 'Fathom Analytics', + url: 'https://usefathom.com', + logo: ( + + Fathom Analytics + + + + + ), + }, + { + name: 'Convex', + url: 'https://convex.dev', + logo: ( + + + + + + + + + + + + + ), + }, + { + name: 'Remi', + url: 'https://remihq.com/careers', + logo: ( + + + + + + + + + + + + + + + ), + }, + ], } const HotelSection = () => {