Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 01:22:16 +00:00

View File

@@ -125,8 +125,8 @@ export default function LandingPage() {
]}
className="py-20 px-4 bg-white"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/60 mb-16"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/60 mb-16"
cardClassName="group bg-card rounded-2xl p-8 border border-accent hover:border-primary-cta transition-all duration-300 hover:shadow-lg"
cardContentClassName="h-full"
cardTitleClassName="text-2xl font-bold text-foreground mb-2 group-hover:text-primary-cta transition-colors"
@@ -163,8 +163,8 @@ export default function LandingPage() {
]}
className="py-20 px-4 bg-white"
containerClassName="max-w-5xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4 text-center"
descriptionClassName="text-lg text-foreground/60 mb-16 text-center"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4 text-center"
textBoxDescriptionClassName="text-lg text-foreground/60 mb-16 text-center"
cardClassName="group relative bg-card rounded-2xl p-8 border border-accent transition-all duration-500 hover:border-primary-cta hover:shadow-2xl hover:scale-105"
planTagClassName="inline-block px-3 py-1 bg-background rounded-full text-xs font-bold text-primary-cta mb-4 border border-primary-cta/30"
planPriceClassName="text-5xl font-bold text-foreground mb-2"