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