Merge pull request #102 from Lapikud/development

Farewell message for 2025 event
development
Renkar 2 months ago committed by GitHub
commit 057cd25901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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); 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": {

Loading…
Cancel
Save