diff --git a/app/components/NumberedCards.js b/app/components/NumberedCards.js index dcf6b45..ac196d7 100644 --- a/app/components/NumberedCards.js +++ b/app/components/NumberedCards.js @@ -26,21 +26,14 @@ const NumberedCards = ({ title, subtitle, cards }) => { dangerouslySetInnerHTML={{ __html: JSON.stringify(schemaData) }} />
-
+
{/* Section Header */}
- How
- CommunityRule -
- helps - - } + titleLg="How CommunityRule helps" />
diff --git a/app/components/SectionHeader.js b/app/components/SectionHeader.js index f32d2ee..7345db5 100644 --- a/app/components/SectionHeader.js +++ b/app/components/SectionHeader.js @@ -8,8 +8,8 @@ const SectionHeader = ({ title, subtitle, titleLg, variant = "default" }) => {

{title} @@ -18,12 +18,12 @@ const SectionHeader = ({ title, subtitle, titleLg, variant = "default" }) => {

{/* Subtitle Container */} -
+

{subtitle}