Update component count in README and FeatureCards to reflect 60+ total components

This commit is contained in:
David Haz
2025-07-14 18:17:30 +03:00
parent bdd66e0528
commit 37d455b742
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ These components are all enhanced with customization options as props, to make i
## Key Features
- 40+ total components (text animations, animations, components, backgrounds), growing every week
- 60+ 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">40</template>
<CountUp v-else :to="40" />
<template v-if="isMobile">60</template>
<CountUp v-else :to="60" />
+
</h2>
<h3>Curated Components</h3>