From 5fe2294483cbdfee9368251c50312690e5732692 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:14:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e99c112..a15ae93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,18 +98,6 @@ export default function LandingPage() { src: "http://img.b2bpic.net/free-photo/portrait-handsome-male-priest_23-2149298340.jpg", alt: "Handsome priest"}, ]} avatarText="Join 5,000+ members" - marqueeItems={[ - { - type: "text", text: "Salvation"}, - { - type: "text", text: "Transformation"}, - { - type: "text", text: "Hope"}, - { - type: "text", text: "Community"}, - { - type: "text", text: "Purpose"}, - ]} /> @@ -196,10 +184,6 @@ export default function LandingPage() { id: "t2", name: "Sarah Mensah", date: "Sep 2024", title: "New Purpose", quote: "I found a family.", tag: "Purpose", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133003.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", imageAlt: "diverse church members happy"}, { id: "t3", name: "Emmanuel Addo", date: "Aug 2024", title: "Spiritual Growth", quote: "Deep and refreshing.", tag: "Study", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-looking_74855-5149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188139.jpg?_wi=2", imageAlt: "diverse church members happy"}, - { - id: "t4", name: "Kojo Asante", date: "Jul 2024", title: "Home at Last", quote: "Welcoming mission.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg?_wi=2", imageAlt: "diverse church members happy"}, - { - id: "t5", name: "Abena Boateng", date: "Jun 2024", title: "Changed Direction", quote: "Aligned my calling.", tag: "Calling", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-old-building-interior-surrounded-by-lights_181624-11774.jpg?_wi=2", imageAlt: "diverse church members happy"}, ]} title="Transformed Lives" description="Hear how our community has found purpose, healing, and home here." @@ -275,8 +259,3 @@ export default function LandingPage() { ); } -" - } - ], - "rawPlan": "I have replaced the previous footer component with the requested FooterBaseCard to better structure the footer information with columns and titles." -} \ No newline at end of file -- 2.49.1