<template>
  <div class="flex flex-col space-y-16">
    <LandingHero />
    <LandingUsers />
    <LandingFeatures />
    <LandingCTA />
    <LandingFooter />
  </div>
</template>