diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3dba410..0509874 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -18,8 +18,8 @@ export default function WebAgencyThemePage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
- { name: "Work", id: "work" },
- { name: "Contact", id: "contact" },
+ { name: "Work", id: "/work" },
+ { name: "Contact", id: "/contact" }
];
return (
@@ -39,7 +39,7 @@ export default function WebAgencyThemePage() {
);
-}
+}
\ No newline at end of file