diff --git a/packages/core/constants/partners.ts b/packages/core/constants/partners.ts index a46634b..c262da6 100644 --- a/packages/core/constants/partners.ts +++ b/packages/core/constants/partners.ts @@ -28,6 +28,14 @@ export interface PartnerEntry { } export const PARTNERS: PartnerEntry[] = [ + { + id: "fyfeweb", + name: "FyfeWeb", + tier: "partner", + logo: "/partners/fyfeweb.png", + url: "https://fyfeweb.com", + description: "From a single website to racks of your own hardware: one provider, one network, one support team.", + }, { id: "poliberry", name: "Poliberry", @@ -68,6 +76,15 @@ export const PARTNERS: PartnerEntry[] = [ url: "https://antiraid.xyz", description: "From basic moderation to advanced threat protection, AntiRaid handles it all so you can focus on growing your community.", }, + { + id: "fluxrp", + name: "Flux.LT", + tier: "community", + category: "FiveM Community", + logo: "/partners/fluxrp.png", + url: "https://discord.gg/XAKudt7C82", + description: "Lithuania's premier FiveM roleplay community, bringing immersive story-driven RP and a tight-knit Baltic player base together.", + }, { id: "smphub", name: "SMP Hub", diff --git a/public/partners/fluxrp.png b/public/partners/fluxrp.png new file mode 100644 index 0000000..8bc1f28 Binary files /dev/null and b/public/partners/fluxrp.png differ diff --git a/public/partners/fyfeweb.png b/public/partners/fyfeweb.png new file mode 100644 index 0000000..a54ce8b Binary files /dev/null and b/public/partners/fyfeweb.png differ