From b9da4614c29604543d7424201d1687139e74d536 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:20:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e26cc4..83efc80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { tagIcon={Hammer} tagAnimation="slide-up" buttons={[ - { text: "View Our Work", href: "projects" }, - { text: "Request Quote", href: "contact" } + { text: "Request Quote", href: "contact" }, + { text: "See Our Portfolio", href: "projects" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }}