From d9ace7b6c8daed356cdaeb344bb0cd90108487aa Mon Sep 17 00:00:00 2001 From: Noah Lindner Date: Sun, 28 Jun 2026 19:30:56 -0400 Subject: [PATCH] site: hero heading -> "Clever code is a liability" Swap the hero h1 to lead with the thesis (clever code is the liability) and flag "liability" with a red wavy spellcheck-style underline, reusing the existing --flag token. Co-Authored-By: Claude Opus 4.8 --- site/src/pages/index.astro | 2 +- site/src/styles/global.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index f40ceb3..a414b9f 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -89,7 +89,7 @@ const packs = [
-

Your taste,
not the model’s

+

Clever code
is a liability

AI agents are rats in a maze. They reach for what they know, and what they know is slop. diff --git a/site/src/styles/global.css b/site/src/styles/global.css index bda7729..768d883 100644 --- a/site/src/styles/global.css +++ b/site/src/styles/global.css @@ -88,6 +88,11 @@ section { padding: 6.5rem 0; border-top: 1px solid var(--line-soft); } font-size: clamp(2.8rem, 5.4vw, 4.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; } +.hero h1 .squiggle { + text-decoration: underline wavy var(--flag); + text-decoration-thickness: 2px; + text-underline-offset: .12em; +} .hero .lede { margin-top: 1.6rem; max-width: 32rem; font-size: clamp(1.3rem, 1.9vw, 1.6rem); color: var(--ink);