"use client"; import Image from "next/image"; interface DiscordBannerPermanentProps { inviteLink: string; serverName?: string; description?: string; ctaText?: string; } export function DiscordBannerPermanent({ inviteLink, serverName = "Avalon", description = "Looking for somewhere more... interesting? Avalon's an enchanted collective of botmakers who refuse to be boring 🌿 Come play with us~ (18+ only, darling)", ctaText = "Join Server", }: DiscordBannerPermanentProps) { return (