diff options
| author | David Hill <[email protected]> | 2026-03-04 12:01:15 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 12:01:15 +0000 |
| commit | 57095619178036f125d62c0b82d4df2cc2d34ee6 (patch) | |
| tree | 3ed3626f495129df1567b805daa018a404e0006d | |
| parent | 9909f94048cf0b1f325f9867d453534a30b088b0 (diff) | |
| download | opencode-57095619178036f125d62c0b82d4df2cc2d34ee6.tar.gz opencode-57095619178036f125d62c0b82d4df2cc2d34ee6.zip | |
chore(console): refine /go hero and pricing copy
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index 2516d2dac..7b2ad9bdd 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -51,9 +51,9 @@ export default function Home() { <img data-slot="zen logo dark" src={zenLogoDark} alt="" /> <h1>Low cost coding models for everyone</h1> <p> - Go brings agentic coding to programmers around the world for just $10/month. Generous limits and - reliable access to the most capable open-source models, so you can build with powerful agents without - worrying about cost or availability. + Go brings agentic coding to programmers around the world. Offering generous limits and reliable access + to the most capable open-source models, so you can build with powerful agents without worrying about + cost or availability. </p> <div data-slot="model-logos"> {/* @@ -143,9 +143,6 @@ export default function Home() { </a> </div> <div data-slot="pricing-copy"> - <p> - <strong>{i18n.t("zen.pricing.title")}</strong> <span>{i18n.t("zen.pricing.fee")}</span> - </p> <p>{i18n.t("zen.pricing.body")}</p> </div> </section> |
