Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-05 20:59:59 +00:00

View File

@@ -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"] }
}
]}
/>