diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 9ada779..dc16416 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -70,7 +70,51 @@ export default function Footer() { className="w-80 mb-4" style={{ filter: "brightness(1.1)" }} /> -

Online pilates classes to help you feel stronger and more connected to your body and breath

+

Online pilates classes to help you feel stronger and more connected to your body and breath

+ + {/* Newsletter Signup Form */} +
+

+ Newsletter Signup +

+
+ setEmail(e.target.value)} + required + /> + +
+ setAgreedToTerms(e.target.checked)} + required + /> + I agree to receive emails from Pilates with Fadia +
+ + +
+
+
@@ -140,55 +184,7 @@ export default function Footer() {
- {/* Newsletter Signup Section - 2-column layout aligned right */} -
-
-

- Online pilates classes to help you feel stronger and more connected to your body & breath -

-
-
-

- Newsletter Signup -

-
- setEmail(e.target.value)} - required - /> - -
- setAgreedToTerms(e.target.checked)} - required - /> - I agree to receive emails from Pilates with Fadia -
- - -
-
-
+