feat(docs): update home page title & tagline
This commit is contained in:
parent
4b274e1e99
commit
10a8a5203e
1 changed files with 3 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Web Component Base
|
title: Ultra-Minimal Custom HTML Elements
|
||||||
description: Web components in Easy Mode
|
description: Only the complexity you need. You decide.
|
||||||
template: splash
|
template: splash
|
||||||
hero:
|
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:
|
# image:
|
||||||
# file: ../../assets/houston.webp
|
# file: ../../assets/houston.webp
|
||||||
actions:
|
actions:
|
||||||
|
|
@ -32,4 +32,3 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||||
Declarative templates for DOM manipulation & event handlers
|
Declarative templates for DOM manipulation & event handlers
|
||||||
</Card>
|
</Card>
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue