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

This commit is contained in:
alsaze
2025-12-01 17:02:52 +03:00
parent f35f562add
commit eb73c72954
21 changed files with 237 additions and 34 deletions

View File

@@ -27,7 +27,7 @@
<UContainer class="flex flex-col gap-32 mt-32">
<MainServices :services="services" />
<MainCarusel />
<MainCarusel :preview-items="previewItems" />
<Contacts />
</UContainer>
@@ -81,6 +81,9 @@ const services = [
],
},
]
const { cartByCategory } = useMock()
const previewItems = computed(() => cartByCategory('transport'))
</script>
<style lang="scss">