File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,22 +256,6 @@ const UserHome = () => {
256256 < HomeFAQ faqs = { faqs } darkMode = { true } />
257257 </ section >
258258
259- { /* CTA */ }
260- < section className = "py-20 px-6 bg-gradient-to-b from-[#1E293B] to-[#0F172A] dark:from-gray-800 dark:to-gray-900 text-center" >
261- < div className = "max-w-3xl mx-auto" >
262- < h3 className = "text-4xl font-bold mb-6 text-white dark:text-gray-200" > Ready to start fixing smarter?</ h3 >
263- < p className = "text-xl text-[#94A3B8] dark:text-gray-400 mb-10 max-w-2xl mx-auto" >
264- Join thousands of users who trust Refixly to guide their DIY repair journeys.
265- </ p >
266- < button
267- className = "bg-[#38BDF8] dark:bg-blue-400 text-white font-semibold px-10 py-4 rounded-full hover:bg-[#0EA5E9] dark:hover:bg-blue-500 transition-all duration-300 transform hover:scale-105 shadow-lg hover:shadow-xl"
268- onClick = { ( ) => navigate ( '/signup' ) }
269- >
270- Get Started Now
271- </ button >
272- </ div >
273- </ section >
274-
275259 </ div >
276260 ) ;
277261} ;
You can’t perform that action at this time.
0 commit comments