From 1cc7e3b8d0789230978a6cd361bcf7f90e2756e4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:30:38 +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 050c890..e5aa184 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "View Our Work", href: "portfolio" }, + { text: "See Our Projects", href: "portfolio" }, { text: "Request a Quote", href: "contact" }, ]} />