12 Commits

3 changed files with 12 additions and 9 deletions

View File

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

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}