diff options
| author | David Hill <[email protected]> | 2026-03-04 11:34:44 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 11:34:44 +0000 |
| commit | e8f67ddbccc09f7963c0825aa2ead7b31f8884ee (patch) | |
| tree | 97456a36259932d38c1f97ebf5d640616fd95bd7 /packages/console/app/src | |
| parent | a2d3d62db3dcd7bd63d0660d58b4fb0b99b2e603 (diff) | |
| download | opencode-e8f67ddbccc09f7963c0825aa2ead7b31f8884ee.tar.gz opencode-e8f67ddbccc09f7963c0825aa2ead7b31f8884ee.zip | |
chore(console): update /go hero body
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index f991060ba..e51900293 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -50,7 +50,11 @@ export default function Home() { <img data-slot="zen logo light" src={zenLogoLight} alt="" /> <img data-slot="zen logo dark" src={zenLogoDark} alt="" /> <h1>Low cost coding models for everyone</h1> - <p>{i18n.t("zen.hero.body")}</p> + <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. + </p> <div data-slot="model-logos"> {/* <div> |
