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
|
||||
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
|
||||
</Card>
|
||||
</CardGrid>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue