diff --git a/src/app/(withGlobalData)/o-mnie/page.tsx b/src/app/(withGlobalData)/o-mnie/page.tsx
new file mode 100644
index 0000000..78e99fd
--- /dev/null
+++ b/src/app/(withGlobalData)/o-mnie/page.tsx
@@ -0,0 +1,21 @@
+import { MovieList } from "@/components/molecules/MovieList";
+
+export default async function Home() {
+ return (
+ <>
+
+
+
+
+ >
+ );
+}
diff --git a/src/app/(withGlobalData)/page.tsx b/src/app/(withGlobalData)/page.tsx
index 78e99fd..07c0d52 100644
--- a/src/app/(withGlobalData)/page.tsx
+++ b/src/app/(withGlobalData)/page.tsx
@@ -1,21 +1,7 @@
-import { MovieList } from "@/components/molecules/MovieList";
-
export default async function Home() {
return (
<>
-
-
-
-
+
Strona główna
>
);
}
diff --git a/src/components/organisms/Navbar/index.tsx b/src/components/organisms/Navbar/index.tsx
index 89054f1..1b7eab5 100644
--- a/src/components/organisms/Navbar/index.tsx
+++ b/src/components/organisms/Navbar/index.tsx
@@ -4,7 +4,7 @@ import { Search } from "./components/Search";
const links = [
{
label: "O mnie",
- href: "/",
+ href: "/o-mnie",
},
{
label: "Odkryj",