Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 18:42:56 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Heart, Flame, Cross, Users, Music, Hands, TrendingUp, DoorOpen, MessageSquare, Target, HandHelpingHand, BookOpen, Lightbulb, Home, Gift, Compass, Zap, MapPin } from 'lucide-react';
import { Sparkles, Heart, Flame, Cross, Users, Music, Hand, TrendingUp, DoorOpen, MessageSquare, Target, HandHelping, BookOpen, Lightbulb, Home, Gift, Compass, Zap, MapPin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -93,11 +93,11 @@ export default function LandingPage() {
{ id: "faith", value: "Faith", title: "In Christ", description: "Our foundation is unwavering belief in Jesus Christ and His transformative love.", icon: Cross },
{ id: "community", value: "Community", title: "Together", description: "We believe in the power of unity and support for one another in faith.", icon: Users },
{ id: "worship", value: "Worship", title: "Sabbath", description: "We honor God through meaningful worship and spiritual practices.", icon: Music },
{ id: "service", value: "Service", title: "Outreach", description: "We extend Christ's love through compassionate service to our community.", icon: Hands },
{ id: "service", value: "Service", title: "Outreach", description: "We extend Christ's love through compassionate service to our community.", icon: Hand },
{ id: "growth", value: "Growth", title: "Spiritual", description: "We nurture spiritual development and personal transformation in faith.", icon: TrendingUp },
{ id: "welcome", value: "Welcome", title: "All Are", description: "Everyone is valued and belongs in our loving church family.", icon: DoorOpen }
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
uniformGridCustomHeightClasses="min-h-80"
textboxLayout="default"
@@ -140,7 +140,7 @@ export default function LandingPage() {
features={[
{ id: "youth-ministry", title: "Youth Ministry", description: "Empowering young people with spiritual guidance, mentorship, and community engagement to develop their faith and character.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149066125.jpg", imageAlt: "Young people church ministry group" }, items: [ { icon: Users, text: "Mentorship programs" }, { icon: BookOpen, text: "Bible study groups" }, { icon: Heart, text: "Spiritual growth activities" } ], reverse: false },
{ id: "family-ministry", title: "Family Ministry", description: "Supporting families of all stages through Christian education, counseling, and activities that strengthen bonds and faith.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-reading-book-christmas-time_329181-6029.jpg", imageAlt: "Family church gathering together" }, items: [ { icon: Home, text: "Family worship events" }, { icon: Users, text: "Parent support groups" }, { icon: Lightbulb, text: "Christian education" } ], reverse: true },
{ id: "community-outreach", title: "Community Outreach", description: "Extending Christ's love through charitable work, community service, and compassionate care for those in need.", media: { imageSrc: "http://img.b2bpic.net/free-photo/people-doing-charity-work-together_23-2148687310.jpg", imageAlt: "Community service volunteers helping" }, items: [ { icon: HandHelpingHand, text: "Community service projects" }, { icon: Gift, text: "Charitable giving programs" }, { icon: Heart, text: "Compassionate care missions" } ], reverse: false },
{ id: "community-outreach", title: "Community Outreach", description: "Extending Christ's love through charitable work, community service, and compassionate care for those in need.", media: { imageSrc: "http://img.b2bpic.net/free-photo/people-doing-charity-work-together_23-2148687310.jpg", imageAlt: "Community service volunteers helping" }, items: [ { icon: HandHelping, text: "Community service projects" }, { icon: Gift, text: "Charitable giving programs" }, { icon: Heart, text: "Compassionate care missions" } ], reverse: false },
{ id: "bible-study", title: "Bible Study & Discipleship", description: "Deep engagement with Scripture through small group studies, classes, and one-on-one discipleship to strengthen faith.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-reading-book-cafe_23-2150064759.jpg", imageAlt: "Bible study group discussion learning" }, items: [ { icon: BookOpen, text: "Weekly Bible studies" }, { icon: Users, text: "Small group discussions" }, { icon: Compass, text: "Spiritual guidance" } ], reverse: true }
]}
textboxLayout="split"