Refactor homepage layout and add new "O mnie" page: remove MovieList components from the main page, replacing them with a heading, and create a new page for movie lists with appropriate filters and headings.

This commit is contained in:
Norbert Maciaszek
2025-08-15 15:20:10 +02:00
parent 7373d64123
commit 25e5b90ee8
3 changed files with 23 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import { Search } from "./components/Search";
const links = [
{
label: "O mnie",
href: "/",
href: "/o-mnie",
},
{
label: "Odkryj",