Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-28 10:08:38 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Users, BookOpen, HandHeart, Scale, Sparkles, Smile, Target, MessageSquare } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
@@ -31,26 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Events",
id: "features",
},
{
name: "Leadership",
id: "team",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Events", id: "features" },
{ name: "Leadership", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="ACK St. Martins"
/>
@@ -58,22 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Welcome to ACK St. Martins Kahawa Wendani"
description="A growing community anchored in faith, love, and service. Join us as we journey together in His grace."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-happy-parents-kid_23-2149344045.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-happy-parents-kid_23-2149344045.jpg"
imageAlt="ACK St. Martins Church Exterior"
buttons={[
{
text: "Join Our Service",
href: "#contact",
},
{
text: "Learn About Us",
href: "#about",
},
{ text: "Join Our Service", href: "#contact" },
{ text: "Learn About Us", href: "#about" },
]}
/>
</div>
@@ -85,20 +63,11 @@ export default function LandingPage() {
title="Our Mission & Faith"
description="We are dedicated to building a Christ-centered community where everyone finds belonging, growth, and hope."
bulletPoints={[
{
title: "Spiritual Growth",
description: "Weekly bible study and prayer meetings.",
},
{
title: "Community Service",
description: "Supporting our local Kahawa Wendani community.",
},
{
title: "Youth Empowerment",
description: "Guiding our next generation in faith.",
},
{ title: "Spiritual Growth", description: "Weekly bible study and prayer meetings.", icon: BookOpen },
{ title: "Community Service", description: "Supporting our local Kahawa Wendani community.", icon: HandHeart },
{ title: "Youth Empowerment", description: "Guiding our next generation in faith.", icon: Users },
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150574538.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150574538.jpg"
mediaAnimation="slide-up"
imageAlt="Community service and church ministry outreach"
/>
@@ -110,36 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "m1",
label: "Ministry",
title: "Sunday Worship",
items: [
"8:00 AM First Service",
"10:30 AM Second Service",
"Youth Service",
],
},
{
id: "m2",
label: "Ministry",
title: "Community Outreach",
items: [
"Charity initiatives",
"Food distribution",
"Hospital visits",
],
},
{
id: "m3",
label: "Ministry",
title: "Education",
items: [
"Sunday School",
"Catechism Classes",
"Bible Study",
],
},
{ id: "m1", label: "Ministry", title: "Sunday Worship", items: ["8:00 AM First Service", "10:30 AM Second Service", "Youth Service"] },
{ id: "m2", label: "Ministry", title: "Community Outreach", items: ["Charity initiatives", "Food distribution", "Hospital visits"] },
{ id: "m3", label: "Ministry", title: "Education", items: ["Sunday School", "Catechism Classes", "Bible Study"] },
]}
title="Ministries We Serve"
description="Discover ways to engage, serve, and deepen your walk with God."
@@ -151,56 +93,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alice Wangari",
date: "2024",
title: "Member",
quote: "St. Martins feels like a second family to me.",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-multiracial-people-talking-outdoors_74855-2913.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-parents-kid_23-2149344045.jpg?_wi=2",
imageAlt: "smiling parishioner portrait church",
},
{
id: "t2",
name: "John Kamau",
date: "2024",
title: "Elder",
quote: "I have grown spiritually here for over 10 years.",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-bowl-man-casual-clothes-looking-camera-spirituality-health-concept_74855-23489.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150574538.jpg?_wi=2",
imageAlt: "smiling parishioner portrait church",
},
{
id: "t3",
name: "Brian Otieno",
date: "2024",
title: "Youth Leader",
quote: "The youth ministry is incredibly supportive.",
avatarSrc: "http://img.b2bpic.net/free-photo/man-adjusting-shirt_1187-1598.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg",
imageAlt: "smiling parishioner portrait church",
},
{
id: "t4",
name: "Mary Nyambura",
date: "2024",
title: "Member",
quote: "Sunday worship gives me peace every week.",
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eyeglasses-dress-posing-office_197531-18146.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-collecting-donation-box-from-another-volunteer_23-2149230544.jpg",
imageAlt: "smiling parishioner portrait church",
},
{
id: "t5",
name: "The Kimani Family",
date: "2024",
title: "Family",
quote: "Raising our kids in this church has been a blessing.",
avatarSrc: "http://img.b2bpic.net/free-photo/family-town_1157-7029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-children-read-book-tree_1232-2118.jpg",
imageAlt: "smiling parishioner portrait church",
},
{ id: "t1", tag: "Parishioner", name: "Alice Wangari", date: "2024", title: "Member", quote: "St. Martins feels like a second family to me.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-multiracial-people-talking-outdoors_74855-2913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-parents-kid_23-2149344045.jpg", imageAlt: "smiling parishioner portrait church" },
{ id: "t2", tag: "Elder", name: "John Kamau", date: "2024", title: "Elder", quote: "I have grown spiritually here for over 10 years.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-bowl-man-casual-clothes-looking-camera-spirituality-health-concept_74855-23489.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150574538.jpg", imageAlt: "smiling parishioner portrait church" },
{ id: "t3", tag: "Youth", name: "Brian Otieno", date: "2024", title: "Youth Leader", quote: "The youth ministry is incredibly supportive.", avatarSrc: "http://img.b2bpic.net/free-photo/man-adjusting-shirt_1187-1598.jpg", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg", imageAlt: "smiling parishioner portrait church" },
{ id: "t4", tag: "Member", name: "Mary Nyambura", date: "2024", title: "Member", quote: "Sunday worship gives me peace every week.", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eyeglasses-dress-posing-office_197531-18146.jpg", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-collecting-donation-box-from-another-volunteer_23-2149230544.jpg", imageAlt: "smiling parishioner portrait church" },
{ id: "t5", tag: "Family", name: "The Kimani Family", date: "2024", title: "Family", quote: "Raising our kids in this church has been a blessing.", avatarSrc: "http://img.b2bpic.net/free-photo/family-town_1157-7029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-children-read-book-tree_1232-2118.jpg", imageAlt: "smiling parishioner portrait church" },
]}
title="Voices of Our Community"
description="Hear what our members say about life at St. Martins."
@@ -212,21 +109,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What time is the Sunday Service?",
content: "We hold services at 8:00 AM and 10:30 AM.",
},
{
id: "q2",
title: "Are there children's programs?",
content: "Yes, we offer Sunday School during both services.",
},
{
id: "q3",
title: "How can I join a cell group?",
content: "Visit our information desk or sign up on our website.",
},
{ id: "q1", title: "What time is the Sunday Service?", content: "We hold services at 8:00 AM and 10:30 AM." },
{ id: "q2", title: "Are there children's programs?", content: "Yes, we offer Sunday School during both services." },
{ id: "q3", title: "How can I join a cell group?", content: "Visit our information desk or sign up on our website." },
]}
title="Common Questions"
description="Find answers to help you navigate your first visit."
@@ -241,24 +126,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "p1",
name: "Rev. John Doe",
role: "Vicar",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg",
},
{
id: "p2",
name: "Jane Smith",
role: "Ministry Coordinator",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-closed-book_23-2148396321.jpg",
},
{
id: "p3",
name: "Peter Kinyua",
role: "Worship Leader",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musician-working-studio_23-2150265042.jpg",
},
{ id: "p1", name: "Rev. John Doe", role: "Vicar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg" },
{ id: "p2", name: "Jane Smith", role: "Ministry Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-closed-book_23-2148396321.jpg" },
{ id: "p3", name: "Peter Kinyua", role: "Worship Leader", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musician-working-studio_23-2150265042.jpg" },
]}
title="Church Leadership"
description="Guided by faith, led by our dedicated clergy."
@@ -271,21 +141,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "met1",
title: "Active Members",
value: "500+",
},
{
id: "met2",
title: "Sunday School Kids",
value: "150+",
},
{
id: "met3",
title: "Outreach Projects",
value: "12",
},
{ id: "met1", icon: Users, title: "Active Members", value: "500+" },
{ id: "met2", icon: Smile, title: "Sunday School Kids", value: "150+" },
{ id: "met3", icon: Target, title: "Outreach Projects", value: "12" },
]}
title="Our Impact"
description="Celebrating the growth and milestones of our faithful community."
@@ -295,9 +153,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Stay Connected"
description="Subscribe to our weekly newsletters for church updates and events."
@@ -310,45 +166,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="ACK St. Martins"
columns={[
{
title: "Church",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Leadership",
href: "#team",
},
],
},
{
title: "Resources",
items: [
{
label: "Events",
href: "#features",
},
{
label: "FAQs",
href: "#faq",
},
],
},
{
title: "Support",
items: [
{
label: "Giving",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Church", items: [{ label: "About Us", href: "#about" }, { label: "Leadership", href: "#team" }] },
{ title: "Resources", items: [{ label: "Events", href: "#features" }, { label: "FAQs", href: "#faq" }] },
{ title: "Support", items: [{ label: "Giving", href: "#" }, { label: "Contact", href: "#contact" }] },
]}
/>
</div>