diff --git a/src/components/Card.astro b/src/components/Card.astro
new file mode 100644
index 0000000..7c28dd6
--- /dev/null
+++ b/src/components/Card.astro
@@ -0,0 +1,23 @@
+---
+---
+
+
+

+
+
+ This is a wider card with supporting text below as a natural lead-in to
+ additional content. This content is a little bit longer.
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 53c011d..5c39f87 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,5 +1,6 @@
---
import Button from "../components/Button.astro";
+import Card from "../components/Card.astro";
import Jumbotron from "../components/Jumbotron.astro";
import Navbar from "../components/Navbar.astro";
---
@@ -27,5 +28,11 @@ import Navbar from "../components/Navbar.astro";
+
+
+ {[...Array(9).keys()].map((_) => (
+
+ ))}
+