;
+ const numberedCardsData = {
+ title: "How CommunityRule works",
+ subtitle: "Here's a quick overview of the process, from start to finish.",
+ cards: [
+ {
+ text: "Document how your community makes decisions",
+ iconShape: "blob",
+ iconColor: "green",
+ },
+ {
+ text: "Build an operating manual for a successful community",
+ iconShape: "gear",
+ iconColor: "purple",
+ },
+ {
+ text: "Get a link to your manual for your group to review and evolve",
+ iconShape: "star",
+ iconColor: "orange",
+ },
+ ],
+ };
+
+ return (
+
+
+
+ );
}
diff --git a/public/assets/SectionNumber_1.png b/public/assets/SectionNumber_1.png
new file mode 100644
index 0000000..b92a9ff
Binary files /dev/null and b/public/assets/SectionNumber_1.png differ
diff --git a/public/assets/SectionNumber_2.png b/public/assets/SectionNumber_2.png
new file mode 100644
index 0000000..6011769
Binary files /dev/null and b/public/assets/SectionNumber_2.png differ
diff --git a/public/assets/SectionNumber_3.png b/public/assets/SectionNumber_3.png
new file mode 100644
index 0000000..2b37cd2
Binary files /dev/null and b/public/assets/SectionNumber_3.png differ