feat: new ticket details #26

Merged
palid merged 1 commit from feat/add-new-ticket-details into main 2025-04-13 13:48:33 +00:00
2 changed files with 19 additions and 3 deletions

View file

@ -4,14 +4,16 @@ import dynamic from 'next/dynamic';
import { jgs7 } from '@/fonts';
import { jgs7, oxanium } from '@/fonts';
import { Lang } from '@/i18n/locales';
import { Translations } from "@/i18n/translations";
import { cn } from "@/lib/utils";
import Link from 'next/link';
import { ReactElement, useEffect, useRef } from "react";
import { MainpageNav } from './nav';
import { NewsletterPopup } from './newsletter-form';
import { useTheme } from "./providers";
import { Button } from './ui/button';
import { Skeleton } from './ui/skeleton';
function Heading({ children }: { children: ReactElement | string }) {
@ -220,6 +222,11 @@ export default function LandingPage(
</div>
<section>
<TextWrapper><p>{t.tickets.status}</p></TextWrapper>
<TextWrapper>
<Button className={`${oxanium.className} text-xl mt-4 uppercase cursor-pointer`}>
<Link href="https://tickets.cebula.camp">{t.tickets.link}</Link>
</Button>
</TextWrapper>
</section>
</>
</NewSection>

View file

@ -43,7 +43,11 @@ const pl = {
},
tickets: {
title: "Bilety",
status: "Wkrótce ™",
status: `Rusza sprzedaż pierwszej puli biletów na Cebula Camp 2025: Reaktywacja!
Od 20 kwietnia 2025 r. będzie można kupić bilet. Każdy z sześciu polskich Hackerspaceów ma voucher, który pozwala mu kupić 10 biletów. Skontaktuj się więc z najbliższym HS i zarezerwuj swój bilet jak najszybciej!
W miejscu, gdzie będzie nasz Camp, mamy do dyspozycji przestrzeń, którą wykorzystamy jako małe pole namiotowe. Jeżeli chcesz nocować w swoim namiocie, przy zakupie biletu dodaj nocleg na polu namiotowym jako dodatek do biletu. Nie pobieramy za to żadnych dodatkowych opłat, ale liczba miejsc jest ograniczona, a pula wspólna dla wszystkich.`,
link: "Kup bilet tutaj",
},
cfp: {
title: "Zgłoś prelekcję",
@ -138,7 +142,12 @@ const en = {
},
tickets: {
title: "Tickets",
status: "Soon ™",
status: `The sale of the first batch of tickets for Cebula Camp 2025: Reactivation is starting!
You will be able to buy a ticket from April 20, 2025. Each of the six Polish Hackerspaces has a voucher that allows them to buy 10 tickets. Contact the nearest HS and book your ticket as soon as possible!
In the place where our Camp will be, we have a space at our disposal that we will use as a small camping site. If you want to spend the night in your tent, when buying a ticket, add "overnight stay at the camping site" as an addition to the ticket. We do not charge any additional fees for this, but the number of places is limited and the pool is shared by everyone.`,
link: "Get your ticket here!",
},
cfp: {
title: "Call for papers",