Merge version_1 into main #1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user