Update component count

This commit is contained in:
David Haz
2025-07-19 11:03:07 +03:00
parent f6388ff054
commit 050d10a22c
3 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@
<img src="/assets/components.gif" alt="Components animation" class="components-gif" />
</div>
<h2>
<template v-if="isMobile">60</template>
<CountUp v-else :to="60" />
<template v-if="isMobile">70</template>
<CountUp v-else :to="70" />
+
</h2>
<h3>Curated Components</h3>

View File

@@ -31,7 +31,7 @@
split-type="words"
:delay="10"
:duration="1"
text="Sixty-plus snippets, ready to be dropped into your Vue projects"
text="Seventy-plus snippets, ready to be dropped into your Vue projects"
/>
<router-link to="/text-animations/split-text" class="landing-button">