diff --git a/nuxt.config.js b/nuxt.config.js
index 62b84f8..8edbc68 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -39,6 +39,12 @@ export default {
config: {
plugins: [tailwindAspectRatio],
},
+ // theme: {
+ // colors: {
+ // 'brand-bright': '#ca4e8d',
+ // 'brand-dark': '#83398c',
+ // },
+ // },
},
// Modules: https://go.nuxtjs.dev/config-modules
diff --git a/pages/index.vue b/pages/index.vue
index e28ff61..ff194a2 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -4,6 +4,7 @@
+
diff --git a/static/hero.jpg b/static/hero.jpg
new file mode 100644
index 0000000..74e44c7
Binary files /dev/null and b/static/hero.jpg differ