diff --git a/src/constants/Information.ts b/src/constants/Information.ts index 7e68373..4228e90 100644 --- a/src/constants/Information.ts +++ b/src/constants/Information.ts @@ -214,14 +214,6 @@ export const componentMetadata: ComponentMetadata = { docsUrl: 'https://vue-bits.dev/animations/laser-flow', tags: [] }, - 'Animations/CountUp': { - videoUrl: '/assets/videos/countup.webm', - description: 'Animated number counter supporting formatting and decimals.', - category: 'Animations', - name: 'CountUp', - docsUrl: 'https://vue-bits.dev/text-animations/count-up', - tags: [] - }, 'Animations/PixelTrail': { videoUrl: '/assets/videos/pixeltrail.webm', description: 'Pixel grid trail effect that follows cursor movement with customizable gooey filter.', @@ -241,6 +233,14 @@ export const componentMetadata: ComponentMetadata = { docsUrl: 'https://vue-bits.dev/text-animations/ascii-text', tags: [] }, + 'TextAnimations/CountUp': { + videoUrl: '/assets/videos/countup.webm', + description: 'Animated number counter supporting formatting and decimals.', + category: 'TextAnimations', + name: 'CountUp', + docsUrl: 'https://vue-bits.dev/text-animations/count-up', + tags: [] + }, 'TextAnimations/BlurText': { videoUrl: '/assets/videos/blurtext.webm', description: 'Text starts blurred then crisply resolves for a soft-focus reveal effect.',