Update src/app/page.tsx

This commit is contained in:
2026-03-12 20:18:51 +00:00
parent 64b30cc382
commit 3ee5140b40

View File

@@ -98,6 +98,8 @@ export default function LandingPage() {
]}
title="What We Offer"
description="Discover the pathways to personal enrichment and community impact through our diverse programs and initiatives."
tag="Six Pillars"
tagIcon={Award}
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -223,4 +225,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}