12 Commits

3 changed files with 12 additions and 9 deletions

View File

@@ -4,14 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120006e6;;
--primary-cta: #e63946;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffff;;
--primary-cta: #ff4d4d;;
--secondary-cta: #ff7e7e;;
--accent: #ff4d4d;;
--background-accent: #2a2a2a;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);

View File

@@ -139,6 +139,10 @@ const ContactFaq = ({
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

View File

@@ -155,7 +155,7 @@ const PricingCardOne = ({
animationType={animationType}
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}
description={description}
tag={tag}