diff --git a/src/components/Header.astro b/src/components/Header.astro
index a2e4c30..c74d700 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -11,6 +11,7 @@ import ThemeIcon from './ThemeIcon.astro';
diff --git a/src/pages/index.astro b/src/pages/index.astro
index b093176..de5d7f7 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -10,6 +10,54 @@ import OWSEditor from "../components/OWSEditor";
const examples = (await getCollection('example')).sort((a,b) => a.data.title.localeCompare(b.data.title));
---
+
+
+
+
+
+
+ Meet the Diagram Editor
+
+
+ Visualize and explore workflows with our interactive editor.
+
+
+ Try the Editor
+
+
+
+
+
+