// Home page / landing page use crate::components::{Card, GlowColor, NavBar}; use leptos::prelude::*; use leptos_router::components::A; /// Home page component #[component] pub fn HomePage() -> impl IntoView { view! {

"Multi-Agent Development Platform"

"12 specialized AI agents working in parallel to build, review, and deploy your software."

"12 Agents"

"Architect, Developer, Reviewer, Tester, Documenter, and more"

"Parallel Workflows"

"All agents work simultaneously without waiting"

"Multi-IA Routing"

"Claude, OpenAI, Gemini, and Ollama integration"

} }