add lvlup logo to sponsors

This commit is contained in:
SwagMuffin88
2025-07-30 09:55:18 +03:00
parent 3d1c0c6dca
commit 9587043c1a
4 changed files with 2543 additions and 285 deletions

View File

@@ -135,7 +135,7 @@ export default function Home() {
<h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] text-[#2A2C3F] group-hover:text-black pb-8">
TipiLANi tõmbab käima...
</h3>
<div className="flex flex-row flex-wrap gap-8 md:gap-32 items-center">
<div className="flex flex-row flex-wrap gap-8 md:gap-18 items-center">
<Link href="https://taltech.ee">
<Image
src="/sponsors/taltech-color.png"
@@ -181,6 +181,15 @@ export default function Home() {
className="object-contain"
/>
</Link>
<Link href="https://www.rara.ee/sundmused/interaktiivne-videomangude-muuseum-lvlup/">
<Image
src="/sponsors/lvlup_logo_export.svg"
alt="LVLup!"
width={192}
height={192}
className="object-contain"
/>
</Link>
</div>
</div>
</div>