From 14c982a21fecea37d81610ef02966edd866d86dd Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:12:37 +0000 Subject: [PATCH] Rearrange footer sections to prioritize links and contact info Swaps the order of the newsletter signup and quick links/contact sections in `client/src/components/navigation/footer.tsx`. 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/9313c1d8-a8de-4e0e-b082-5b8ba4924187.jpg --- client/src/components/navigation/footer.tsx | 108 ++++++++++---------- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 10bd512..0f1652f 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -85,55 +85,16 @@ export default function Footer() { - {/* Newsletter Signup Section spanning columns 2 and 3 */} + {/* Quick Links and Contact at top */}
-

Stay in touch with my newsletter

-
- 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

-
    +

    Quick Links

    +
    • Book Classes @@ -141,7 +102,7 @@ export default function Footer() {
    • About Fadia @@ -149,7 +110,7 @@ export default function Footer() {
    • Community @@ -157,7 +118,7 @@ export default function Footer() {
    • Contact @@ -166,21 +127,62 @@ export default function Footer() {
-

Contact

-
+ + {/* Newsletter Signup below links and contact */} +
+

Stay in touch with my newsletter

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