From 2b999b7e13a14947fb7d0cdfe11f60af1c1f666d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:24:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cb5044..8f63ba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,8 +146,6 @@ export default function LandingPage() { cardClassName="bg-card rounded-lg p-6 shadow-sm hover:shadow-md transition-shadow" cardTitleClassName="text-xl font-medium text-foreground mt-4" cardDescriptionClassName="text-sm text-foreground/70 mt-2" - textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground" - textBoxDescriptionClassName="text-base text-foreground/75 mt-4" /> @@ -175,8 +173,6 @@ export default function LandingPage() { valueClassName="text-3xl md:text-4xl font-light text-primary-cta" metricTitleClassName="text-sm text-foreground/70 mt-2" cardClassName="bg-card rounded-lg p-6" - textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground" - textBoxDescriptionClassName="text-base text-foreground/75 mt-4" /> @@ -230,8 +226,6 @@ export default function LandingPage() { roleClassName="text-sm text-foreground/70" ratingClassName="text-xs text-accent" cardClassName="bg-card rounded-lg p-6" - textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground" - textBoxDescriptionClassName="text-base text-foreground/75 mt-4" /> @@ -274,8 +268,6 @@ export default function LandingPage() { accordionTitleClassName="text-base font-medium text-foreground" accordionContentClassName="text-sm text-foreground/70 mt-2" accordionClassName="bg-card rounded-lg p-6" - textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground" - textBoxDescriptionClassName="text-base text-foreground/75 mt-4" /> -- 2.49.1