Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22c929fd9d | |||
| 316390b774 | |||
| bf42f33025 | |||
| 6b96496b4d | |||
| c69f2654b3 |
@@ -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."
|
||||||
@@ -146,8 +146,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
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: "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: "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: "How long is the service?", content: "Our Sunday service typically lasts about 75 minutes." }
|
{ 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"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Everything you need to know before visiting us this Sunday."
|
sideDescription="Everything you need to know before visiting us this Sunday."
|
||||||
|
|||||||
Reference in New Issue
Block a user