diff --git a/src/app/impressum/page.tsx b/src/app/impressum/page.tsx index 5c6f18e..3d7ccb4 100644 --- a/src/app/impressum/page.tsx +++ b/src/app/impressum/page.tsx @@ -40,10 +40,12 @@ export default function ImpressumPage() { title="Impressum" sections={[ { - heading: "Angaben gemäß § 5 TMG", content: { type: "paragraph", text: "Austro-Tel Handyshop\nOtto Glöckel-Straße 1\n2514 Traiskirchen\nÖsterreich" } + heading: "Angaben gemäß § 5 TMG", + content: { type: "paragraph", text: "Austro-Tel Handyshop\nOtto Glöckel-Straße 1\n2514 Traiskirchen\nÖsterreich" } }, { - heading: "Kontakt", content: { type: "list", items: ["Telefon: 02252 521031", "E-Mail: support.austrotel@hotmail.com"] } + heading: "Kontakt", + content: { type: "list", items: ["Telefon: 02252 521031", "E-Mail: support.austrotel@hotmail.com"] } } ]} />