diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 42edfd5..88e97e0 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -280,7 +280,13 @@ export default function LandingPage( {t.contact.title}
-

{t.contact.email}

+

{t.contact.details.line1}

+
+

📬 {t.contact.email} {t.contact.details.line2}

+
+

{t.contact.details.line3}

+
+

{t.contact.details.line4}

@@ -296,7 +302,7 @@ export default function LandingPage( - + ) } diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index b6e4c17..9c10799 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -81,6 +81,12 @@ W miejscu, gdzie będzie nasz Camp, mamy do dyspozycji przestrzeń, którą wyko contact: { title: "Kontakt", email: common.orgaEmail, + details: { + line1: `Masz pytania, pomysły, albo po prostu chcesz się przywitać?`, + line2: `— napisz śmiało.`, + line3: `Szukasz sposobu, żeby się zaangażować, poprowadzić warsztat, zasponsorować coś szalonego albo po prostu poczuć klimat? Odezwij się! Jesteśmy małą, przyjazną ekipą i czytamy każdą wiadomość (tak, nawet te dziwne).`, + line4: `Widzimy się we Wrocławiu 🧅`, + }, }, credits: { title: "Uznania", @@ -181,6 +187,12 @@ We have a small camping ground next to the venue for our use. If you want to bri contact: { title: "Contact", email: common.orgaEmail, + details: { + line1: `Got questions, cool ideas, or just want to say hi?`, + line2: `— we're listening.`, + line3: `Whether you’re looking to help out, run a workshop, sponsor something wild, or just want to vibe with the crew—drop us a line. We're a small, friendly team and we read every message (yes, even the weird ones).`, + line4: `See you in Wrocław 🧅`, + }, }, credits: { title: "Credits",