Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-20 03:42:19 +00:00

View File

@@ -8,7 +8,6 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -54,13 +53,6 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285711.jpg", alt: "Beautiful church background" }
]}
avatarText="Join our family"
marqueeItems={[
{ type: "text", text: "Weekly Worship" },
{ type: "text", text: "Youth Programs" },
{ type: "text", text: "Bible Study" },
{ type: "text", text: "Community Aid" },
{ type: "text", text: "Musical Ministry" }
]}
/>
</div>
@@ -111,7 +103,7 @@ export default function LandingPage() {
{ value: "20+", label: "Ministries" },
{ value: "5+", label: "Years Active" }
]}
title="Stories of Faith"
title="Community Voices"
description="What our members have to say about their experience here."
/>
</div>
@@ -121,24 +113,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{ id: "1", title: "When are service times?", content: "Our main services are held every Sunday morning at 10 AM." },
{ id: "2", title: "Do I need to sign up?", content: "No sign-up is required, all are welcome to attend." },
{ id: "3", title: "Is there childcare?", content: "Yes, we offer a dedicated space for children during service hours." }
{ id: "2", title: "Do I need to sign up?", content: "No sign-up is required, all are welcome to attend." }
]}
sideTitle="Frequently Asked"
faqsAnimation="slide-up"
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={["", "Faith ", "Family ", "", "Faith Association", "Mission Relief", "Unity Society"]}
title="Supported By"
description="Proud to partner with these organizations in faith and service."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}