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

19 lines
271 B
Vue
Raw Permalink Normal View History

2024-08-15 12:28:47 +00:00
<script setup>
useHead({
title: 'Inspin Digital | About us',
meta: [
{
name: 'description',
content: ``
},
],
})
</script>
<template>
<div class="about">
2024-08-16 10:32:17 +00:00
<AboutHero />
<AboutPartners />
2024-08-15 12:28:47 +00:00
</div>
</template>