\ No newline at end of file
diff --git a/_includes/components/accordion.html b/_includes/components/accordion.html
new file mode 100644
index 000000000..d25301440
--- /dev/null
+++ b/_includes/components/accordion.html
@@ -0,0 +1,15 @@
+{% assign slug = include.title | slugify %}
+
+
+
+
+
+
+
+ {{ include.content }}
+
+
+
+
\ No newline at end of file
diff --git a/_includes/components/alert.html b/_includes/components/alert.html
new file mode 100644
index 000000000..a46b76b8e
--- /dev/null
+++ b/_includes/components/alert.html
@@ -0,0 +1,10 @@
+
+ {% if include.icon %}
+
+
+
+ {% endif %}
+
+ {{ include.content }}
+
+
\ No newline at end of file
diff --git a/_includes/components/button.html b/_includes/components/button.html
new file mode 100644
index 000000000..8b3d0c5b9
--- /dev/null
+++ b/_includes/components/button.html
@@ -0,0 +1 @@
+<{{ include.tag | default: 'a' }} href="{{ include.url }}" class="btn btn-gradient text-white px-3 py-3">{% if include.icon %}{% endif %}{{ include.content }}{{ include.tag | default: 'a' }}>
\ No newline at end of file
diff --git a/_includes/components/call-to-action.html b/_includes/components/call-to-action.html
new file mode 100644
index 000000000..623311a3f
--- /dev/null
+++ b/_includes/components/call-to-action.html
@@ -0,0 +1,11 @@
+
+ {% if include.icon %}
+
+
+
+ {% endif %}
+
+
{{ include.title }}
+ {{ include.content }}
+
+
\ No newline at end of file
diff --git a/_includes/components/card.html b/_includes/components/card.html
new file mode 100644
index 000000000..850872ae6
--- /dev/null
+++ b/_includes/components/card.html
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/_includes/components/icon-header.html b/_includes/components/icon-header.html
new file mode 100644
index 000000000..7102c8145
--- /dev/null
+++ b/_includes/components/icon-header.html
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/_includes/components/icon-list-item.html b/_includes/components/icon-list-item.html
new file mode 100644
index 000000000..ecf16d26a
--- /dev/null
+++ b/_includes/components/icon-list-item.html
@@ -0,0 +1,4 @@
+
+
+ {{ include.title }}
+
\ No newline at end of file
diff --git a/_includes/components/quick-link.html b/_includes/components/quick-link.html
new file mode 100644
index 000000000..b9ea42af9
--- /dev/null
+++ b/_includes/components/quick-link.html
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/_includes/components/tile.html b/_includes/components/tile.html
new file mode 100644
index 000000000..6fa7caa63
--- /dev/null
+++ b/_includes/components/tile.html
@@ -0,0 +1,7 @@
+
+