diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index e5101442f..5cb91a6fb 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -338,6 +338,11 @@ body { } } + [data-slot="installation-instructions"] { + color: var(--color-text-strong); + margin-bottom: 8px; + } + [data-slot="installation"] { width: 100%; max-width: 100%; @@ -348,6 +353,11 @@ body { } } + [data-slot="installation-options"] { + font-size: 13px; + margin-top: 12px; + } + [data-component="tabs"] { [data-slot="tablist"] { display: flex; @@ -480,10 +490,10 @@ body { } h1 { - font-size: 28px; + font-size: 38px; color: var(--color-text-strong); font-weight: 500; - margin-bottom: 16px; + margin-bottom: 8px; @media (max-width: 60rem) { font-size: 22px; @@ -492,7 +502,7 @@ body { p { color: var(--color-text); - margin-bottom: 24px; + margin-bottom: 40px; max-width: 82%; @media (max-width: 50rem) { diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 1a41f0e6a..b04fe5094 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -43,7 +43,7 @@ export default function Home() { return (
{/**/} - OpenCode | The AI coding agent built for the terminal + OpenCode | The open source AI coding agent @@ -53,26 +53,33 @@ export default function Home() {
- + What’s new in {release()?.name ?? "the latest release"} -

The AI coding agent built for the terminal

+

The open source coding agent

- OpenCode is fully open source, giving you control and freedom to use any provider, any model, and any - editor. + OpenCode includes free models or connect from any provider + to
+ use other models, including Claude, GPT, Gemini and more.

- - Read docs - - - - + {/**/} + {/* Read docs */} + {/* */} + {/* */} + {/* */} + {/**/}
+

+ Install and use. No account, no email, and no credit card. +

- - - - -
+

+ Available in terminal, web, and desktop (coming soon).
+ Extensions for VS Code, Cursor, Windsurf, and more. +

-