5 Commits

Author SHA1 Message Date
cca43cd12b Merge version_4 into main
Merge version_4 into main
2026-04-30 14:50:43 +00:00
db65f7555f Update src/app/page.tsx 2026-04-30 14:50:40 +00:00
e765cac079 Merge version_3 into main
Merge version_3 into main
2026-04-30 14:49:32 +00:00
22c929fd9d Update src/app/page.tsx 2026-04-30 14:49:29 +00:00
316390b774 Merge version_2 into main
Merge version_2 into main
2026-04-30 14:38:12 +00:00

View File

@@ -115,8 +115,8 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ id: "m1", value: "10:15 AM", description: "Sunday Service Time" }, { id: "m1", value: "10:15 AM", description: "Sunday Service Time" },
{ id: "m2", value: "50+", description: "Groups Meeting Weekly" }, { id: "m2", value: "50+", description: "Find Your Group" },
{ id: "m3", value: "12+", description: "Local Outreach Projects" } { id: "m3", value: "12+", description: "Join Outreach Projects" }
]} ]}
title="Our Impact" title="Our Impact"
description="See how God is working through our community in Cloverdale." description="See how God is working through our community in Cloverdale."
@@ -131,7 +131,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "1", name: "Sarah J.", role: "Active Attender", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16129.jpg" }, { id: "1", name: "Sarah J.", role: "Active Attender", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16129.jpg" },
{ id: "2", name: "Michael B.", role: "New Visitor", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-cheering-with-coffee-mugs-office-meeting_23-2148817072.jpg" }, { id: "2", name: "Michael B.", role: "New Visitor", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/top-view-people-cheering-with-coffee-mugs-office-meeting_23-2148817072.jpg" },
{ id: "3", name: "Emily R.", role: "Small Group Leader", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-carrying-tray-cups-with-defocused-father-son_23-2148414874.jpg" }, { id: "3", name: "Emily R.", role: "Small Group Leader", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-carrying-tray-cups-with-defocused-father-son_23-2148414874.jpg" },
{ id: "4", name: "David K.", role: "Parent", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256930.jpg" }, { id: "4", name: "David K.", role: "Parent", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256930.jpg" },
{ id: "5", name: "Jennifer L.", role: "Volunteer", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144064.jpg" } { id: "5", name: "Jennifer L.", role: "Volunteer", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144064.jpg" }
@@ -162,6 +162,7 @@ export default function LandingPage() {
title="Plan Your Visit" title="Plan Your Visit"
description="Let us know you're coming, and we'll save you a seat at our 10:15 AM service." description="Let us know you're coming, and we'll save you a seat at our 10:15 AM service."
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]} inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
textarea={{ name: "notes", placeholder: "Do you have any specific questions or accessibility needs we should know about?", rows: 3 }}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010518.jpg" imageSrc="http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010518.jpg"
/> />
</div> </div>