@@ -12,25 +12,25 @@ import LandingPageFeatureCard from '../../components/landing-page-components/par
1212
1313const FEATURES = [
1414 {
15- title : "Sign up for free (Byte Plan )" ,
15+ title : "Byte Plan ( free tier )" ,
1616 description : "Everything you need to get started with Dev-Docs" ,
1717 bulletPoints : [
1818 "No cc required" ,
1919 "Access to Dev-Docs' native web app features" ,
2020 "Use Dev-Docs in VS Code or GitHub Codespaces" ,
2121 "Generate the content you need from your codebase" ,
2222 "Leverage Dev-Docs Chrome Extension to generate step by step guides" ,
23- "Get 2,000,000 input credits and 500,000 output credits to use as you see fit (note: fill in with actual credit numbers) " ,
23+ "Get 2,000,000 input credits and 500,000 output credits to use as you see fit" ,
2424 ] ,
2525 buttonTitle : "Get started" ,
2626 href : "https://docs.dev/docs"
2727 } ,
2828 {
29- title : "Dev-Docs Pro Plan (Megabyte Plan )" ,
29+ title : "Megabyte Plan (pro tier )" ,
3030 description : "Get even more out of Dev-Docs" ,
3131 bulletPoints : [
3232 "Everything from the free plan" ,
33- "Starting with 10,000,000 input credits and 2,000,000 output credits per month (note: fill in with actual credit numbers) " ,
33+ "Starting with 10,000,000 input credits and 2,000,000 output credits per month" ,
3434 "Integrate Dev-Docs into your CI/CD to fully automate the process" ,
3535 "Sync Dev-Docs up with your Confluence, Google Drive or Notion" ,
3636 "Dedicated support"
0 commit comments