diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-16 14:59:28 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-16 14:59:28 -0700 |
commit | ab17bc4d4363225c316fbf8a721208766f6930e1 (patch) | |
tree | 81badcd9159868490ed40cb0193c03c1c2d64528 | |
parent | 54154b9d0d9592de75884707f2099748f2dbd555 (diff) | |
download | sncontinue-ab17bc4d4363225c316fbf8a721208766f6930e1.tar.gz sncontinue-ab17bc4d4363225c316fbf8a721208766f6930e1.tar.bz2 sncontinue-ab17bc4d4363225c316fbf8a721208766f6930e1.zip |
updating landing page
-rw-r--r-- | docs/src/components/HomepageFeatures/index.js | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js index 31df2b27..a76ea22e 100644 --- a/docs/src/components/HomepageFeatures/index.js +++ b/docs/src/components/HomepageFeatures/index.js @@ -4,32 +4,29 @@ import styles from "./styles.module.css"; const FeatureList = [ { - title: "Tell LLMs when to step in", + title: "Understand and edit code", Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default, description: ( <> - Seamlessly put your repetitive software development tasks - on autopilot by leveraging recipes created by others + Seamlessly ask language models to help you complete steps in your software development tasks </> ), }, { - title: "Write your own recipes", + title: "Customizable for your team", Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default, description: ( <> - Use the Continue SDK to create custom steps and compose - them into recipes, guiding LLMs through common tasks + Define when and how LLMs should act to accelerate steps in your team-specific workflows </> ), }, { - title: "Wield LLMs with confidence", + title: "Breakdown your work step-by-step", Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, description: ( <> - Use the Continue GUI to review, reverse, and rerun steps or even - entire recipes, allowing you to build trust in language models + Use the Continue GUI to review, reverse, and rerun steps that LLMs and you have taken together </> ), }, |