11 lines
200 B
Vue
11 lines
200 B
Vue
<template>
|
|
<div class="flex flex-col space-y-16">
|
|
<LandingHero />
|
|
<LandingStats />
|
|
<LandingUsers />
|
|
<LandingFeatures />
|
|
<LandingCTA />
|
|
<LandingFooter />
|
|
</div>
|
|
</template>
|