summaryrefslogtreecommitdiff
path: root/pages/index.vue
blob: 1e4551068bc2af99ce815e944c84c2853a27245f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template lang="pug">
  div
    VHeader(pageName="Home")
    main
      .mx-auto.max-w-7xl.py-6(class="sm:px-6 lg:px-8")
</template>

<script>
export default {
  name: "IndexPage",
  head: {
    title: "Verden - Social for 3D artists",
  },
};
</script>