diff --git a/examples/stories/src/pages/home-page.mdx b/examples/stories/src/pages/home-page.mdx
index 77e380b04..cdd4ab1b0 100644
--- a/examples/stories/src/pages/home-page.mdx
+++ b/examples/stories/src/pages/home-page.mdx
@@ -5,8 +5,7 @@ type: page
author: atanasster
fullPage: true
---
-
-import { jsx, Flex, Grid, Box, Heading, Text, Button, Card, Divider, Image } from 'theme-ui';
+import { jsx, Grid, Box, Heading, Button, Card, Divider, Image } from 'theme-ui';
import { Link } from '@component-controls/components';
import documentationImg from './media/documentation.jpg';
import controlsImg from './media/controls.jpg';
@@ -23,23 +22,26 @@ export const BoxItem = ({ children, title, action, ...rest }) => (
);
-
-
- component-controls
+
+
+ Blazing-fast documentation sites
- Start documenting your components with MDX and ESM.
+ Start documenting your components with MDX and ESM.
-
- From documentation and stories for your react components, all the way to a full-featured CMS with blogs, tutorials, tags, authors and full-text search: component-controls compbines the best of breed from all pre-existing tools in the industry into a flexible platform.
-
-
-
-
+
+ From documentation and stories for your react components, all the way to a full-featured CMS with blogs, tutorials, tags, authors and full-text search: component-controls compbines the best of breed from all pre-existing tools in the industry into a flexible platform.
+
+
+
+
+
+
+
-
- Choose your favorite site generator
+
+ Choose your favorite static site generator (
User interface development environment and playground: create components independently and showcase components interactively in an isolated development environment.
-
+
-
+At a glance (
Component controls provides a fully customisable experience with configuration files. Customize the user-interface, the meta information and create custom webpack settings.
-
\ No newline at end of file
+
\ No newline at end of file