diff --git a/src/components/Impress.tsx b/src/components/Impress.tsx new file mode 100644 index 0000000..7bb97a3 --- /dev/null +++ b/src/components/Impress.tsx @@ -0,0 +1,38 @@ +import { createSignal } from "solid-js" + +const [phone, setPhone] = createSignal('') +const [email, setEmail] = createSignal('') + +export const ImpressComponent = (props: { email, phoneNumber }) => { + + setTimeout(() => { + setPhone(atob(props.phoneNumber)) + setEmail(atob(props.email)) + }, 1000); + + return ( +
Impressum
+Angaben gemäß § 5 TMG
+Dominik Strangas
80937 München
+ Umsatzsteuer-Identifikationsnummer gemäß §27a Umsatzsteuergesetz: Musterustid. Wirtschafts-ID: + Musterwirtschaftsid +
+