From d86fae602a1e08ca1a5bd0991184c9c896e20a00 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:07:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17fd82a..a979b60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,6 @@ export default function LandingPage() { useInvertedBackground={false} ariaLabel="Customer testimonials and reviews" containerClassName="py-16 md:py-24" - descriptionClassName="text-lg mb-12" quoteCardClassName="rounded-xl p-8 md:p-10" quoteClassName="text-lg md:text-xl italic mb-6" nameClassName="font-semibold text-lg" @@ -145,7 +144,6 @@ export default function LandingPage() { showCard={true} ariaLabel="Social proof and trusted partners section" containerClassName="py-16 md:py-24" - descriptionClassName="text-lg mb-12" /> @@ -170,7 +168,6 @@ export default function LandingPage() { animationType="slide-up" carouselMode="buttons" containerClassName="py-16 md:py-24" - descriptionClassName="text-lg mb-12" cardClassName="rounded-xl p-8 md:p-10" /> -- 2.49.1