@@ -76,24 +76,27 @@ export default function FolxStadlPage() {
{/* Desktop navigation */}
{
- setSearchQuery(e.target.value);
- if (e.target.value) setLocation(`/?search=${encodeURIComponent(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"
+ onChange={(e) => 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-48"
/>
@@ -119,8 +122,7 @@ export default function FolxStadlPage() {
{isMobileMenuOpen && (
- {/* Mobile navigation links - horizontal */}
-