From 3f879859d725d32268ccf76c2023672677011413 Mon Sep 17 00:00:00 2001 From: Jay V Date: Thu, 14 Aug 2025 12:43:51 -0400 Subject: ignore: lander styles --- packages/web/src/components/Lander.astro | 214 +++++++++++++++++++++++-------- 1 file changed, 164 insertions(+), 50 deletions(-) (limited to 'packages/web/src/components') 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) {
-
- GitHub -
@@ -83,18 +81,37 @@ if (image) {
-
-

opencode TUI with the tokyonight theme

- opencode TUI with the tokyonight theme +
+
+
opencode TUI with the tokyonight theme
+ opencode TUI with the tokyonight theme +
+
+
+
+
+
opencode in VS Code
+ opencode in VS Code +
+
+
+
+
opencode TUI with the tokyonight theme
+ opencode TUI with the tokyonight theme +
+
@@ -102,7 +119,7 @@ if (image) { -- cgit v1.2.3