fix hero-img + add section
All checks were successful
Deploy Application / deploy (push) Successful in 7s
All checks were successful
Deploy Application / deploy (push) Successful in 7s
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user