diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 8d9b322..5109089 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -74,48 +74,31 @@ export default function Home() { return (
- {/* Header */} -
-
-
- {/* Left side - Logo */} -
- -
-
-
-

go4.video

- -
- - {/* Right side - Navigation + Search */} -
- {/* Desktop navigation */} -
- - -
- setSearchQuery(e.target.value)} - className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-64" - /> - -
-
+ {/* Simple Header - MUST scroll with page */} +
+
+ {/* Logo */} + +
+
+

go4.video

+ + + {/* Navigation */} +
+ Home + FOLX STADL + setSearchQuery(e.target.value)} + style={{background: 'white', border: '1px solid #ccc', borderRadius: '8px', padding: '8px 12px', width: '200px', fontSize: '14px'}} + />
-
+