home.vue 179 B

123456789
  1. <template>
  2. <div class="flex flex-col space-y-16">
  3. <LandingHero />
  4. <LandingUsers />
  5. <LandingFeatures />
  6. <LandingCTA />
  7. <LandingFooter />
  8. </div>
  9. </template>