From 2bca62d8bbf3642807a74f9425196eac817e9d7e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:30:21 +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 4eb687e..fc3e63d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { value: "15+", label: "Inclusive Programs" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Get Involved", href: "#contact" }]} + buttons={[{ text: "Join Our Community", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/best-friends-looking-photos-camera_23-2148784133.jpg" imageAlt="diverse children inclusive playground" mediaAnimation="slide-up" @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file