diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index 8bd7a84c..ee6b268e 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -2,7 +2,7 @@ import React, { version, useState, useRef } from 'react'
import { Input, Flex, Button } from 'antd'
import { SendOutlined } from '@ant-design/icons'
import { Atom, Merge, GitMerge, GitPullRequestArrow } from 'lucide-react'
-// import CountUp from 'react-countup'
+import CountUp from 'react-countup'
// import { PinInput } from 'react-input-pin-code'
import SpotlightCard from '@stateless/Spotlight'
import Typewriter from 'typewriter-effect'
@@ -311,12 +311,9 @@ const Home = () => {
- {/* */}
- {/* */}
+