16 lines
275 B
Vue
16 lines
275 B
Vue
<template>
|
|
<div class="w-full">
|
|
<AppHeader />
|
|
<HeroBanner />
|
|
<TrustSection />
|
|
<StepProcess />
|
|
<PodProducts />
|
|
<FeatureCards />
|
|
<WhyInkReach />
|
|
<CompanyProfile />
|
|
<CustomerCases />
|
|
<CtaBanner />
|
|
<AppFooter />
|
|
</div>
|
|
</template>
|