From ac3216cea9c675d8d8965577e8b3f17679bce9bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:13:01 +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 b2d790d..ee50b6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "View My Work", href: "features" }, + { text: "Explore Projects", href: "features" }, { text: "Get In Touch", href: "contact" } ]} buttonAnimation="slide-up" -- 2.49.1