diff --git a/src/pages/playground/button.astro b/src/pages/playground/button.astro
new file mode 100644
index 0000000..11fb01e
--- /dev/null
+++ b/src/pages/playground/button.astro
@@ -0,0 +1,7 @@
+---
+import Button from '@/atoms/button.astro';
+---
+
+
+
+
diff --git a/src/pages/playground/labelled-value.astro b/src/pages/playground/labelled-value.astro
new file mode 100644
index 0000000..63bfa65
--- /dev/null
+++ b/src/pages/playground/labelled-value.astro
@@ -0,0 +1,7 @@
+---
+import LabelledValue from '@/atoms/labelled-value.astro';
+---
+
+
+
+
diff --git a/src/pages/playground/section-card.astro b/src/pages/playground/section-card.astro
new file mode 100644
index 0000000..8d30b5d
--- /dev/null
+++ b/src/pages/playground/section-card.astro
@@ -0,0 +1,7 @@
+---
+import SectionCard from '@/atoms/section-card.astro';
+---
+
+
+ SectionCard text
+
diff --git a/src/pages/playground/typography.astro b/src/pages/playground/typography.astro
new file mode 100644
index 0000000..68d27ad
--- /dev/null
+++ b/src/pages/playground/typography.astro
@@ -0,0 +1,44 @@
+---
+import Typography from '@/atoms/typography.astro';
+
+const text = 'A quick brown fox jumps over the lazy dog';
+---
+
+