From e0a89660e904946d492d4e13dc15d5e131a9d4c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 20:59:56 +0000 Subject: [PATCH] Update src/app/impressum/page.tsx --- src/app/impressum/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"] } } ]} /> -- 2.49.1