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: (
+
+ ),
+ },
+ ],
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: (
+
+ ),
+ },
+ ],
+ community: [
+ {
+ name: 'Fathom Analytics',
+ url: 'https://usefathom.com',
+ logo: (
+
+ ),
+ },
+ {
+ name: 'Convex',
+ url: 'https://convex.dev',
+ logo: (
+
+ ),
+ },
+ {
+ name: 'Remi',
+ url: 'https://remihq.com/careers',
+ logo: (
+
+ ),
+ },
+ ],
}
const HotelSection = () => {