10 Commits

2 changed files with 7 additions and 7 deletions

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fafffb;; --background: #e6f7ff;;
--card: #f7fffa;; --card: #ffffff;;
--foreground: #001a0a;; --foreground: #001a33;;
--primary-cta: #0a7039;; --primary-cta: #004d98;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8d9be;; --accent: #0098e6;;
--background-accent: #6bbf8e;; --background-accent: #0066a3;;
/* 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

@@ -185,6 +185,7 @@ const PricingCardFive = ({
planButtonTextClassName planButtonTextClassName
)} )}
/> />
<button className="mt-4 bg-primary-500 text-white py-2 px-4 rounded hover:bg-primary-600">Learn More</button> {/* Inserted button element */}
</div> </div>
<div className="relative z-1 w-full h-px bg-foreground/20 md:hidden" /> <div className="relative z-1 w-full h-px bg-foreground/20 md:hidden" />