Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9320b63acb | |||
| 659f95ed92 | |||
| a55f4b9c76 | |||
| 98760a55cd |
@@ -45,11 +45,19 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
title="Welcome to Mutoko Seventh-day Adventist Church"
|
title="Welcome to Seventh Day Adventist Church - Mutoko"
|
||||||
description="\"Remember the Sabbath day, to keep it holy.\" - Exodus 20:8. Join us in worship as we honor the Creator in our sanctuary at Crowhillpark."
|
description="\"Remember the Sabbath day, to keep it holy.\" - Exodus 20:8. Join us in worship as we honor the Creator in our sanctuary at Crowhillpark."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754952.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754952.jpg"
|
||||||
imageAlt="SDA Church Mutoko Interior"
|
imageAlt="SDA Church Mutoko Interior"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/happy-blond-young-man-pointing-fingers-camera-choosing-you-recruiting-inviting-join-standing-white-background_176420-46954.jpg", alt: "Church elder greeting member" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/emotional-guy-with-beard-brown-shirt-grey-plain-tshirt-rejoicing-looking-into-camera-isolated-blue-background_197531-27473.jpg", alt: "Smiling community member" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/image-amazed-happy-middleaged-man-showing-thumbsup-smiling-standing-white-background_1258-131796.jpg", alt: "Happy youth leader" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/enthusiastic-handsome-smiling-blond-man-with-happy-grin-pointing-himself-as-volunteering-talking-about-personal-achievement-goal-want-participate-yellow-background_1258-59729.jpg", alt: "Pastor smiling" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-afro-male-student-holding-book-hand-leaning-against-wall_23-2148093168.jpg", alt: "Church student member" },
|
||||||
|
]}
|
||||||
|
avatarText="Join our 500+ members"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Sabbath Service: 9:00 AM" },
|
{ type: "text", text: "Sabbath Service: 9:00 AM" },
|
||||||
{ type: "text", text: "Bible Study: 10:30 AM" },
|
{ type: "text", text: "Bible Study: 10:30 AM" },
|
||||||
@@ -164,7 +172,6 @@ export default function LandingPage() {
|
|||||||
title="Get in Touch"
|
title="Get in Touch"
|
||||||
description="Have questions? Our leadership team is here to assist you."
|
description="Have questions? Our leadership team is here to assist you."
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -181,4 +188,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user