Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 12:26:10 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}