diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index d98f907..1d71ed1 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -201,14 +201,37 @@ export default function VideoPage() { return (
- { - setSearchQuery(query); - if (query) window.location.href = `/?search=${encodeURIComponent(query)}`; - }} - onViewChange={setViewMode} - currentView={viewMode} - /> + {/* Header */} +
+
+
+ {/* Left side - Logo */} +
+ +
+
+
+

go4.video

+ +
+ + {/* Right side - Navigation */} +
+ {/* Desktop navigation */} +
+ +
+
+
+
+
{/* Background logo decorations */} diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 5b8fe56..c59c223 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -72,11 +72,37 @@ export default function Home() { return (
- + {/* Header */} +
+
+
+ {/* Left side - Logo */} +
+ +
+
+
+

go4.video

+ +
+ + {/* Right side - Navigation */} +
+ {/* Desktop navigation */} +
+ +
+
+
+
+