Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-08 18:25:11 +00:00

View File

@@ -25,223 +25,104 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Values",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="His Light Ministry"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Values", id: "features" },
{ name: "Contact", id: "contact" }
]}
brandName="His Light Ministry"
button={{ text: "Join Us", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="His Light Ministry"
description="Connecting women through faith, service, and fellowship. Join our mission to serve the community in love and grace."
buttons={[
{
text: "Watch Our Videos",
href: "https://youtube.com",
},
{
text: "Join Us Today",
href: "#contact",
},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=1",
imageAlt: "Christian women gathering in service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=2",
imageAlt: "Community ministry work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=3",
imageAlt: "Faith fellowship session",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=4",
imageAlt: "Spiritual retreat group",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=5",
imageAlt: "Service project teamwork",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=6",
imageAlt: "Prayer circle meeting",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="His Light Ministry"
description="Connecting women through faith, service, and fellowship. Join our mission to serve the community in love and grace."
buttons={[
{ text: "Watch Our Videos", href: "https://youtube.com" },
{ text: "Join Us Today", href: "#contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "Christian women gathering in service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "Community ministry work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "Faith fellowship session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "Spiritual retreat group" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "Service project teamwork" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "Prayer circle meeting" }
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Empowering Women through Faith"
description="Our ministry is dedicated to fostering spiritual growth, community service, and meaningful connections. Learn more about our mission on our YouTube channel, where we share stories of faith, outreach, and daily devotion."
metrics={[
{
value: "12+",
title: "Years Serving",
},
{
value: "500+",
title: "Women Empowered",
},
{
value: "20+",
title: "Community Projects",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16133.jpg?_wi=1"
imageAlt="Ministry leaders facilitating a session"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Empowering Women through Faith"
description="Our ministry is dedicated to fostering spiritual growth, community service, and meaningful connections. Learn more about our mission on our YouTube channel, where we share stories of faith, outreach, and daily devotion."
metrics={[
{ value: "12+", title: "Years Serving" },
{ value: "500+", title: "Women Empowered" },
{ value: "20+", title: "Community Projects" }
]}
imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16133.jpg"
imageAlt="Ministry leaders facilitating a session"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
features={[
{
title: "Community Outreach",
description: "Hands-on service to support families and those in need in our area.",
imageSrc: "http://img.b2bpic.net/free-photo/charity-donation-heart-graphic-concept_53876-122547.jpg?_wi=1",
},
{
title: "Spiritual Fellowship",
description: "Regular gatherings for Bible study, prayer, and uplifting conversation.",
imageSrc: "http://img.b2bpic.net/free-photo/shot-two-young-females-posing-with-book-forest-autumn-mood_181624-42769.jpg?_wi=1",
},
{
title: "Leadership Growth",
description: "Mentorship and development programs to empower future women leaders.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-patients-standing-circle-holding-hands_23-2148398454.jpg?_wi=1",
},
]}
title="Our Ministry Values"
description="Guided by grace and driven by love, our pillars of service."
/>
</div>
<div id="features" data-section="features">
<FeatureCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
features={[
{ title: "Community Outreach", description: "Hands-on service to support families and those in need in our area.", imageSrc: "http://img.b2bpic.net/free-photo/charity-donation-heart-graphic-concept_53876-122547.jpg" },
{ title: "Spiritual Fellowship", description: "Regular gatherings for Bible study, prayer, and uplifting conversation.", imageSrc: "http://img.b2bpic.net/free-photo/shot-two-young-females-posing-with-book-forest-autumn-mood_181624-42769.jpg" },
{ title: "Leadership Growth", description: "Mentorship and development programs to empower future women leaders.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-patients-standing-circle-holding-hands_23-2148398454.jpg" }
]}
title="Our Ministry Values"
description="Guided by grace and driven by love, our pillars of service."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
date: "Jan 2024",
title: "Ministry Member",
quote: "I found my purpose through the amazing women I met here.",
tag: "Testimonial",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-front-view_23-2149537481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg?_wi=7",
imageAlt: "graceful christian women prayer",
},
{
id: "2",
name: "Diane Reed",
date: "Dec 2023",
title: "Volunteer",
quote: "The service projects have truly changed my view on helping others.",
tag: "Testimonial",
avatarSrc: "http://img.b2bpic.net/free-photo/relaxed-girls-with-hands-together_23-2147617408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16133.jpg?_wi=2",
imageAlt: "women ministry leadership community",
},
{
id: "3",
name: "Elizabeth Carter",
date: "Nov 2023",
title: "Member",
quote: "A safe space for faith, laughter, and lifelong friendship.",
tag: "Testimonial",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-spending-time-summer-field_1157-36096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/charity-donation-heart-graphic-concept_53876-122547.jpg?_wi=2",
imageAlt: "community service hands helping",
},
{
id: "4",
name: "Joan Rivers",
date: "Oct 2023",
title: "Mentor",
quote: "Being a mentor has been the most fulfilling journey of my life.",
tag: "Testimonial",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-child-portrait_23-2151204138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shot-two-young-females-posing-with-book-forest-autumn-mood_181624-42769.jpg?_wi=2",
imageAlt: "bible study women group",
},
{
id: "5",
name: "Mary Thompson",
date: "Sep 2023",
title: "Participant",
quote: "I am so thankful for the guidance and love found in this group.",
tag: "Testimonial",
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-girl-touching-her-hair_1140-195.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-patients-standing-circle-holding-hands_23-2148398454.jpg?_wi=2",
imageAlt: "women leadership church workshop",
},
]}
title="Stories of Grace"
description="Hear how the ministry has touched the hearts of women in our community."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Ministry Member", quote: "I found my purpose through the amazing women I met here.", tag: "Testimonial", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-front-view_23-2149537481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sitting-holding-hands_23-2148228823.jpg", imageAlt: "graceful christian women prayer" },
{ id: "2", name: "Diane Reed", date: "Dec 2023", title: "Volunteer", quote: "The service projects have truly changed my view on helping others.", tag: "Testimonial", avatarSrc: "http://img.b2bpic.net/free-photo/relaxed-girls-with-hands-together_23-2147617408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16133.jpg", imageAlt: "women ministry leadership community" },
{ id: "3", name: "Elizabeth Carter", date: "Nov 2023", title: "Member", quote: "A safe space for faith, laughter, and lifelong friendship.", tag: "Testimonial", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-spending-time-summer-field_1157-36096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/charity-donation-heart-graphic-concept_53876-122547.jpg", imageAlt: "community service hands helping" },
{ id: "4", name: "Joan Rivers", date: "Oct 2023", title: "Mentor", quote: "Being a mentor has been the most fulfilling journey of my life.", tag: "Testimonial", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-child-portrait_23-2151204138.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shot-two-young-females-posing-with-book-forest-autumn-mood_181624-42769.jpg", imageAlt: "bible study women group" },
{ id: "5", name: "Mary Thompson", date: "Sep 2023", title: "Participant", quote: "I am so thankful for the guidance and love found in this group.", tag: "Testimonial", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-girl-touching-her-hair_1140-195.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-patients-standing-circle-holding-hands_23-2148398454.jpg", imageAlt: "women leadership church workshop" }
]}
title="Stories of Grace"
description="Hear how the ministry has touched the hearts of women in our community."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
text="Have questions or want to get involved? Reach out to us today to join our next fellowship or service event."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@hislightministry.org",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Have questions or want to get involved? Reach out to us today to join our next fellowship or service event."
buttons={[{ text: "Contact Us", href: "mailto:hello@hislightministry.org" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="His Light Ministry"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "YouTube Channel",
href: "https://youtube.com",
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="His Light Ministry"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "YouTube Channel", href: "https://youtube.com" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}