From 0f63f068d30b9fc20e2512875f782d954d992f40 Mon Sep 17 00:00:00 2001 From: elkaix Date: Sun, 16 Aug 2026 11:34:22 -0400 Subject: [PATCH 1/5] feat(site): rework the hero as a dark desktop-first section Lead with a dark hero that presents the desktop app and an app-window preview, make the nav react to scroll, expand the cursor-aware particle field, and drop the CSS bubble decorations and the separate desktop showcase section. --- apps/site/src/App.vue | 423 +++++++++++--------- apps/site/src/components/ParticleField.vue | 428 ++++++++++++++++----- apps/site/src/style.css | 77 +--- 3 files changed, 589 insertions(+), 339 deletions(-) diff --git a/apps/site/src/App.vue b/apps/site/src/App.vue index f11a78c9..45bb75f8 100644 --- a/apps/site/src/App.vue +++ b/apps/site/src/App.vue @@ -1,7 +1,7 @@