diff --git a/client/src/App.jsx b/client/src/App.jsx index 7ebc50c..ec0d3f6 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -17,12 +17,21 @@ import Header from "./components/Header"; import Footer from "./components/Footer"; import ScrollToTop from "./components/ScrollToTop"; + function App() { return (
+ {/* Skip to content link for accessibility */} + + Skip to main content +
-
+
{/* This will render the current page */}