Skip to content

Commit 2922cd9

Browse files
authored
Merge pull request #107 from RohanSR04/irrelevant-login-link
Irrelevant get started section removed
2 parents aedba0d + 1a28f06 commit 2922cd9

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

client/src/Pages/Home.jsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)