function CampaignHeader()

in website/src/pages/Build-IA/events-calendar.js [11:35]


function CampaignHeader() {
    return (
      <header className={clsx("hero hero--primary heroAzureHome")} style={{ backgroundImage: 'url(/Cloud-Native/img/cloud-native-hero-bg.webp)', padding: '8rem 0rem' }}>
        <div className="container">
          <div className="row" style={{ alignItems: 'center' }}>
            <div className="col col--6">
              <h1 className="hero__title">Events</h1>
              <p style={{ marginBottom: '1rem' }}>
              Build AI Apps and Agents kicks off in March with a series of engaging in-person, hands-on meetups where developers will delve into architectural best practices for AI-powered applications using your favorite tools. Collaborate with fellow tech enthusiasts as you learn to build and deploy scalable AI solutions, integrating AI models, data pipelines, and cloud services to create robust and efficient architectures.
              </p>
              <p>Check out the calendar below for upcoming meetups and previous installments of the Build AI Apps and Agents initiative.</p>
              {/* <div className={`${styles.buttonsFFIA} hero-buttons`}>
                    <Link className="button button--primary button--lg" to="https://azure.microsoft.com/pricing/purchase-options/azure-account?ocid=cmm2sprg51l" data-bi-area="Hero" data-bi-name="#FreeServices">
                    Get started
                    </Link>
              </div> */}
            </div>
            <div className="col col--6 hide-on-mobile">

            </div>
            </div>
          </div>
      </header>
    );
}