10 Commits

2 changed files with 7 additions and 7 deletions

View File

@@ -4,14 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--background: #e6f7ff;;
--card: #ffffff;;
--foreground: #001a33;;
--primary-cta: #004d98;;
--secondary-cta: #ffffff;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
--accent: #0098e6;;
--background-accent: #0066a3;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);

View File

@@ -185,6 +185,7 @@ const PricingCardFive = ({
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 className="relative z-1 w-full h-px bg-foreground/20 md:hidden" />