Refactor homepage layout and add new "Odkrywaj" page: remove "O mnie" page, update Navbar links, and implement new page for displaying trending movies with a Hero component for enhanced user experience.
This commit is contained in:
@@ -3,12 +3,8 @@ import { Search } from "./components/Search";
|
||||
|
||||
const links = [
|
||||
{
|
||||
label: "O mnie",
|
||||
href: "/o-mnie",
|
||||
},
|
||||
{
|
||||
label: "Odkryj",
|
||||
href: "/discover",
|
||||
label: "Odkrywaj",
|
||||
href: "/odkrywaj",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user