added Terms and Condition Page

This commit is contained in:
Ebube
2024-03-18 17:23:04 +01:00
parent db08d1201c
commit df6fe828e3
12 changed files with 890 additions and 32 deletions
@@ -32,9 +32,12 @@ const FeatureText = () => {
>
*** <span className="hover:underline">Click here to apply</span>
</Link>
<p className="mt-[.5625rem] font-bold cursor-default">
<Link
to={RouteHandler.termsAndConditions}
className="mt-[.5625rem] font-bold"
>
Terms and conditions apply
</p>
</Link>
</div>
);
};