diff --git a/site/decodal-site/src/pages/index.astro b/site/decodal-site/src/pages/index.astro index 3895e98..f4c1524 100644 --- a/site/decodal-site/src/pages/index.astro +++ b/site/decodal-site/src/pages/index.astro @@ -14,7 +14,6 @@ Production = Server & { ---
-

Lazy configuration and schema language

Decodal keeps configuration, constraints, and defaults in one composable value.

Define structured data with constraints, compose it with patches, and materialize the result from Rust, diff --git a/site/decodal-site/src/style.css b/site/decodal-site/src/style.css index 5e365d3..6c6d6ec 100644 --- a/site/decodal-site/src/style.css +++ b/site/decodal-site/src/style.css @@ -467,15 +467,6 @@ button:disabled { padding: 5rem 0 4rem; } -.eyebrow { - color: var(--muted); - font-size: 0.9rem; - font-weight: 700; - letter-spacing: 0.08em; - margin: 0 0 1rem; - text-transform: uppercase; -} - .hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); line-height: 0.95;