1 Commits

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

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "plain" }}
title="Build Financial Freedom Starting with K50"
title="Grow Your Money, Your Way"
description="Zambia's first micro-investment platform. Start from just K50 via MTN MoMo or Airtel Money. No bank account needed."
buttons={[
{ text: "Get Started", href: "#contact" },
@@ -97,7 +97,7 @@ export default function LandingPage() {
{ icon: Smartphone, title: "Sign Up", description: "Use your mobile number — no paperwork required." },
{ icon: Target, title: "Choose Goal", description: "Set your path for business, education, or emergencies." },
{ icon: Wallet, title: "Deposit", description: "Start from K50 via MTN MoMo or Airtel Money." },
{ icon: TrendingUp, title: "Watch it Grow", description: "Enjoy 2028% annual returns." }
{ icon: TrendingUp, title: "Watch it Grow", description: "Earn 2028% annual returns on your savings." }
]}
title="Simple. Safe. For Every Zambian."
description="Join the growing community of SikaGrow investors in four simple steps."
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}