gaurv007 commited on
Commit
374d3c3
·
verified ·
1 Parent(s): fbf3514

Update pricing to INR (₹999/mo Pro, ₹3,999/mo Team)

Browse files
Files changed (1) hide show
  1. web/app/page.tsx +3 -3
web/app/page.tsx CHANGED
@@ -24,15 +24,15 @@ const STEPS = [
24
 
25
  const PRICING = [
26
  {
27
- name: "Free", price: "$0", period: "", highlight: false, cta: "Get started",
28
  features: ["10 scans per month", "All 8 clause types", "Risk score and grade", "Chrome extension", "Local fallback"],
29
  },
30
  {
31
- name: "Pro", price: "$12", period: "/mo", highlight: true, cta: "Start free trial",
32
  features: ["Unlimited scans", "Upload contracts and leases", "AI clause explanations", "Scan history", "PDF report export", "Email scan reports", "Priority support"],
33
  },
34
  {
35
- name: "Team", price: "$49", period: "/mo", highlight: false, cta: "Talk to us",
36
  features: ["Everything in Pro", "5 team seats", "10,000 API calls", "Shared dashboard", "Slack support", "Custom clause rules"],
37
  },
38
  ];
 
24
 
25
  const PRICING = [
26
  {
27
+ name: "Free", price: "0", period: "", highlight: false, cta: "Get started",
28
  features: ["10 scans per month", "All 8 clause types", "Risk score and grade", "Chrome extension", "Local fallback"],
29
  },
30
  {
31
+ name: "Pro", price: "₹999", period: "/mo", highlight: true, cta: "Start free trial",
32
  features: ["Unlimited scans", "Upload contracts and leases", "AI clause explanations", "Scan history", "PDF report export", "Email scan reports", "Priority support"],
33
  },
34
  {
35
+ name: "Team", price: "₹3,999", period: "/mo", highlight: false, cta: "Talk to us",
36
  features: ["Everything in Pro", "5 team seats", "10,000 API calls", "Shared dashboard", "Slack support", "Custom clause rules"],
37
  },
38
  ];