From 93f4252bb1edf3324edcf7f7d38c5b63937b0c93 Mon Sep 17 00:00:00 2001 From: Jay V Date: Thu, 19 Jun 2025 18:19:32 -0400 Subject: [PATCH] docs: tweak lander --- packages/web/src/components/Lander.astro | 90 ++++++++++++++++++-- packages/web/src/content/docs/docs/index.mdx | 2 + 2 files changed, 86 insertions(+), 6 deletions(-) diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro index 86952555..ae1b2a5e 100644 --- a/packages/web/src/components/Lander.astro +++ b/packages/web/src/components/Lander.astro @@ -5,6 +5,7 @@ import type { Props } from '@astrojs/starlight/props'; import CopyIcon from "../assets/lander/copy.svg"; import CheckIcon from "../assets/lander/check.svg"; +import Screenshot from "../assets/themes/tokyonight.png"; const { data } = Astro.locals.starlightRoute.entry; const { title = data.title, tagline, image, actions = [] } = data.hero || {}; @@ -77,6 +78,13 @@ if (image) { +
+
+

opencode TUI with the tokyonight theme

+ opencode TUI with the tokyonight theme +
+
+