+
+ {highlightedSponsors.map((sponsor) => (
+
+ ))}
+
+
+ {showTitle && (
+
+ {t("home.sections.ourSponsors")}
+
+ )}
+
+
+
{tickerSponsors.map((sponsor, index) => (
= sponsors.length}
tabIndex={index >= sponsors.length ? -1 : undefined}
>
))}
@@ -206,8 +361,25 @@ export default function Sponsors({
-
+
);
}
diff --git a/translations/en.json b/translations/en.json
index 6f5be1a..2c478d1 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -78,7 +78,8 @@
"description": "The TipiLAN expo area hosts companies, additional activities and lectures."
},
"reserveSpot": "Reserve your spot today!",
- "poweredBy": "TipiLAN is powered by...",
+ "poweredBy": "TipiLAN is powered by",
+ "ourSponsors": "Our sponsors",
"dateAndLocation": "11th–13th Sep. 2026 @ TalTech"
}
},
diff --git a/translations/et.json b/translations/et.json
index 416640b..0243e5f 100644
--- a/translations/et.json
+++ b/translations/et.json
@@ -78,7 +78,8 @@
"description": "TipiLANi messialal paiknevad ettevõtted, lisategevused ja toimuvad loengud."
},
"reserveSpot": "Broneeri oma koht juba täna!",
- "poweredBy": "Toetajad",
+ "poweredBy": "TipiLANile annavad hoogu",
+ "ourSponsors": "Meie toetajad",
"dateAndLocation": "11.–13. sept. 2026 TalTechis"
}
},