MIF_E31221407_FE/pages/index.vue

9 lines
238 B
Vue

<template>
<NuxtLayout name="landing-page">
<LandingIntroductionHeroSct />
<LandingIntroductionHowItSct />
<LandingIntroductionFeaturesSct />
<LandingIntroductionCtaSct />
</NuxtLayout>
</template>