+
+
+
+
+ {title}
+
+
+
+
+
diff --git a/src/pages/album.astro b/src/pages/album.astro
new file mode 100644
index 0000000..d40171b
--- /dev/null
+++ b/src/pages/album.astro
@@ -0,0 +1,41 @@
+---
+import BaseLayout from "../layouts/BaseLayout.astro";
+import Button from "../components/Button.astro";
+import Card from "../components/Card.astro";
+import Footer from "../components/Footer.astro";
+import Jumbotron from "../components/Jumbotron.astro";
+import Navbar from "../components/Navbar.astro";
+
+export const name = 'Album';
+---
+
+
+
+
+
+
+ Something short and leading about the collection below—its contents, the
+ creator, etc. Make it short and sweet, but not too short so folks don't
+ simply skip over it entirely.
+
+
+
+
+
+
+
+
+
+
+
+ {[...Array(9).keys()].map((_) => )}
+
+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 9c19a8d..c62948f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,50 +1,26 @@
---
-import Button from "../components/Button.astro";
-import Card from "../components/Card.astro";
-import Footer from "../components/Footer.astro";
-import Jumbotron from "../components/Jumbotron.astro";
-import Navbar from "../components/Navbar.astro";
+import BaseLayout from "../layouts/BaseLayout.astro";
+
+const title = "Bootstrap examples with Tailwind CSS"
+
+const examples = [
+ { title: "Album", url: "/album" }
+]
---
-
-
-
-
-
-
- Astro
-
-
-
+
+
+
{title}
-
-
- Something short and leading about the collection below—its contents, the
- creator, etc. Make it short and sweet, but not too short so folks don't
- simply skip over it entirely.
-