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