This commit is contained in:
2024-09-22 18:35:42 +03:00
parent d26c83842e
commit 7e18ef254f
5 changed files with 25 additions and 19 deletions

View File

@@ -57,16 +57,16 @@ const outdoorServices = [
<div class="col-w mx-auto px-4 md:px-16 gap-2 services__grid mb-16">
<service
v-for="s in indoorServices"
:key="s.name"
:name="s.name"
:type="s.type"
v-for="s in outdoorServices"
:key="s.name"
:name="s.name"
:type="s.type"
></service>
</div>
<div class="col-w mx-auto px-4 md:px-16 gap-2 services__grid">
<service
v-for="s in outdoorServices"
v-for="s in indoorServices"
:key="s.name"
:name="s.name"
:type="s.type"