Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cca43cd12b | |||
| db65f7555f | |||
| e765cac079 | |||
| 22c929fd9d | |||
| 316390b774 | |||
| bf42f33025 | |||
| 6b96496b4d | |||
| c69f2654b3 |
@@ -115,8 +115,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "10:15 AM", description: "Sunday Service Time" },
|
||||
{ id: "m2", value: "50+", description: "Groups Meeting Weekly" },
|
||||
{ id: "m3", value: "12+", description: "Local Outreach Projects" }
|
||||
{ id: "m2", value: "50+", description: "Find Your Group" },
|
||||
{ id: "m3", value: "12+", description: "Join Outreach Projects" }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="See how God is working through our community in Cloverdale."
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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" }
|
||||
@@ -146,8 +146,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "1", title: "What should I wear?", content: "Come as you are! You'll see people in everything from jeans to business casual." },
|
||||
{ id: "2", title: "Is there child care?", content: "Yes, we offer safe, engaging children's programs during the service." },
|
||||
{ id: "3", title: "How long is the service?", content: "Our Sunday service typically lasts about 75 minutes." }
|
||||
{ id: "2", title: "What can I expect when I arrive?", content: "You'll be welcomed by our friendly greeters at the door who can help you find parking and direct you to the auditorium." },
|
||||
{ id: "3", title: "Is there child care?", content: "Yes, we offer safe, engaging children's programs during the service." },
|
||||
{ id: "4", title: "How long is the service?", content: "Our Sunday service typically lasts about 75 minutes." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know before visiting us this Sunday."
|
||||
@@ -161,6 +162,7 @@ export default function LandingPage() {
|
||||
title="Plan Your Visit"
|
||||
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" }]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user