/* Other pages: Team, News (full), Downloads, Resources, Contact, FAQ, Region, About, Accessibility */ function PPPageHeader({ eyebrow, title, lede }) { return (
{eyebrow}

{title}

{lede &&

{lede}

}
); } /* -------- TEAM -------- */ function PPTeamPage({ t }) { return (
{t.team.members.map((m, i) => (
{m.role}

{m.name}

{m.spec}

))}
); } /* -------- NEWS FULL -------- */ function PPNewsPage({ t }) { return (
{t.news.items.map((n, i) => ( e.preventDefault()}> {n.date}

{n.title}

{n.excerpt}

{n.tag}
))}
); } /* -------- DOWNLOADS -------- */ function PPDownloadsPage({ t }) { return (
{t.downloads.items.map((d, i) => ( e.preventDefault()}> {d.ext}
{d.name}
{d.sub}
{d.size} {t.common.download}
))}
); } /* -------- RESOURCES (Strefa rodzica) -------- */ function PPResourcesPage({ t }) { return (
{t.resources.categories.map((r, i) => ( e.preventDefault()} style={{ textDecoration: "none", display: "flex", flexDirection: "column", minHeight: 220 }}> {r.tag}

{r.title}

{r.read}
))}
); } /* -------- CONTACT -------- */ function PPContactPage({ t }) { const today = new Date().getDay(); // 0..6, Sun=0 const todayIdx = today === 0 ? 6 : today - 1; // map to Mon=0..Sun=6 return (
{t.contact.rows.map((r, i) => (
{r.k}
{r.href ? {r.v} : {r.v}}
))}

Godziny pracy / Office hours

{t.contact.hours.map(([day, hrs], i) => ( ))}
{day} {hrs}

Plac Dr. Mariana Szulca 4 · 87‑890 Lubraniec · powiat włocławski · woj. kujawsko‑pomorskie

{ e.preventDefault(); alert("Formularz demonstracyjny — dziękujemy!"); }}>

Napisz do nas

Pole obowiązkowe oznaczone *