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" />