4 Commits

Author SHA1 Message Date
9320b63acb Switch to version 1: modified src/app/page.tsx 2026-04-22 05:38:53 +00:00
659f95ed92 Merge version_2 into main
Merge version_2 into main
2026-04-22 05:38:35 +00:00
a55f4b9c76 Merge version_2 into main
Merge version_2 into main
2026-04-22 05:38:05 +00:00
98760a55cd Merge version_2 into main
Merge version_2 into main
2026-04-22 05:31:28 +00:00

View File

@@ -45,11 +45,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
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."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754952.jpg"
imageAlt="SDA Church Mutoko Interior"
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={[
{ type: "text", text: "Sabbath Service: 9:00 AM" },
{ type: "text", text: "Bible Study: 10:30 AM" },
@@ -164,7 +172,6 @@ export default function LandingPage() {
title="Get in Touch"
description="Have questions? Our leadership team is here to assist you."
tag="Contact Us"
termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions."
/>
</div>
@@ -181,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}