5 Commits

Author SHA1 Message Date
3880903471 Update src/app/page.tsx 2026-04-20 03:42:16 +00:00
c4770b3000 Merge version_1 into main
Merge version_1 into main
2026-04-20 03:40:17 +00:00
77e3305905 Merge version_1 into main
Merge version_1 into main
2026-04-20 03:39:24 +00:00
8fbf5d9e8a Merge version_1 into main
Merge version_1 into main
2026-04-20 03:37:20 +00:00
07d3270929 Merge version_1 into main
Merge version_1 into main
2026-04-20 03:33:51 +00:00

View File

@@ -8,7 +8,6 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; 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" } { src: "http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285711.jpg", alt: "Beautiful church background" }
]} ]}
avatarText="Join our family" 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> </div>
@@ -111,7 +103,7 @@ export default function LandingPage() {
{ value: "20+", label: "Ministries" }, { value: "20+", label: "Ministries" },
{ value: "5+", label: "Years Active" } { value: "5+", label: "Years Active" }
]} ]}
title="Stories of Faith" title="Community Voices"
description="What our members have to say about their experience here." description="What our members have to say about their experience here."
/> />
</div> </div>
@@ -121,24 +113,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ id: "1", title: "When are service times?", content: "Our main services are held every Sunday morning at 10 AM." }, { 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: "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." }
]} ]}
sideTitle="Frequently Asked" sideTitle="Frequently Asked"
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </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"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}