mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
Feature: Added new sponsor logos
This commit is contained in:
BIN
public/sponsors/Global-productions.png
Normal file
BIN
public/sponsors/Global-productions.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
BIN
public/sponsors/alzgamer.png
Normal file
BIN
public/sponsors/alzgamer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/sponsors/k-space_ee-white.png
Normal file
BIN
public/sponsors/k-space_ee-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
@@ -163,6 +163,33 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
|
|||||||
className="object-contain"
|
className="object-contain"
|
||||||
/>
|
/>
|
||||||
</NextLink>
|
</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"
|
||||||
|
/>
|
||||||
|
</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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user