From e0cb4bfd48da2a27d04d514bd96c5b7abf2fdb24 Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Sat, 6 Jun 2026 18:12:50 +0200 Subject: [PATCH] feat: place open source showcase on homepage Wire the open-source showcase into the landing page between the changelog and templating sections. --- site/src/pages/index.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index 0160f49b..1d18b8a3 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -14,6 +14,7 @@ import DeveloperMock from '../components/DeveloperMock.astro'; import CRMMock from '../components/CRMMock.astro'; import TemplatingShowcase from '../components/TemplatingShowcase.astro'; import ChangelogShowcase from '../components/ChangelogShowcase.astro'; +import OpenSourceShowcase from '../components/OpenSourceShowcase.astro'; const compare = [ ['Per-mailbox cold cap', '50 / day default', '200 / day if you ask for it'], @@ -370,8 +371,9 @@ const softwareJsonLd = { - + +