Create use cases pages

This commit is contained in:
adilallo
2026-05-18 16:50:44 -06:00
parent 40ce5064d6
commit 7c46cbd87b
28 changed files with 836 additions and 58 deletions
@@ -13,6 +13,8 @@ const ContentBannerContainer = memo<ContentBannerProps>(
variant: variantProp = "article",
leadingImageSrc,
leadingImageAlt,
rulePreview,
contentTone,
}) => {
const variant = variantProp;
@@ -46,6 +48,8 @@ const ContentBannerContainer = memo<ContentBannerProps>(
leadingImageAlt={leadingImageAlt}
backgroundImageSm={backgroundImageSm}
backgroundImageMd={backgroundImageMd}
rulePreview={rulePreview}
contentTone={contentTone}
/>
);
},