Merge version_4 into main #3

Merged
development merged 2 commits from version_4 into main 2026-02-07 20:16:28 +00:00
2 changed files with 8 additions and 4 deletions

View File

@@ -262,6 +262,10 @@ export default function LandingPage() {
planButtonClassName="bg-blue-500 text-white hover:bg-blue-600" planButtonClassName="bg-blue-500 text-white hover:bg-blue-600"
featuresClassName="mt-4" featuresClassName="mt-4"
featureItemClassName="text-gray-600" featureItemClassName="text-gray-600"
planTitleClassName="text-2xl font-bold"
planSubtitleClassName="text-gray-500"
planPriceClassName="text-3xl font-bold"
planFeatureClassName="text-gray-600"
/> />
</div> </div>

View File

@@ -4,17 +4,17 @@
/* --background: #fffafa;; /* --background: #fffafa;;
--card: #fff7f7;; --card: #fff7f7;;
--foreground: #1a0000;; --foreground: "Inter", sans-serif;;
--primary-cta: #e63946;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: "Inter", sans-serif;;
--accent: #f5c4c7;; --accent: #f5c4c7;;
--background-accent: #f09199;; */ --background-accent: #f09199;; */
--background: #fffafa;; --background: #fffafa;;
--card: #fff7f7;; --card: #fff7f7;;
--foreground: #1a0000;; --foreground: "Inter", sans-serif;;
--primary-cta: #e63946;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: "Inter", sans-serif;;
--accent: #f5c4c7;; --accent: #f5c4c7;;
--background-accent: #f09199;; --background-accent: #f09199;;