diff --git a/components/Contact.tsx b/components/Contact.tsx index d031829..1d4ffd7 100644 --- a/components/Contact.tsx +++ b/components/Contact.tsx @@ -62,7 +62,7 @@ export default function Contact() { return (
-
+
@@ -72,16 +72,16 @@ export default function Contact() { Kontakt -

+

Projekt anfragen

-

+

Sie haben ein IT-Projekt oder eine Frage? Schreiben Sie uns — wir melden uns schnellstmöglich bei Ihnen.

-
+
{status === "success" ? (
@@ -89,8 +89,8 @@ export default function Contact() {
-

Anfrage gesendet!

-

+

Anfrage gesendet!

+

Wir haben Ihre Nachricht erhalten und melden uns schnellstmöglich bei Ihnen.

@@ -197,9 +197,9 @@ export default function Contact() { {/* Divider */}
-
- oder direkt -
+
+ oder direkt +
{/* Contact info */} @@ -208,7 +208,7 @@ export default function Contact() { {item.icon} diff --git a/components/LegalLayout.tsx b/components/LegalLayout.tsx index b3bfb73..4f7118a 100644 --- a/components/LegalLayout.tsx +++ b/components/LegalLayout.tsx @@ -9,7 +9,7 @@ interface LegalLayoutProps { export default function LegalLayout({ title, children }: LegalLayoutProps) { return ( -
+
{/* Top tagline bar */}
@@ -18,13 +18,13 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) {
{/* Header – matches main site */} -
+
- + MBO- TECH-IT @@ -37,7 +37,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) {
- + Pakete & Preise @@ -58,7 +58,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) {
{/* Page hero */} -
+
@@ -67,7 +67,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) { / {title}
-

{title}

+

{title}

@@ -81,7 +81,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) {

Rechtliches

@@ -90,7 +90,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) { @@ -98,7 +98,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) { Datenschutz
-

+

Fragen zu Datenschutz oder rechtlichen Themen?

@@ -110,7 +110,7 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) { {/* Main content */}
-
+
{children}
@@ -118,12 +118,12 @@ export default function LegalLayout({ title, children }: LegalLayoutProps) { {/* Footer */} -