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

19 lines
316 B
Vue

<script setup>
useHead({
title: 'Inspin Digital | About us',
meta: [
{
name: 'description',
content: ``
},
],
})
</script>
<template>
<div class="about">
<div class="heading center">
<h2>Will be updated this soon.</h2>
</div>
</div>
</template>