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"