diff --git a/website/src/layouts/Base.astro b/website/src/layouts/Base.astro index a412ad1..6bc21ec 100644 --- a/website/src/layouts/Base.astro +++ b/website/src/layouts/Base.astro @@ -42,6 +42,15 @@ const { /> {title} + + + @@ -63,6 +72,19 @@ const { Get Started + GitHub + @@ -185,5 +220,55 @@ const { ); document.querySelectorAll('[data-reveal]').forEach((el) => observer.observe(el)); + + + diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 0a5a955..bde4e91 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -109,6 +109,8 @@ import Base from '../layouts/Base.astro';
Aryx application screenshot showing the workspace with chat, sidebar, and activity panel