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"); ))} -