From 97d7fdaa12d1ae979a5aafe5d37a9f189fe96e1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:41:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1