in website/src/pages/Build-IA/CommunityGallery.tsx [129:146]
function ShowcaseHeader() {
return (
<header className={clsx("hero hero--primary heroAzureHome")} style={{ backgroundImage: 'url(/Cloud-Native/img/hero-bg.png)', padding: '8rem 0rem' }}>
<div className="container text--center">
<div className="row" style={{ alignItems: 'center' }}>
<div className="col col--6 text--left">
<h1 className="hero__title">
Community Gallery
</h1>
<p>Explore the Community Showcase for videos, blog posts and open-source projects from the community.</p>
</div>
<div className="col col--6 hide-on-mobile">
</div>
</div>
</div>
</header>
);
}