diff --git a/src/app/page.tsx b/src/app/page.tsx
index 84488c7..57edc07 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,12 +33,12 @@ export default function WebAgency2Page() {
@@ -157,7 +157,7 @@ export default function WebAgency2Page() {
logoText="SiteCraft"
copyrightText="© 2026 | SiteCraft Solutions"
columns={[
- { title: "Agency", items: [{ label: "Our Approach", href: "#about" }, { label: "Portfolio", href: "#work" }] },
+ { title: "Agency", items: [{ label: "Our Approach", href: "/about" }, { label: "Portfolio", href: "#work" }] },
{ title: "Solutions", items: [{ label: "Full-stack Dev", href: "#" }, { label: "Cloud Infra", href: "#" }, { label: "SEO Audit", href: "#" }] },
{ title: "Office", items: [{ label: "San Francisco", href: "#" }, { label: "London", href: "#" }] },
]}