crbtc.org/pages/index.vue

27 lines
592 B
Vue
Raw Normal View History

2023-07-17 19:11:13 +00:00
<script setup>
useHead({
title: 'Capital Region Bitcoin Network',
meta: [
{
name: 'description',
content: `Welcome to the Capital Region Bitcoin Network. Come learn and talk about
Bitcoin. Meet new people, ask questions, suggest topics, or just come and hang out.`
},
],
})
</script>
<template>
<div class="index">
<div class="hero">
<h3>Welcome to our <br/><span>Bitcoin</span> community.</h3>
2023-07-17 19:11:13 +00:00
</div>
<IndexSponsors />
<IndexGuides />
<IndexEvents />
<IndexBanner />
</div>
</template>