diff options
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index 38b44bf79..33793da51 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -49,7 +49,7 @@ export default function Home() { <div data-slot="hero-copy"> <img data-slot="zen logo light" src={zenLogoLight} alt="" /> <img data-slot="zen logo dark" src={zenLogoDark} alt="" /> - <h1>{i18n.t("zen.hero.title")}</h1> + <h1>Low cost coding models for everyone</h1> <p>{i18n.t("zen.hero.body")}</p> <div data-slot="model-logos"> <div> |
