Created the Imprint page
This commit is contained in:
23
src/pages/TextPages/Imprint/Imprint.jsx
Normal file
23
src/pages/TextPages/Imprint/Imprint.jsx
Normal file
@ -0,0 +1,23 @@
|
||||
import '../styles.sass';
|
||||
|
||||
const Imprint = () => (
|
||||
<div className="text-wrapper">
|
||||
<h2>Imprint</h2>
|
||||
|
||||
<p>Information in accordance with § 5 TMG</p>
|
||||
|
||||
<p>
|
||||
Leon Fleß <br/>
|
||||
Eichendorffstraße 5 <br/>
|
||||
91301 Forchheim <br/>
|
||||
Germany
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>WhatsApp:</b> +49 15678 716015 <br/>
|
||||
<b>E-Mail</b>: leon [at] sheepstar.xyz
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Imprint;
|
Reference in New Issue
Block a user