From cfb5d442f46dafc953d63cc1701ed3f704358a83 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:04:44 +0000 Subject: [PATCH] Relocate newsletter signup form to improve the layout of the website footer Moves newsletter signup form in Footer.tsx from first column to second/third columns. 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/4a37e03b-918f-4d5b-b79f-ba8eacf3ddc0.jpg --- client/src/components/navigation/footer.tsx | 194 ++++++++++---------- 1 file changed, 97 insertions(+), 97 deletions(-) diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index dc16416..f07dbc1 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -70,50 +70,7 @@ 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

- - {/* Newsletter Signup Form */} -
-

- Newsletter Signup -

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

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

@@ -128,59 +85,102 @@ export default function Footer() {
-
-

Quick Links

- -
-
- -
-

Contact

-
+ {/* Newsletter Signup Section spanning columns 2 and 3 */} +
+

Newsletter Signup

+
+ setEmail(e.target.value)} + required + /> + +
+ setAgreedToTerms(e.target.checked)} + required + /> + I agree to receive emails from Pilates with Fadia +
+ + +
+ + {/* Quick Links and Contact below newsletter */} +
+
+

Quick Links

+
    +
  • + + Book Classes + +
  • +
  • + + About Fadia + +
  • +
  • + + Community + +
  • +
  • + + Contact + +
  • +
+
+ +
+

Contact

+ +
+