From 015f60b647163c6613a107323ab802d371357b10 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:26:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b65131..f8756ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,6 +123,7 @@ 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" + 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" /> @@ -208,6 +209,7 @@ 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" + 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" /> @@ -282,6 +284,7 @@ export default function LandingPage() { 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" + handleClassName="text-accent text-sm" /> -- 2.49.1