6 Commits

Author SHA1 Message Date
a9243d3a9d Merge version_3 into main
Merge version_3 into main
2026-03-10 10:04:10 +00:00
c1b7eec331 Update theme colors 2026-03-10 10:04:03 +00:00
e266b5b60b Merge version_3 into main
Merge version_3 into main
2026-03-10 09:46:09 +00:00
c9bf80243e Update src/app/page.tsx 2026-03-10 09:46:04 +00:00
ef3527c4ca Merge version_2 into main
Merge version_2 into main
2026-03-07 11:18:25 +00:00
1f7685d20c Merge version_2 into main
Merge version_2 into main
2026-03-07 11:15:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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%"],
},
]}

View File

@@ -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);