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
@@ -44,6 +44,7 @@ const RuleContainer = memo<RuleProps>(
bottomLinks,
recommended = false,
templateGridFigmaShell = false,
fluidWidth = false,
}) => {
const size = sizeProp ?? "L";
@@ -100,6 +101,7 @@ const RuleContainer = memo<RuleProps>(
bottomLinks={bottomLinks}
recommended={recommended}
templateGridFigmaShell={templateGridFigmaShell}
fluidWidth={fluidWidth}
/>
);
},