Skip to content

Commit

Permalink
chore: update hero text
Browse files Browse the repository at this point in the history
  • Loading branch information
mTresk committed Jan 14, 2025
1 parent 0eedf5f commit 931b471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ onMounted(() => {
Создание сайтов и веб-приложений любой сложности
</h1>
<p class="hero__description hero-animate">
Меня зовут Максим. С 2019 года я занимаюсь веб-разработкой. Сделано более 100 проектов по верстке сайтов и
около десятка «под ключ». Полный цикл создания сайтов. Поддержка и сопровождение.
Меня зовут Максим. С 2019 года я занимаюсь веб-разработкой. Сделано более 100 проектов по верстке и
сайтов «под ключ». Полный цикл создания сайтов. Поддержка и сопровождение.
</p>
<div class="hero__chips hero-animate">
<UiChip v-for="chip in chips" :key="chip.title" :title="chip.title" :icon="chip.icon" />
Expand Down

0 comments on commit 931b471

Please sign in to comment.