2 Commits

Author SHA1 Message Date
6c1daf4283 Update src/app/page.tsx 2026-03-11 12:26:06 +00:00
95b0bec3fa Merge version_1 into main
Merge version_1 into main
2026-03-11 12:22:41 +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>
);
}
}