6 Commits

Author SHA1 Message Date
9d188247b4 Update src/app/page.tsx 2026-04-22 05:38:32 +00:00
56eb144a8b Update src/app/page.tsx 2026-04-22 05:37:59 +00:00
6e17af3e62 Update src/app/page.tsx 2026-04-22 05:31:22 +00:00
77b51b56eb Merge version_1 into main
Merge version_1 into main
2026-04-21 23:15:44 +00:00
b567e527d1 Merge version_1 into main
Merge version_1 into main
2026-04-21 23:15:11 +00:00
15d5b77469 Merge version_1 into main
Merge version_1 into main
2026-04-21 23:12:38 +00:00

View File

@@ -45,19 +45,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "glowing-orb" }}
title="Welcome to Seventh Day Adventist Church - Mutoko"
title="Welcome to Mutoko Seventh-day Adventist Church"
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" },
@@ -172,6 +164,7 @@ 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>
@@ -188,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}