Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-14 19:37:05 +00:00

View File

@@ -263,7 +263,6 @@ export default function LandingPage() {
containerClassName="max-w-7xl mx-auto px-6 py-20"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8"
cardClassName="p-8 rounded-lg bg-[var(--card)] hover:shadow-xl transition-all group"
planTitleClassName="text-2xl font-light text-[var(--foreground)] mb-2"
planPriceClassName="text-4xl font-light text-[var(--primary-cta)] mb-6"