11 Commits

2 changed files with 5 additions and 1 deletions

View File

@@ -139,6 +139,10 @@ const ContactFaq = ({
ctaButtonTextClassName ctaButtonTextClassName
)} )}
/> />
<button className="mt-4 bg-primary text-background py-2 px-4 rounded hover:bg-primary/80 w-full">
Send request for rent
</button>
</div> </div>
<div <div

View File

@@ -155,7 +155,7 @@ const PricingCardOne = ({
animationType={animationType} animationType={animationType}
supports3DAnimation={true} supports3DAnimation={true}
title={title} title={<span className="inline-block px-3 py-1 text-sm font-medium rounded-full bg-primary/10 text-primary mr-2">{title}</span>}
titleSegments={titleSegments} titleSegments={titleSegments}
description={description} description={description}
tag={tag} tag={tag}