diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index d83fb9b..0cf64bc 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -73,7 +73,7 @@ export default function Home() {
}, [searchQuery, refetch]);
return (
-
+
{/* STICKY HEADER */}
diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx
index 641693e..d0edae5 100644
--- a/client/src/pages/not-found.tsx
+++ b/client/src/pages/not-found.tsx
@@ -5,7 +5,7 @@ import go4LogoPath from "@assets/go4_1756394900352.png";
export default function NotFound() {
return (
-
+
{/* Header - same as other pages */}
{/* Triangle decorations in header */}