diff --git a/data/sponsors.ts b/data/sponsors.ts index 2cb21f3..2a3f372 100644 --- a/data/sponsors.ts +++ b/data/sponsors.ts @@ -21,4 +21,25 @@ export const SPONSORS: Sponsor[] = [ logo: "/sponsors/testsprite.png", websiteUrl: "https://testsprite.com", }, + { + id: "minimax", + name: "MiniMax", + job: "AI Video & Model Platformu", + logo: "/sponsors/minimax.png", + websiteUrl: "https://www.minimax.io", + }, + { + id: "higgsfield", + name: "Higgsfield", + job: "AI Creative Suite", + logo: "/sponsors/higgsfield.png", + websiteUrl: "https://higgsfield.ai", + }, + { + id: "hosting-dunyam", + name: "Hosting Dünyam", + job: "Hosting Sağlayıcısı", + logo: "/sponsors/hosting-dunyam.png", + websiteUrl: "https://hostingdunyam.com", + }, ]; diff --git a/public/sponsors/higgsfield.png b/public/sponsors/higgsfield.png new file mode 100644 index 0000000..7141941 Binary files /dev/null and b/public/sponsors/higgsfield.png differ diff --git a/public/sponsors/hosting-dunyam.png b/public/sponsors/hosting-dunyam.png new file mode 100644 index 0000000..e2a7c81 Binary files /dev/null and b/public/sponsors/hosting-dunyam.png differ diff --git a/public/sponsors/minimax.png b/public/sponsors/minimax.png new file mode 100644 index 0000000..c811a22 Binary files /dev/null and b/public/sponsors/minimax.png differ