From e4c6b29b633d29733c1398473ba9727e046d5cf6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:14:45 +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 4fefa9f..2d2d0dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" buttons={[ - { text: "Explore Our Work", href: "#features" }, + { text: "View Our Portfolio", href: "#features" }, { text: "Get In Touch", href: "#contact" } ]} buttonAnimation="slide-up" -- 2.49.1