Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
xalidevxx committed Nov 25, 2024
1 parent b5078df commit e215777
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/app.vue
Original file line number Diff line number Diff line change
@@ -49,8 +49,7 @@
коробок 😱🤩
</v-card-title>
<v-card-text>
Напишите нам. Мы найдем для вас коробку под ваши нужды и по самым
низким ценам👇
Напишите нам. Мы найдем для вас и по самым низким ценам👇
</v-card-text>
<v-card-actions>
<WhatsAppButton />
@@ -61,11 +60,11 @@
</template>

<script setup lang="ts">
import { useRoute, useRouter } from '#app';
import { ref } from 'vue';
import { useTheme } from 'vuetify';
import { categories } from './data/categories';
import type { ICategory } from './interfaces/category.interface';
import { useRouter, useRoute } from '#app';
const metaTitle =
'Картонные коробки купить Алматы, Астана, Шымкент - подарочные, упаковочные - Korobka2.kz';

0 comments on commit e215777

Please sign in to comment.