diff --git a/site/src/components/awesome-header.html b/site/src/components/awesome-header.html
index a9edb6a..d0f82b4 100644
--- a/site/src/components/awesome-header.html
+++ b/site/src/components/awesome-header.html
@@ -1,6 +1,5 @@
{{ project.name }}
- {{ project.description }}
-
-
- Get the easy authoring experience you have come to love and build
- standard custom elements with zero bundlers, transpilers or polyfills.
+
+
+ The simple reactivity system for web components
-
- -
- A robust props API that synchronizes
- your components' property values and HTML attributes
-
- - Sensible life-cycle hooks that you understand and remember
- -
- Use a custom templating syntax you are already familiar with, like
- lit-html (example)
-
- -
- Built-in minimal html function for
- tagged templates powered by Preact's tiny (450 Bytes)
- htm/mini
-
- -
- Attach "side effects" that gets triggered on property value changes
- with attachEffect (example)
-
-
+
+
+
+
-
- Why use this base class?
+ Why use this base class?
Writing Web Components directly from
HTMLElement can seem confusing and