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

@@ -36,7 +36,7 @@ These components are all enhanced with customization options as props, to make i
## Key Features ## Key Features
- 60+ total components (text animations, animations, components, backgrounds), growing every week - 70+ total components (text animations, animations, components, backgrounds), growing every week
- All components have minimal dependencies, and are highly customizable through props - All components have minimal dependencies, and are highly customizable through props
- Designed to integrate seamlessly with any modern Vue/Nuxt project - 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" /> <img src="/assets/components.gif" alt="Components animation" class="components-gif" />
</div> </div>
<h2> <h2>
<template v-if="isMobile">60</template> <template v-if="isMobile">70</template>
<CountUp v-else :to="60" /> <CountUp v-else :to="70" />
+ +
</h2> </h2>
<h3>Curated Components</h3> <h3>Curated Components</h3>

View File

@@ -31,7 +31,7 @@
split-type="words" split-type="words"
:delay="10" :delay="10"
:duration="1" :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"> <router-link to="/text-animations/split-text" class="landing-button">