File tree 2 files changed +38
-2
lines changed
2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 2
2
class =" block py-16 px-8 mt-16 w-full shadow bg-neutral-800 shadow-black"
3
3
>
4
4
<p >Copyright © { new Date ().getFullYear ()} Mayer & Ott GbR</p >
5
- <p ><a class =" block underline" href =" /impressum " >Impressum </a ></p >
5
+ <p ><a class =" block underline" href =" /legal_notice " >Legal notice </a ></p >
6
6
<p ><a class =" block underline" href =" /privacy_policy" >Privacy policy</a ></p >
7
7
</footer >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Card from "../components/Card.astro";
9
9
<h1
10
10
class =" mx-auto mt-8 text-4xl font-bold text-white md:px-2 w-[calc(100dvw-1rem)] max-w-[101rem]"
11
11
>
12
- Impressum
12
+ Impressum / Legal Notice
13
13
</h1 >
14
14
<Card >
15
15
<p >Inhalte gemäß §5 DDG</p >
@@ -45,4 +45,40 @@ import Card from "../components/Card.astro";
45
45
<br />
46
46
<p >Unsere E-Mail-Adresse finden Sie oben im Impressum</p >
47
47
</Card >
48
+
49
+ <Card >
50
+ <p >Information according to § 5 DDG</p >
51
+ <br />
52
+ <p >Mayer & Ott GbR</p >
53
+ <br />
54
+ <p >c/o IP-Management #4914</p >
55
+ <p >Ludwig-Erhard-Str. 18</p >
56
+ <p >20459 Hamburg</p >
57
+ <p >Germany</p >
58
+ <br />
59
+ <p >VAT ID No. <code >DE453006444</code ></p >
60
+ <br />
61
+ <p >Represented by: Frank Mayer, René Ott</p >
62
+ <br />
63
+ <h2 class =" text-xl font-bold" >Contact Information</h2 >
64
+ <br />
65
+ <
p >Email: <
Mailto address =
" [email protected] " /></
p >
66
+ <p >
67
+ Phone: <Tel tel =" +49 7131 7485883" />
68
+ </p >
69
+ <br />
70
+ <h2 class =" text-xl font-bold" >EU Dispute Resolution</h2 >
71
+ <br />
72
+ <p >
73
+ The European Commission provides a platform for online dispute resolution
74
+ (ODR):
75
+ </p >
76
+ <p >
77
+ <a class =" underline" href =" https://ec.europa.eu/consumers/odr/"
78
+ >ec.europa.eu/consumers/odr/</a
79
+ >
80
+ </p >
81
+ <br />
82
+ <p >Our email address can be found above in the legal notice.</p >
83
+ </Card >
48
84
</Layout >
You can’t perform that action at this time.
0 commit comments