init
All checks were successful
Deploy / build (push) Successful in 46s

This commit is contained in:
alsaze
2025-11-27 18:56:54 +03:00
parent 5f250b8b6c
commit 963a98cb3b
3 changed files with 150 additions and 3 deletions

View File

@@ -24,18 +24,19 @@
</template>
</UPageHero>
<UContainer class="flex flex-col gap-32 my-32">
<UContainer class="flex flex-col gap-32 mt-32">
<Services />
<Benefits />
<HowWorks />
<Contacts />
</UContainer>
</div>
</template>
<script setup lang="ts">
import Services from '~/components/Services.vue'
</script>
<style lang="scss">