Farewell message for 2025 event

pull/102/head
v4ltages 2 months ago
parent a995d70d67
commit 772996ec1c
No known key found for this signature in database
GPG Key ID: DC7BC38E0DC642B
  1. 14
      next.config.ts
  2. 4
      src/app/[locale]/page.tsx
  3. 2
      translations/en.json
  4. 2
      translations/et.json

@ -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);

@ -119,10 +119,10 @@ export default async function Home({
</div>
{/* Date */}
<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`}
>
<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">
{t("home.sections.reserveSpot")}
</h3>

@ -51,7 +51,7 @@
},
"reserveSpot": "Reserve your spot today!",
"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": {

@ -51,7 +51,7 @@
},
"reserveSpot": "Broneeri oma koht juba täna!",
"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": {

Loading…
Cancel
Save