diff --git a/apps/website/app/(home)/layout.tsx b/apps/website/app/(home)/layout.tsx index b85e43b70..c66c545ad 100644 --- a/apps/website/app/(home)/layout.tsx +++ b/apps/website/app/(home)/layout.tsx @@ -41,6 +41,7 @@ const HomeLayout = async ({ }): Promise => { const hasUpdates = !!(await getAllBlogs()).length; const navigationItems = [ + { href: "/try", label: "Try it" }, { href: "/#about", label: "About" }, { href: "/#plugins", label: "Plugins" }, { href: "/#resources", label: "Resources" }, diff --git a/apps/website/app/(home)/page.tsx b/apps/website/app/(home)/page.tsx index 90752b135..51e7da1b7 100644 --- a/apps/website/app/(home)/page.tsx +++ b/apps/website/app/(home)/page.tsx @@ -299,22 +299,22 @@ const Home = async (): Promise => { build on.

+ + Try a Discourse Graph +