From b491b0510afb78f10d36076f915c7c2c83203d13 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:03:24 +0000 Subject: [PATCH] Relocate newsletter signup form next to the descriptive text in footer Refactors Footer.tsx to move the newsletter signup form and remove the two-column layout. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/d363bed8-0b60-440b-9224-6d0a06f4eb2a.jpg --- client/src/components/navigation/footer.tsx | 96 ++++++++++----------- 1 file changed, 46 insertions(+), 50 deletions(-) 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 -
- - -
-
-
+