diff --git a/website/astro.config.mjs b/website/astro.config.mjs
index f8e3ca95b..af37c9164 100644
--- a/website/astro.config.mjs
+++ b/website/astro.config.mjs
@@ -46,6 +46,10 @@ export default defineConfig({
title: 'BMAD Method',
tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.',
+ banner: {
+ content: 'Build your own BMad modules and share them with the community! Get started or submit to the marketplace.',
+ },
+
// i18n: locale config from shared module (website/src/lib/locales.mjs)
defaultLocale: 'root',
locales,