From 6c1daf42831ef079e96504bce10bedc713ef144a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:26: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 f923cf1..70753db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Welcome to our church community in Kenya. We are dedicated to spreading the Gospel, serving our community with compassion, and building a stronger faith together. Join us for worship, fellowship, and spiritual growth." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Join Our Service", href: "#contact" }, + { text: "Join Us This Sunday", href: "#contact" }, { text: "Learn More", href: "#about" } ]} layoutOrder="default" @@ -253,4 +253,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1