fix: move Cyber Essentials badge to who-is section + about page, drop hero/footer placements

This commit is contained in:
blog-dev
2026-09-11 20:22:29 +00:00
parent 150be89246
commit 674737f840
6 changed files with 39 additions and 36 deletions
+2
View File
@@ -5,6 +5,7 @@ import Layout from '../components/layout'
import Seo from '../components/seo'
import { Section } from '../components/shared'
import CertBadge from '../components/shared/certBadge'
import {
SectionHeading,
SectionDesc
@@ -37,6 +38,7 @@ const About: React.FC<PageProps<unknown>> = ({ location }) => {
</a>
.
</SectionDesc>
<CertBadge />
</div>
</div>
</Section>