From 96c24a56192b301e266ca7c51144909a635f6f47 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 01:22:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52dd909..0d4385e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1