From e38e2bb68e606eebcfb82daa92b421ff26cd8831 Mon Sep 17 00:00:00 2001 From: davegilligan Date: Mon, 18 May 2026 00:54:22 +0200 Subject: [PATCH] Remove edition console, route tape, frontline ticker, and venture-desk header - Delete EditionConsole React component and its cover-console wrapper - Delete route-tape section (city stops list) - Delete frontline ticker section (field notes) - Delete venture-desk section-header (redundant description text) - Clean up unused imports (EditionConsole, routeStops, fieldNotes) Co-Authored-By: Claude Sonnet 4.6 --- src/pages/index.astro | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 780f5e8..61a84ae 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,18 +1,15 @@ --- import SectionCard from "../components/SectionCard.astro"; -import EditionConsole from "../components/EditionConsole.jsx"; import LocaleCopy from "../components/LocaleCopy.astro"; import { aiLabCapabilities, aiLabSources, collageImages, - routeStops, ventureDesk, ventureSignals, } from "../data/profile"; import { editorialPromises, - fieldNotes, getSectionHref, hero, launchSections, @@ -71,38 +68,11 @@ const projects = launchSections.find((section) => section.slug === "projects"); ))} -
- -
-
- {routeStops.map((stop) => ( - - {stop.place} - - - ))} -
- -
- {fieldNotes.en.map((_, i) => ( - - ))} -
-
-
-
Four Desks, One Signature
-
- This front page is not a brochure. It is the running file on the real occupations: - private AI, field consulting, jazz-adjacent live products, advocacy, and the long - European afterglow of the schools. -
-
-
{ventureDesk.map((venture) => (