From 6ea3ce2cb301700e88ca25930685a6ce46bc89ee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:51:06 +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 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() {