feat: enhance Carousel component with heading, icon, and color options; update movie sections in Odkrywaj page for improved UI consistency

This commit is contained in:
Norbert Maciaszek
2025-08-18 00:12:58 +02:00
parent f498f2d217
commit 5a6ee42e28
5 changed files with 125 additions and 213 deletions

View File

@@ -22,7 +22,6 @@ export const Search = () => {
const pathname = usePathname();
useEffect(() => {
console.log("pathname", pathname);
setIsSearchOpen(false);
}, [pathname]);