MIF_E31221407_FE/pages/index.vue

8 lines
237 B
Vue

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