@@ -14,7 +14,7 @@ const features = [
1414 },
1515 {
1616 icon: " ⚡" ,
17- title: " 27 Azure Skills" ,
17+ title: " 28 Azure Skills" ,
1818 description: " Task-specific expertise from deployment patterns to cost estimation to security hardening." ,
1919 href: " /azd-copilot/reference/skills/" ,
2020 glowColor: " violet" as const ,
@@ -52,13 +52,13 @@ const features = [
5252// Stats
5353const stats = [
5454 { value: " 16" , label: " Agents" },
55- { value: " 27 " , label: " Skills" },
55+ { value: " 28 " , label: " Skills" },
5656 { value: " 4" , label: " MCP Servers" },
5757 { value: " 100%" , label: " Open Source" },
5858];
5959---
6060
61- <Layout title =" Home" description =" AI-powered Azure development with 16 specialized agents and 27 curated skills" >
61+ <Layout title =" Home" description =" AI-powered Azure development with 16 specialized agents and 28 curated skills" >
6262 <!-- Hero Section -->
6363 <section class =" hero" aria-labelledby =" hero-heading" >
6464 <div class =" hero-container" >
@@ -84,7 +84,7 @@ const stats = [
8484
8585 <p class =" hero-description animate-fade-up" style =" animation-delay: 0.2s" >
8686 azd-copilot extends Azure Developer CLI with <strong >16 specialized agents</strong > and
87- <strong >27 curated skills</strong >. Build Azure applications with domain expert AI assistance
87+ <strong >28 curated skills</strong >. Build Azure applications with domain expert AI assistance
8888 for architecture, security, DevOps, and more.
8989 </p >
9090
0 commit comments