diff --git a/src/App.ts b/src/App.ts
index f4e63d7..e26f92b 100644
--- a/src/App.ts
+++ b/src/App.ts
@@ -3,6 +3,7 @@ import {Component, Vue} from 'vue-property-decorator';
import config from '@/content/config.json';
import Responsive from "@/responsive";
import PhotoSwipper from "@/PhotoSwipper.vue";
+import {homeContent} from "@/content/home.js"
/**
* Data class for artworks
@@ -81,6 +82,9 @@ export default class App extends Vue
// Create variable from imported config
config = config;
+ // Home
+ home = homeContent;
+
// Parsed artworks
artworks: Artwork[] = [];
diff --git a/src/App.vue b/src/App.vue
index 8d97481..762de7b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -29,6 +29,10 @@