Description
All links in the footer "Helpful Links" section are placeholder # links that don't navigate anywhere:
- Services →
#
- Supports →
#
- Feedback →
#
- Terms & Conditions →
#
- Privacy Policy →
#
Clicking any of these links scrolls the page to the top but does not navigate to a corresponding page.
Expected behavior
Each footer link should either:
- Navigate to an implemented page with relevant content, or
- Be removed/hidden until the corresponding content is created
Steps to reproduce
- Start the frontend dev server (
npm run dev:frontend)
- Navigate to
http://localhost:5137
- Scroll down to the footer
- Click any link under the "Helpful Links" heading
- Observe that the page scrolls to the top but no content is displayed
Affected area
frontend/src/components/Footer.tsx — contains the placeholder links
frontend/src/App.tsx — missing route definitions for these pages
Description
All links in the footer "Helpful Links" section are placeholder
#links that don't navigate anywhere:#####Clicking any of these links scrolls the page to the top but does not navigate to a corresponding page.
Expected behavior
Each footer link should either:
Steps to reproduce
npm run dev:frontend)http://localhost:5137Affected area
frontend/src/components/Footer.tsx— contains the placeholder linksfrontend/src/App.tsx— missing route definitions for these pages