diff --git a/website/astro.config.mjs b/website/astro.config.mjs index c5496d4..940e757 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -41,10 +41,6 @@ export default defineConfig({ title: 'Creative Intelligence Suite', tagline: 'Innovation, brainstorming, and problem-solving agents for the BMad Method.', - banner: { - content: 'Build your own BMad modules and share them with the community! Get started or submit to the marketplace.', - }, - favicon: '/favicon.ico', // Social links diff --git a/website/src/components/Banner.astro b/website/src/components/Banner.astro index c57295d..456c344 100644 --- a/website/src/components/Banner.astro +++ b/website/src/components/Banner.astro @@ -7,9 +7,13 @@ const llmsFullUrl = `${getSiteUrl()}/llms-full.txt`;
+