11---
2- import Layout from ' ../layouts/Layout.astro' ;
2+ import Layout from " ../layouts/Layout.astro" ;
3+ import { siteConfig } from " ../config/site" ;
34---
45
56<Layout title =" Impressum" >
@@ -9,48 +10,48 @@ import Layout from '../layouts/Layout.astro';
910 <div class =" bg-white p-6 rounded-lg shadow-md mb-8" >
1011 <h2 class =" text-2xl font-bold mb-4" >Angaben gemäß § 5 TMG</h2 >
1112 <p class =" mb-4" >
12- Turnverein Odernheim e.V. <br />
13- Musterstraße 123 <br />
14- 55571 Odernheim
13+ { siteConfig . name } <br />
14+ { siteConfig . address . street } <br />
15+ { siteConfig . address . zip } { siteConfig . address . city }
1516 </p >
1617
1718 <h2 class =" text-2xl font-bold mb-4" >Kontakt</h2 >
1819 <p class =" mb-4" >
19- Telefon: +49 123 456789 <br />
20- E-Mail: info@tv-odernheim.de
20+ Telefon: { siteConfig . contact . phone } <br />
21+ E-Mail: { siteConfig . contact . email }
2122 </p >
2223
23- <h2 class =" text-2xl font-bold mb-4" >Vertreten durch </h2 >
24+ <h2 class =" text-2xl font-bold mb-4" >Stellvertretende Vorsitzende, nach § 26 BGB </h2 >
2425 <p class =" mb-4" >
25- Max Mustermann <br />
26- 1. Vorsitzender
26+ { siteConfig . legal . responsiblePerson . name } <br />
27+ { siteConfig . legal . responsiblePerson . position }
2728 </p >
2829
2930 <h2 class =" text-2xl font-bold mb-4" >Registereintrag</h2 >
3031 <p class =" mb-4" >
3132 Eintragung im Vereinsregister<br />
32- Registergericht: Amtsgericht Bad Kreuznach <br />
33- Registernummer: VR 1234
33+ Registergericht: { siteConfig . legal . register . court } <br />
34+ Registernummer: { siteConfig . legal . register . number }
3435 </p >
3536
3637 <h2 class =" text-2xl font-bold mb-4" >Umsatzsteuer-ID</h2 >
3738 <p class =" mb-4" >
3839 Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz:<br />
39- DE 123 456 789
40+ { siteConfig . legal . vatId }
4041 </p >
4142
4243 <h2 class =" text-2xl font-bold mb-4" >Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV</h2 >
4344 <p class =" mb-4" >
44- Max Mustermann <br />
45- Musterstraße 123 <br />
46- 55571 Odernheim
45+ { siteConfig . legal . responsiblePerson . name } <br />
46+ { siteConfig . address . street } <br />
47+ { siteConfig . address . zip } { siteConfig . address . city }
4748 </p >
4849 </div >
4950
5051 <div class =" bg-gray-100 p-6 rounded-lg" >
5152 <h2 class =" text-2xl font-bold mb-4" >Streitschlichtung</h2 >
5253 <p class =" mb-4" >
53- Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit:
54+ Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit:
5455 <a href =" https://ec.europa.eu/consumers/odr/" class =" text-primary hover:text-secondary" >
5556 https://ec.europa.eu/consumers/odr/
5657 </a >
0 commit comments