diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d9edaf3..c7f068f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -62,7 +62,7 @@ export default function BlogPage() { columns={[ { items: [ - { label: "Home", href: "home" }, + { label: "Home", href: "/" }, { label: "About", href: "about" }, { label: "Menu", href: "menu" } ] @@ -94,4 +94,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95ac5aa..61f3475 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 139cb53..4e52556 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function LandingPage() {