Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-05 21:00:31 +00:00

View File

@@ -41,11 +41,11 @@ export default function ImpressumPage() {
sections={[
{
heading: "Angaben gemäß § 5 TMG",
content: { type: "paragraph", text: "Austro-Tel Handyshop\nOtto Glöckel-Straße 1\n2514 Traiskirchen\nÖsterreich" }
content: { 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"] }
content: { items: ["Telefon: 02252 521031", "E-Mail: support.austrotel@hotmail.com"] }
}
]}
/>