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