mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
Merge pull request #102 from Lapikud/development
Farewell message for 2025 event
This commit is contained in:
@@ -22,20 +22,6 @@ const nextConfig: NextConfig = {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
async redirects() {
|
|
||||||
return [
|
|
||||||
{
|
|
||||||
source: "/et",
|
|
||||||
destination: "/striim",
|
|
||||||
permanent: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
source: "/en",
|
|
||||||
destination: "/stream",
|
|
||||||
permanent: false,
|
|
||||||
},
|
|
||||||
];
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default withNextIntl(nextConfig);
|
export default withNextIntl(nextConfig);
|
||||||
|
|||||||
@@ -119,10 +119,10 @@ export default async function Home({
|
|||||||
</div>
|
</div>
|
||||||
{/* Date */}
|
{/* Date */}
|
||||||
<Link
|
<Link
|
||||||
href="/piletid"
|
href="/"
|
||||||
className={`p-8 md:p-12 flex flex-col ${vipnagorgialla.className} font-bold italic border-b-3 border-[#1F5673] hover:bg-[#007CAB] dark:hover:bg-[#00A3E0] group transition`}
|
className={`p-8 md:p-12 flex flex-col ${vipnagorgialla.className} font-bold italic border-b-3 border-[#1F5673] hover:bg-[#007CAB] dark:hover:bg-[#00A3E0] group transition`}
|
||||||
>
|
>
|
||||||
<div className="cursor-pointer text-left flex flex-row justify-between xl:justify-start gap-8">
|
<div className="cursor-pointer text-left flex-row justify-between xl:justify-start gap-8 hidden">
|
||||||
<h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] dark:group-hover:text-[#2A2C3F] text-[#2A2C3F] group-hover:text-black">
|
<h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] dark:group-hover:text-[#2A2C3F] text-[#2A2C3F] group-hover:text-black">
|
||||||
{t("home.sections.reserveSpot")}
|
{t("home.sections.reserveSpot")}
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
"reserveSpot": "Reserve your spot today!",
|
"reserveSpot": "Reserve your spot today!",
|
||||||
"poweredBy": "TipiLAN is powered by...",
|
"poweredBy": "TipiLAN is powered by...",
|
||||||
"dateAndLocation": "24th-26th Oct. @ TalTech main building"
|
"dateAndLocation": "Thank you for participating in TipiLAN 2025! We hope to see you again next time!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tickets": {
|
"tickets": {
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
"reserveSpot": "Broneeri oma koht juba täna!",
|
"reserveSpot": "Broneeri oma koht juba täna!",
|
||||||
"poweredBy": "TipiLANi tõmbab käima...",
|
"poweredBy": "TipiLANi tõmbab käima...",
|
||||||
"dateAndLocation": "24.-26. okt. TalTechi peahoones"
|
"dateAndLocation": "Aitäh, et olite osa 2025 TipiLANist! Ootame teid tagasi järgmisel!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tickets": {
|
"tickets": {
|
||||||
|
|||||||
Reference in New Issue
Block a user