From 64b6b9c946a0d5dff9ce527a317f5abd8d429232 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 999baa6..054cdf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,6 @@ export default function LandingPage() { useInvertedBackground={true} containerClassName="py-20 px-4" itemClassName="" - descriptionClassName="text-lg text-foreground opacity-90 mt-4" featureTitleClassName="text-3xl font-light text-foreground" featureDescriptionClassName="text-base text-foreground opacity-80 mt-3" /> @@ -170,7 +169,6 @@ export default function LandingPage() { tag="Testimonials" textboxLayout="default" useInvertedBackground={false} - descriptionClassName="text-base text-foreground opacity-85 mt-4" quoteCardClassName="bg-card border border-accent rounded-xl p-8" quoteClassName="text-lg text-foreground italic mb-4" nameClassName="font-semibold text-foreground" -- 2.49.1