function BannerLearn()

in website/src/pages/events/kubecon-india-24.js [65:91]


function BannerLearn() {
    return (
      <section className={styles['banner-background']}>
        <div className="container">
          <div className="row padding-top--lg">
            <div className="col col--auto text--center">
              <h2 className="margin-bottom--sm">Azure Day with Kubernetes</h2>
            </div>
          </div>
          <div className="row">
            <div className="col col--8 col--offset-2">
              <p className='margin-bottom--md text--center'>
              Azure Days with Kubernetes are in-person events tailored for developers, IT professionals, and decision-makers eager to harness the power of AKS for their cloud-native and intelligent applications. Whether you're starting with Kubernetes or seeking to refine your AKS deployments, we have sessions to provide valuable insights and actionable knowledge for your cloud journey.
              </p>
            </div>
          </div>
          <div className="row padding-bottom--lg">
            <div className='col col--6 text--center col--offset-3'>
              <a className="button button--secondary button--lg button-mobile-padding" href="https://www.youtube.com/@theakscommunity" target="_blank">
              See content from previous events
              </a>
            </div>
          </div>
        </div>
      </section>
    );
  }