From 4224f9132dcda556c6db4ba02ef88ba8913e3988 Mon Sep 17 00:00:00 2001 From: Nathanial Henniges <19924836+nathanialhenniges@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:41:12 -0500 Subject: [PATCH 1/3] feat(docs): 2026 marketing redesign of landing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Editorial tech-luxe aesthetic — kinetic hero, liquid-glass now-playing frame, infinite integration ticker, asymmetric bento features with live Twitch chat mock, diagonal 3-step flow, terminal dev card, giant CTA. - layout.tsx: add JetBrains Mono + Instrument Serif fonts - global.css: mesh bg, grid lines, noise, kinetic headline, liquid-glass, ticker marquee, shimmer btn, bento cards, terminal window, reduced-motion - page.tsx: full rewrite into 6 sections, v2.0 song-requests teaser Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/docs/app/(home)/page.tsx | 704 +++++++++++++++++++++++----------- apps/docs/app/global.css | 382 ++++++++++++++++++ apps/docs/app/layout.tsx | 18 +- 3 files changed, 880 insertions(+), 224 deletions(-) diff --git a/apps/docs/app/(home)/page.tsx b/apps/docs/app/(home)/page.tsx index 32cd08f..8919368 100644 --- a/apps/docs/app/(home)/page.tsx +++ b/apps/docs/app/(home)/page.tsx @@ -1,13 +1,22 @@ import Link from "next/link"; -import { MessageSquare, Radio, Wifi, Shield, Download, ArrowRight, Github } from "lucide-react"; +import { + MessageSquare, + Radio, + Wifi, + Shield, + Download, + ArrowRight, + Github, + Sparkles, + Music, +} from "lucide-react"; import { getAssetPath } from "@/lib/utils"; -// Pulsing "Now Playing" card mockup +// ── Pulsing "Now Playing" card mockup ── function NowPlayingCard() { return (
- {/* Album art placeholder */}
DevBowzer

- {/* Progress bar */}