diff --git a/src/components/Header.astro b/src/components/Header.astro
index a2e4c30..2b531aa 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -1,4 +1,5 @@
---
+import { EDITOR_URL } from '../consts';
import ThemeIcon from './ThemeIcon.astro';
---
@@ -11,6 +12,7 @@ import ThemeIcon from './ThemeIcon.astro';
diff --git a/src/consts.ts b/src/consts.ts
index a38f44e..0cb3809 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -9,4 +9,5 @@ export const SLACK_LINK = 'https://cloud-native.slack.com/messages/open-workflow
export const X_TWITTER_LINK = 'https://x.com/cncfworkflow';
export const LINKEDIN_LINK = 'https://www.linkedin.com/company/serverless-workflow/posts';
export const DEV_MAILING_LIST_LINK = 'mailto:cncf-serverlessws-maintainers@lists.cncf.io';
-export const RSS_LINK = '/rss.xml';
\ No newline at end of file
+export const RSS_LINK = '/rss.xml';
+export const EDITOR_URL = "https://openworkflow-editor.netlify.app/";
\ No newline at end of file
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
+
+
+
+
+
+