api-client/pages/index.vue

11 lines
200 B
Vue
Raw Normal View History

2019-08-24 03:06:57 +00:00
<template>
2021-07-02 16:30:08 +00:00
<div class="flex flex-col space-y-16">
2021-07-02 05:01:29 +00:00
<LandingHero />
<LandingStats />
<LandingUsers />
<LandingFeatures />
2021-07-02 16:30:08 +00:00
<LandingCTA />
2021-07-02 05:01:29 +00:00
<LandingFooter />
2019-09-02 11:02:29 +00:00
</div>
2019-08-24 03:06:57 +00:00
</template>