From be3718c0e7697e509891da185ffc5a7e5f9aeeef Mon Sep 17 00:00:00 2001 From: forcetrainer Date: Sat, 17 Jan 2026 21:06:41 -0500 Subject: [PATCH] feat: use waveform banner as website header logo - Remove banner from welcome page content - Update header logo to use banner-bmad-method2.png Co-Authored-By: Claude Opus 4.5 --- docs/index.md | 2 -- website/astro.config.mjs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5795cc8f..abc96030 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,8 +2,6 @@ title: Welcome to the BMad Method --- -![BMad Method](/img/banner-bmad-method2.png) - The BMad Method (**B**reakthrough **M**ethod of **A**gile AI **D**riven Development) is an AI-driven development framework that helps you build software faster and smarter. It provides specialized AI agents, guided workflows, and intelligent planning that adapts to your project's complexity—whether you're fixing a bug or building an enterprise platform. If you're comfortable working with AI coding assistants like Claude, Cursor, or GitHub Copilot, you're ready to get started. diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 9f65c4ff..1917ee75 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -38,7 +38,7 @@ export default defineConfig({ tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.', logo: { - src: './public/img/bmad-wordmark.png', + src: './public/img/banner-bmad-method2.png', alt: 'BMAD Method', replacesTitle: true, },