diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 61cd6c8..51c552a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,7 +26,7 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Services", id: "/#services" }, + { name: "Services", id: "/services" }, { name: "Work", id: "/#portfolio" }, { name: "Contact", id: "/#contact" }, ]} @@ -38,7 +38,7 @@ export default function AboutPage() { @@ -51,8 +51,8 @@ export default function AboutPage() { items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, - { label: "Services", href: "/#services" }, - { label: "Portfolio", href: "/#portfolio" }, + { label: "Services", href: "/services" }, + { label: "Work", href: "/#portfolio" }, ], }, { @@ -69,4 +69,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b5ff0d..d1232ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,16 +32,11 @@ export default function LandingPage() { -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-