changes in home

This commit is contained in:
mohadese namavar
2024-06-16 17:10:28 +04:30
parent 93cc604116
commit 04ee56e136
8 changed files with 17 additions and 10 deletions
@@ -16,7 +16,6 @@
<script setup>
const items = reactive([
{ icon: "call", title: "aboutUsPhone" },
{ icon: "sms", title: "aboutUsPostalCode" },
{ icon: "location", title: "aboutUsAddress" },
]);
</script>