Update component counts

This commit is contained in:
David Haz
2025-07-21 08:28:10 +03:00
parent 125f2f22ed
commit 420b966b68
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ These components are all enhanced with customization options as props, to make i
## Key Features
- 70+ total components (text animations, animations, components, backgrounds), growing every week
- 80+ total components (text animations, animations, components, backgrounds), growing every week
- All components have minimal dependencies, and are highly customizable through props
- Designed to integrate seamlessly with any modern Vue/Nuxt project

View File

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

View File

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