5 Commits

Author SHA1 Message Date
9dd3f7d12a Update src/app/page.tsx 2026-03-12 20:20:12 +00:00
9ad73bd568 Merge version_2 into main
Merge version_2 into main
2026-03-12 20:18:54 +00:00
3ee5140b40 Update src/app/page.tsx 2026-03-12 20:18:51 +00:00
64b30cc382 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:16:23 +00:00
052710181c Merge version_1 into main
Merge version_1 into main
2026-03-12 20:16:00 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Ancient Wisdom" tag="Ancient Wisdom"
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Explore Membership", href: "features" }, { text: "Start Your Journey", href: "features" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -98,6 +98,8 @@ export default function LandingPage() {
]} ]}
title="What We Offer" title="What We Offer"
description="Discover the pathways to personal enrichment and community impact through our diverse programs and initiatives." description="Discover the pathways to personal enrichment and community impact through our diverse programs and initiatives."
tag="Six Pillars"
tagIcon={Award}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
/> />