2
0
Fork 0
inspin.io/pages/index.vue

26 lines
546 B
Vue
Raw Permalink Normal View History

2024-08-15 12:28:47 +00:00
<script setup>
useHead({
title: 'Inspin Digital | Creating a more decentralized web',
meta: [
{
name: 'description',
content: `Inspin Digital is creating infrastructure & developing services to promote a more decentralized web. Learn more about us and see the products we are working on.`
},
],
})
</script>
<template>
<div class="index">
<!-- Hero -->
<IndexHero />
<!-- Principles -->
<IndexPrinciples />
<!-- Articles -->
2024-08-16 10:32:17 +00:00
<IndexNotified/>
2024-08-15 12:28:47 +00:00
</div>
</template>