+ SendouQ Season 1 Finale tournament featuring Jackpot, FTWin, Starburst,
+ Alliance Rogue and more top level teams! Catch the action{" "}
+
+ via IPL
+ {" "}
+ on Sunday 3rd @ 10AM PST / 1PM EST / 6PM GMT
+
+ );
+}
+
function LogInButton() {
const data = useRootLoaderData();
const { t } = useTranslation(["common"]);
diff --git a/app/styles/front.css b/app/styles/front.css
index 4eb423c8a..4e93c8739 100644
--- a/app/styles/front.css
+++ b/app/styles/front.css
@@ -1,3 +1,19 @@
+.front__top-banner {
+ border-radius: var(--rounded);
+ background: linear-gradient(to right, #4568dc, #b06ab3);
+ font-weight: var(--bold);
+ color: var(--button-text);
+ font-size: var(--fonts-sm);
+ padding-block: var(--s-1);
+ padding-inline: var(--s-2);
+ text-align: center;
+}
+
+.front__top-banner__link {
+ color: var(--button-text);
+ text-decoration: underline;
+}
+
.front__nav-items-container {
display: flex;
margin: 0 auto;