diff --git a/src/app/page.tsx b/src/app/page.tsx index f8756ec..48674cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,8 +121,8 @@ export default function LandingPage() { } ]} containerClassName="py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8" - titleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" cardTitleClassName="text-xl font-bold text-foreground mb-2" cardDescriptionClassName="text-foreground/70 text-sm leading-relaxed" cardTagClassName="inline-block bg-primary-cta/20 text-primary-cta text-xs font-semibold px-3 py-1 rounded-full mb-3" @@ -207,8 +207,8 @@ export default function LandingPage() { } ]} containerClassName="py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8" - titleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" cardTitleClassName="text-xl font-bold text-foreground mb-2" cardDescriptionClassName="text-foreground/70 text-sm leading-relaxed" cardTagClassName="inline-block bg-primary-cta/20 text-primary-cta text-xs font-semibold px-3 py-1 rounded-full mb-3" @@ -279,8 +279,8 @@ export default function LandingPage() { } ]} containerClassName="py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8" - titleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" cardClassName="bg-card border border-accent/30 rounded-lg p-6 hover:border-primary-cta/50 transition-colors" testimonialClassName="text-foreground/80 text-base leading-relaxed mb-4 italic" nameClassName="text-foreground font-semibold"