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"