// Kontakt Page function KontaktPage() { const [t, setTweak] = window.useTweaks(window.SHARED_DEFAULTS); const theme = window.useTheme(t); const { c, orange, glow, pad, fonts } = theme; const [form, setForm] = React.useState({ name: '', email: '', topic: 'PS3 Academy', msg: '' }); return (