diff --git a/resources/views/storybook/index.blade.php b/resources/views/storybook/index.blade.php
index 0486b65..1b376d1 100644
--- a/resources/views/storybook/index.blade.php
+++ b/resources/views/storybook/index.blade.php
@@ -10,72 +10,10 @@
Storybook
-
-
- Colors
-
-
-
Primary
-
Secondary
-
Surface
-
-
-
-
-
- Buttons
- Enabled
-
-
- Default
-
- Primary
-
-
- Secondary
-
-
- Outline
-
-
- Disabled
-
-
- Default
-
- Primary
-
-
- Secondary
-
-
- Outline
-
-
-
-
-
- Cards
- With Header
-
-
- This is a card component with header.
-
-
- Without Header
-
- This is a card component without header.
-
-
-
-
-
- Typography
-
- Default text
- Muted text
- Primary text
-
+ @include('storybook.sections.colours')
+ @include('storybook.sections.buttons')
+ @include('storybook.sections.cards')
+ @include('storybook.sections.typography')