From 1755401f5aeb6afc3ec11f82dace3adf4ec356ef Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Wed, 7 May 2025 02:39:48 +0000 Subject: [PATCH] Update website links to improve navigation and user experience Refactors components in header.tsx and footer.tsx to use the className prop instead of nested tags. Replit-Commit-Author: Agent Replit-Commit-Session-Id: acaf01d7-65a7-4fc5-901d-853488e196e8 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/667959b7-17e2-4df0-a667-d3843bb83e45.jpg --- client/src/components/navigation/footer.tsx | 49 +++++++++++++++------ client/src/components/navigation/header.tsx | 45 ++++++++++--------- 2 files changed, 60 insertions(+), 34 deletions(-) diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 34c582a..9316dee 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -33,28 +33,43 @@ export default function Footer() { Quick Links - - Home + + Home - - About Fadia + + About Fadia - - Classes + + Classes - - Community + + Community - - Contact + + Contact @@ -64,13 +79,19 @@ export default function Footer() { Classes - - Mat Pilates + + Mat Pilates - - Reformer + + Reformer diff --git a/client/src/components/navigation/header.tsx b/client/src/components/navigation/header.tsx index 54e078f..a655288 100644 --- a/client/src/components/navigation/header.tsx +++ b/client/src/components/navigation/header.tsx @@ -66,15 +66,17 @@ export default function Header() { > ) : ( <> - - - Login - + + Login - - - Sign Up - + + Sign Up > )} @@ -93,10 +95,11 @@ export default function Header() { {navLinks.map((link) => ( - - - {link.name} - + + {link.name} ))} @@ -119,17 +122,19 @@ export default function Header() { ) : ( <> - - - Login - + + Login - - - Sign Up - + + Sign Up >