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