diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fd7c95..09675fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function WebAgency2Page() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} buttons={[ + { text: "View Our Work", href: "#portfolio" }, { text: "Our Capabilities", href: "#services" }, { text: "Portfolio", href: "#portfolio" }, ]} @@ -132,4 +133,4 @@ export default function WebAgency2Page() { ); -} +} \ No newline at end of file