From 2efa568e119f3cc8c2cae07e48a99804ad2baf1c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:07:02 +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 2f4b4bd..3653eb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "View Our Portfolio", href: "products" }, + { text: "See Our Work", href: "products" }, { text: "Get a Free Quote", href: "contact" }, ]} buttonAnimation="slide-up" -- 2.49.1