in website/src/pages/serverless-september/index.js [144:156]
export default function() {
return (
<Layout
title={`Welcome to #ServerlessSeptember`}
description="Join us for a month-long celebration of Cloud-Native technologies go from core concept to code with #30DaysOfServerless />">
<CampaignHeader/>
<main className={styles.pageBg}>
<FeaturesSection/>
</main>
</Layout>
);
}