From 02dce6f60552d72c788e4e684756d9bd19daf8fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:36:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30a0fcb..7061383 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "View Our Work", href: "#portfolio" }, + { text: "See Results", href: "#portfolio" }, { text: "Let's Talk", href: "#contact" } ]} buttonAnimation="slide-up"