From c07828ef5c981e753b402bc463ed011589cba32a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:51:55 +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 91a5ce6..51cfe18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,6 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full" containerClassName="w-full" - descriptionClassName="text-lg" /> @@ -123,7 +122,6 @@ export default function LandingPage() { buttonAnimation="slide-up" className="w-full" containerClassName="w-full" - descriptionClassName="text-lg" /> @@ -156,7 +154,6 @@ export default function LandingPage() { carouselMode="buttons" className="w-full" containerClassName="w-full" - descriptionClassName="text-lg" /> -- 2.49.1