fix: center title
This commit is contained in:
@@ -29,12 +29,10 @@ export default async function LoyaltyPage() {
|
|||||||
|
|
||||||
<MaxWidth className={styles.blocks}>
|
<MaxWidth className={styles.blocks}>
|
||||||
<header className={styles.header}>
|
<header className={styles.header}>
|
||||||
<Intro>
|
<Title as="h2">{loyaltyPage.heading}</Title>
|
||||||
<Title as="h2">{loyaltyPage.heading}</Title>
|
{loyaltyPage.preamble ? (
|
||||||
{loyaltyPage.preamble ? (
|
<Preamble>{loyaltyPage.preamble}</Preamble>
|
||||||
<Preamble>{loyaltyPage.preamble}</Preamble>
|
) : null}
|
||||||
) : null}
|
|
||||||
</Intro>
|
|
||||||
|
|
||||||
{heroImage ? (
|
{heroImage ? (
|
||||||
<Hero
|
<Hero
|
||||||
|
|||||||
Reference in New Issue
Block a user