From 10a8a5203e960572c85b655832f24e6c2eb7948b Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 16 May 2026 09:54:06 +0200 Subject: [PATCH] feat(docs): update home page title & tagline --- docs/src/content/docs/index.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 37113b7..eafec26 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -1,9 +1,9 @@ --- -title: Web Component Base -description: Web components in Easy Mode +title: Ultra-Minimal Custom HTML Elements +description: Only the complexity you need. You decide. template: splash hero: - tagline: The ultra-minimal base class for your custom HTML elements + tagline: With opt-in, progressive upgrades for your Web Components, you get only the complexity you need. You decide. # image: # file: ../../assets/houston.webp actions: @@ -32,4 +32,3 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; Declarative templates for DOM manipulation & event handlers -