fixed header

This commit is contained in:
JBB0807 2025-04-17 10:50:05 -07:00
parent 1a25278120
commit 36a96cd2ff
3 changed files with 6 additions and 17 deletions

View file

@ -8,9 +8,7 @@ import Services from "./components/Services";
createRoot(document.getElementById("root")).render(
<StrictMode>
<Navbar />
<Hero />
<Services />
<AppRouter />
</StrictMode>