Merge branch 'development' into landing-2026

This commit is contained in:
Renkar
2026-04-30 17:36:23 +03:00
committed by GitHub
18 changed files with 497 additions and 461 deletions

View File

@@ -30,7 +30,7 @@ const Footer = () => {
{/* Social media */}
<div className="flex flex-row">
<a
href="https://discord.gg/tipilan"
href="https://discord.gg/pPhhatZAfA"
target="_blank"
className="mx-4 ml-0 md:ml-4"
rel="noopener noreferrer"

View File

@@ -8,7 +8,10 @@ interface SponsorsProps {
className?: string;
}
export default function Sponsors({ showTitle = true, className = "" }: SponsorsProps) {
export default function Sponsors({
showTitle = true,
className = "",
}: SponsorsProps) {
const t = useTranslations();
return (
@@ -109,7 +112,10 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
className="object-contain"
/>
</NextLink>
<NextLink href="https://www.linkedin.com/company/gamedev-guild/" target="_blank">
<NextLink
href="https://www.linkedin.com/company/gamedev-guild/"
target="_blank"
>
<Image
src="/sponsors/estonian_gamedev_guild.png"
alt="Estonian Gamedev Guild"
@@ -163,7 +169,33 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
className="object-contain"
/>
</NextLink>
<NextLink href="https://alzgamer.ee/" target="_blank">
<Image
src="/sponsors/alzgamer.png"
alt="AlzGamer"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
<NextLink href="https://k-space.ee/" target="_blank">
<Image
src="/sponsors/k-space_ee-white.png"
alt="K-Space"
width={200}
height={200}
className="object-contain not-dark:invert"
/>
</NextLink>
<NextLink href="https://globalproductions.ee/" target="_blank">
<Image
src="/sponsors/Global-productions.png"
alt="Global Productions"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
</div>
</div>
</div>