diff --git a/src/components/teaser/Footer.tsx b/src/components/teaser/Footer.tsx index 5bb0e5c..80857d3 100644 --- a/src/components/teaser/Footer.tsx +++ b/src/components/teaser/Footer.tsx @@ -20,7 +20,7 @@ export default function Footer() { {/* Desktop: full footer */}
{/* Left: Organization info */} -
+

{t("teaser.footer.organization")}

{t("teaser.footer.regCode")}

{t("teaser.footer.bankAccount")}

@@ -31,13 +31,13 @@ export default function Footer() {
{/* Center: Contact info */} -
+
{t("teaser.footer.email")}

{t("teaser.footer.phone")}

{/* Right: Social links */} -
+
{SOCIAL_LINKS.map(({ icon: Icon, href, label }) => (