Compare commits
11 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c6767daa1 | |||
| afabb7af09 | |||
| 4be239f867 | |||
| f99614a013 | |||
| 6d95f598b9 | |||
| 1a79be9abb | |||
| 4c8e51c35f | |||
| cad7d04fca | |||
| cd17de074a | |||
| 100db347ed | |||
| bab1058e25 |
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user