fix the page title and description

This commit is contained in:
vidvidvid
2023-02-09 15:07:16 +01:00
committed by Alec LaLonde
parent 5c5668cf20
commit f12b6dde86

View File

@@ -18,17 +18,15 @@ import { QuestChainPlaybooksDetails } from 'utils/questChains';
const ThePlaybooksPage: React.FC = () => (
<PageContainer>
<HeadComponent
title="The Great Houses of MetaGame"
title="Playbooks"
description={descriptions.playbooks}
url="https://my.metagame.wtf/playbooks"
/>
<Heading mt={8} mb={8}>
The Great Houses
Playbooks
</Heading>
<Text mb={8} maxW="xl" textAlign="center">
The Great Houses are curated learning resources here to give you a meta
overview of different fields of interest & send you on a journey of
discovery.
Playbooks description
</Text>
<Grid
templateColumns={['1fr', '1fr', '1fr 1fr', '1fr 1fr 1fr']}