Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9243d3a9d | |||
| c1b7eec331 | |||
| e266b5b60b | |||
| c9bf80243e | |||
| ef3527c4ca | |||
| 1f7685d20c |
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "standard", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹4,999", subtitle: "Challenge Fee", features: [
|
||||
price: "One-time fee: ₹4,999", subtitle: "Challenge Fee", features: [
|
||||
"Account Size: INR 100,000/-", "70% Profit Split Everyday", "No Time Limit", "Trade As Per Your Strategy", "Trade In BankNifty, Nifty50, Equity F&O", "Fund Increases By ₹1L Every 2 Months Up To ₹5L", "Maximum Loss Limit Capped At 20%"],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user