Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| edfa33967c | |||
| 3c14667852 | |||
| ad7c591ea4 | |||
| 9f0e7167ec |
@@ -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: "Earn 20–28% annual returns on your savings." }
|
||||
{ icon: TrendingUp, title: "Watch it Grow", description: "Enjoy 20–28% annual returns." }
|
||||
]}
|
||||
title="Simple. Safe. For Every Zambian."
|
||||
description="Join the growing community of SikaGrow investors in four simple steps."
|
||||
@@ -129,10 +129,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "plan1", tag: "Core", price: "50%", period: "T-Bills", description: "Core engine yielding 20-28% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Government Regulated", "Highest Security", "Consistent Returns"] },
|
||||
{ id: "plan4", tag: "Diversified", price: "10%", period: "Money Market", description: "Diversification yielding 15-22% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Risk Managed", "Steady Growth", "Daily Liquidity"] },
|
||||
{ id: "plan2", tag: "Buffer", price: "25%", period: "Bank Deposits", description: "Liquidity buffer yielding 12-18% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Fixed Interest", "High Liquidity", "Stable Growth"] },
|
||||
{ id: "plan3", tag: "Growth", price: "15%", period: "Govt Bonds", description: "Long term growth yielding 22-30% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Capital Preservation", "High Yield", "Government Backed"] },
|
||||
{ id: "plan4", tag: "Diversified", price: "10%", period: "Money Market", description: "Diversification yielding 15-22% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Risk Managed", "Steady Growth", "Daily Liquidity"] }
|
||||
{ id: "plan1", tag: "Core", price: "50%", period: "T-Bills", description: "Core engine yielding 20-28% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Government Regulated", "Highest Security", "Consistent Returns"] },
|
||||
{ id: "plan3", tag: "Growth", price: "15%", period: "Govt Bonds", description: "Long term growth yielding 22-30% annually.", button: { text: "Learn More" }, featuresTitle: "Allocations", features: ["Capital Preservation", "High Yield", "Government Backed"] }
|
||||
]}
|
||||
title="Your Money is Always Protected"
|
||||
description="65% backed by the Government of Zambia. Zero exposure to crypto, equities, or speculation."
|
||||
@@ -190,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user