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:
@@ -4,7 +4,7 @@ import { Search } from "./components/Search";
|
||||
const links = [
|
||||
{
|
||||
label: "O mnie",
|
||||
href: "/",
|
||||
href: "/o-mnie",
|
||||
},
|
||||
{
|
||||
label: "Odkryj",
|
||||
|
||||
Reference in New Issue
Block a user