Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e47d1dfa34 | |||
| edfa33967c | |||
| 3c14667852 | |||
| ad7c591ea4 | |||
| 9f0e7167ec | |||
| e908ac1777 | |||
| 321cba0a48 |
@@ -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