diff --git a/components/HomePage/Features.js b/components/HomePage/Features.js
index 988994c..7727513 100644
--- a/components/HomePage/Features.js
+++ b/components/HomePage/Features.js
@@ -13,32 +13,32 @@ const features = [
{
title: '100+ Templates',
description: 'ResumCraft\'s experience and features library make customization easy. Powering over 100 templates, you can easily create a personalized resume that reflects your skills, experiences, and career goals.',
- icon:
+ icon:
},
{
title: 'Customizable',
description: 'Create your own customized resume tailored to your career goals and skills. Simply upload your resume and select the template you want to use, and ResumCraft will generate a personalized resume for you.',
- icon:
+ icon:
},
{
title: 'Save Changes',
description: 'Save your changes to resume and resume history. ResumCraft will automatically save your changes and generate a personalized resume for you.',
- icon:
+ icon:
},
{
title: 'Resume Score',
description: 'Resume Score is a tool that helps you to evaluate your resume. It provides a score based on your resume and highlights areas that need improvement.',
- icon:
+ icon:
},
{
title: 'Suggestions',
description: 'ResumCraft will suggest improvements to your resume based on your skills and experiences. It will help you to improve your resume and make it more effective.',
- icon:
+ icon:
},
{
title: 'AI Assistance',
description: 'ResumCraft will provide AI assistance to help you create a personalized resume. It will analyze your resume and provide suggestions to improve your resume.',
- icon:
+ icon:
},
]
@@ -47,95 +47,114 @@ function Features() {
const interval = useRef(null)
useEffect(() => {
- interval.current = setInterval(() => {
- setSelected((prev)=>{
- if(prev === features.length-1){
+ interval.current = setInterval(() => {
+ setSelected((prev) => {
+ if (prev === features.length - 1) {
return 0
}
- return prev+1
+ return prev + 1
})
- }, 7000)
+ }, 4000)
return () => clearInterval(interval.current)
}, [])
return (
-
-
+
+
-
Make your own
-
Customized
-
Resume
-
-
- ResumCraft's experience and features library make customization easy. Powering over 100 templates, you can easily create a personalized resume that reflects your skills, experiences, and career goals.
+
Make your own
+
Customized
+
Resume
+
+
+ ResumCraft's experience and features library make customization easy. Powering over 100 templates, you can easily create a personalized resume that reflects your skills, experiences, and career goals.