fix(SW-3305): Added preamble to carousel cards block

Approved-by: Matilda Landström
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Erik Tiekstra
2025-08-28 07:22:07 +00:00
parent 56db65d49a
commit 1a10afdbad
3 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ import type { CarouselCardsProps } from "@/types/components/blocks/carouselCards
export default function CarouselCards({ carousel_cards }: CarouselCardsProps) {
const {
heading,
preamble,
enableFilters,
defaultFilter,
filterCategories,
@@ -37,6 +38,7 @@ export default function CarouselCards({ carousel_cards }: CarouselCardsProps) {
<SectionContainer>
<SectionHeader
title={heading}
preamble={preamble}
headingLevel="h2"
headingAs="h3"
link={link}