diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c36af7..7444d52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Discover Their Stories", href: "about" }, + { text: "Explore Inspiring Leaders", href: "about" }, { text: "Learn More", href: "story" }, ]} buttonAnimation="slide-up" @@ -184,7 +184,7 @@ export default function LandingPage() {