fix: update component counts from 80 to 90 in FeatureCards and README

This commit is contained in:
David Haz
2025-09-01 13:51:38 +03:00
parent 17debdfae9
commit 0114eff2c1
2 changed files with 4 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ These components are all enhanced with customization options as props, to make i
## Key Features
- 80+ total components (text animations, animations, components, backgrounds), growing every week
- 90+ 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

@@ -8,8 +8,7 @@
</div>
<h2>
<template v-if="isMobile">100</template>
<CountUp v-else :to="100" />
%
<CountUp v-else :to="100" />%
</h2>
<h3>Free &amp; Open Source</h3>
<p>Loved by developers around the world</p>
@@ -20,9 +19,8 @@
<img src="/assets/components.gif" alt="Components animation" class="components-gif" />
</div>
<h2>
<template v-if="isMobile">80</template>
<CountUp v-else :to="80" />
+
<template v-if="isMobile">90</template>
<CountUp v-else :to="90" />+
</h2>
<h3>Creative Components</h3>
<p>Growing weekly &amp; only getting better</p>