From 3880903471e1370c7a760c2fd970a285a1e4daae Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:42:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bef4eb2..40dcc52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } - ]} /> @@ -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." /> @@ -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" /> -
- -
-