diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro
index d7c1524b6..4b8565a05 100644
--- a/www/src/pages/blog/index.astro
+++ b/www/src/pages/blog/index.astro
@@ -29,7 +29,11 @@ function getColorValueBasedOnContent(content: string) {
frontmatter={{
title: "Blog",
description: "Fiberplane likes to write sometimes",
- template: "splash"
+ template: "splash",
+ banner: {
+ content:
+ 'It\'s Mega Launch Week 🚀 Follow along for the latest features shipping this week from Fiberplane'
+ }
}}
>
diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro
index 71ada4235..8df5ca2cd 100644
--- a/www/src/pages/index.astro
+++ b/www/src/pages/index.astro
@@ -8,6 +8,10 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
frontmatter={{
title: "Fiberplane",
template: "splash",
+ banner: {
+ content:
+ 'It\'s Mega Launch Week 🚀 Follow along for the latest features shipping this week from Fiberplane'
+ },
hero: {
title: "Test and debug your Hono API",
image: { file: fpxHeroScreenshot },