From 8b8820d4c23553a72ee6086288c426a213ffb31d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:17:06 +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 2d81223..43cd33a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,8 +135,6 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - cardTitleClassName="text-5xl font-bold" - cardDescriptionClassName="text-lg" cardTitleClassName="text-2xl font-bold" cardQuoteClassName="text-base leading-relaxed" /> @@ -164,7 +162,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} cardTitleClassName="text-5xl font-bold" - cardDescriptionClassName="text-lg" carouselMode="buttons" /> -- 2.49.1