diff --git a/components/Sections/FactCards.jsx b/components/Sections/FactCards.jsx index 1d5434a..c3bb071 100644 --- a/components/Sections/FactCards.jsx +++ b/components/Sections/FactCards.jsx @@ -5,15 +5,18 @@ export default function FactCards({ factCardsContent }) {
{factCardsContent?.map(({ title, description }, index) => { return ( -
-
- +
+
+ {index + 1} -

+

{title}

-

+

{description}