diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a3b619b..04dc30c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,8 +12,8 @@ export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Services", id: "#services" }, - { name: "Work", id: "#work" }, + { name: "Services", id: "/services" }, + { name: "Work", id: "/work" }, { name: "Contact", id: "/contact" } ]; @@ -36,27 +36,28 @@ export default function AboutPage() { brandName="Web Design Tech360" button={{ text: "Get in Touch", href: "/contact" }} /> - +
+ +
- +
+ +