fix hero-img + add section
All checks were successful
Deploy Application / deploy (push) Successful in 7s

This commit is contained in:
2025-06-13 13:32:47 +04:00
parent 1be8ebd16f
commit 6fe7509bdb
16 changed files with 66 additions and 7 deletions

View File

@ -4,9 +4,11 @@
>
<section class="pt-28 relative z-50">
<HeroBanner />
<ForYouSection class="mt-40 pl-16 pr-24" />
</section>
</div>
</template>
<script setup lang="ts">
import ForYouSection from './_ui/forYouSection/forYouSection.vue'
import HeroBanner from './_ui/heroBanner/heroBanner.vue'
</script>