fix: remove trailing quote from signup page description text

This commit is contained in:
pradeepkumar
2026-04-12 11:58:23 +05:30
parent 11c3fdfde8
commit 815b28b718

View File

@@ -142,7 +142,7 @@ export default function SignUpPage() {
<div className="text-center mb-6">
<h2 className="text-[30px] font-normal text-[#00293d] font-fractul mb-3">Sign Up</h2>
<p className="text-[14px] text-[#00293d] px-4 leading-[20px] font-fractul">
Sign in or create an account to showcase your skills & expertise to millions of people starting their real estate journey today"
Sign in or create an account to showcase your skills & expertise to millions of people starting their real estate journey today
</p>
</div>