From 4703f58f5e80f1ee214b14ef2b054216f9b8a5b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:33:24 +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 68bed02..f055e53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { text: "Get Free Quote", href: "contact" }, - { text: "Get a Quote", href: "contact" } + { text: "View Portfolio", href: "portfolio" } ]} buttonAnimation="slide-up" /> -- 2.49.1