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