diff --git a/components/Blocks/FullWidthCampaign/index.tsx b/components/Blocks/FullWidthCampaign/index.tsx index d9a7f9125..3ccaf4dd6 100644 --- a/components/Blocks/FullWidthCampaign/index.tsx +++ b/components/Blocks/FullWidthCampaign/index.tsx @@ -2,7 +2,7 @@ import Image from "@/components/Image" import Button from "@/components/TempDesignSystem/Button" import Link from "@/components/TempDesignSystem/Link" import BiroScript from "@/components/TempDesignSystem/Text/BiroScript" -import Body from "@/components/TempDesignSystem/Text/Body" +import Preamble from "@/components/TempDesignSystem/Text/Preamble" import Title from "@/components/TempDesignSystem/Text/Title" import styles from "./fullWidthCampaign.module.css" @@ -31,14 +31,16 @@ export default function FullWidthCampaign({ content }: FullWidthCampaignProps) { /> ) : null}
- {node.scripted_top_title} + + {node.scripted_top_title} +
- + <Title color="baseText" textAlign="center" level="h3"> {node.heading} - + {node.body_text} - +
{node.has_primary_button ? (