diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 5b62bd4..4fd4ad9 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -55,14 +55,68 @@ export default function FolxStadlPage() { 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 */} +
+ +
+ + {/* Mobile menu button */} +
+ +
+
+
+ + {/* Mobile menu dropdown */} + {isMobileMenuOpen && ( +
+ +
+ )} +
+
{/* Main Content */}