fix: center title

This commit is contained in:
Christel Westerberg
2024-08-23 15:17:07 +02:00
parent 5d6d10f6b1
commit 7df689478e

View File

@@ -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