Fix Broken Links in Home Page Footer
📌 Description
Several links in the Home Page footer are currently broken or not redirecting correctly. This negatively impacts user experience and site navigation.
🔍 Steps to Reproduce
Go to the Home page.
Scroll down to the footer section.
Click on the footer links.
Observe that some links either:
Do not navigate anywhere
Redirect to incorrect pages
Return a 404 error
🎯 Expected Behavior
All footer links should redirect to their correct respective pages.
No link should result in a 404 or blank page.
External links (if any) should open properly.
🛠 Suggested Fix
Verify and update incorrect href paths.
Ensure proper routing configuration.
Test all links after fixing.
Confirm no console errors related to navigation.
✅ Acceptance Criteria
All footer links navigate correctly.
No 404 errors occur.
Links work on both desktop and mobile.
External links open in a new tab (if required).
Fix Broken Links in Home Page Footer
📌 Description
Several links in the Home Page footer are currently broken or not redirecting correctly. This negatively impacts user experience and site navigation.
🔍 Steps to Reproduce
Go to the Home page.
Scroll down to the footer section.
Click on the footer links.
Observe that some links either:
Do not navigate anywhere
Redirect to incorrect pages
Return a 404 error
🎯 Expected Behavior
All footer links should redirect to their correct respective pages.
No link should result in a 404 or blank page.
External links (if any) should open properly.
🛠 Suggested Fix
Verify and update incorrect href paths.
Ensure proper routing configuration.
Test all links after fixing.
Confirm no console errors related to navigation.
✅ Acceptance Criteria
All footer links navigate correctly.
No 404 errors occur.
Links work on both desktop and mobile.
External links open in a new tab (if required).