1 Commits

Author SHA1 Message Date
ad7c591ea4 Update src/app/page.tsx 2026-04-22 18:04:43 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ variant: "plain" }} background={{ variant: "plain" }}
title="Grow Your Money, Your Way" title="Build Financial Freedom Starting with K50"
description="Zambia's first micro-investment platform. Start from just K50 via MTN MoMo or Airtel Money. No bank account needed." description="Zambia's first micro-investment platform. Start from just K50 via MTN MoMo or Airtel Money. No bank account needed."
buttons={[ buttons={[
{ text: "Get Started", href: "#contact" }, { text: "Get Started", href: "#contact" },
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }