From 6541334a99a2c2d4c63c0b48b42dc7ac9dc62358 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:02:09 +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 d37626d..8092456 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} buttons={[ - { text: "Explore My Journey", href: "#about" }, + { text: "See My Story", href: "#about" }, { text: "View My Work", href: "#projects" } ]} buttonAnimation="slide-up"