From dc51590cbe965b601b6f1a3c8e9989c515838627 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:55:51 +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 ca24f2e..bd6a177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Explore Projects", href: "projects" }, + { text: "View Full Portfolio", href: "projects" }, { text: "View Career Timeline", href: "about" } ]} buttonAnimation="slide-up" -- 2.49.1