diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro index 596bca2d7..e8ff55605 100644 --- a/packages/web/src/components/Lander.astro +++ b/packages/web/src/components/Lander.astro @@ -18,6 +18,7 @@ const imageAttrs = { }; const github = config.social.filter(s => s.icon === 'github')[0]; +const discord = config.social.filter(s => s.icon === 'discord')[0]; const command = "curl -fsSL" const protocol = "https://" @@ -53,7 +54,7 @@ if (image) { - Docs + Get Started @@ -66,9 +67,6 @@ if (image) { - - GitHub - @@ -83,18 +81,37 @@ if (image) { - - opencode TUI with the tokyonight theme - + + + opencode TUI with the tokyonight theme + + + + + + + opencode in VS Code + + + + + + opencode TUI with the tokyonight theme + + + - Version: Beta + GitHub - Author: SST + Discord + + + ©2025 Anomaly Innovations @@ -102,7 +119,7 @@ if (image) {
opencode TUI with the tokyonight theme