diff --git a/content/home.md b/content/home.md index b61bbaa..1127f1b 100644 --- a/content/home.md +++ b/content/home.md @@ -1,4 +1,4 @@ --- -hero: Public infrastructure, in the open. +hero: What we build in the open. intro: Flexion Labs gathers our open source work in one place — products we steward, tools we share, and the commitment behind them. --- diff --git a/src/design/layout.css b/src/design/layout.css index e6e4105..58c06a0 100644 --- a/src/design/layout.css +++ b/src/design/layout.css @@ -52,6 +52,7 @@ gap: var(--space-4); } .home-hero h1 { + font-family: var(--font-mono); font-size: var(--step-4); max-inline-size: 22ch; } diff --git a/src/pages/home.tsx b/src/pages/home.tsx index d76ab87..0ac3753 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -1,7 +1,6 @@ import { Layout } from '../design/common/layout' import { FeaturedCard } from '../design/components/featured-card' import type { Catalog } from '../catalog/types' -import { url } from '../build/config' import type { SiteConfig } from '../build/config' export type HeroContent = { hero: string; intro: string } @@ -45,23 +44,13 @@ export function Home({ -
-

By the numbers

+
- -
-

Where to next

- -
) }