From c0ff82f130bf5682be34fbd3084df2881a5da9fc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:18:41 +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 33fd6e8..df78f77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,6 @@ export default function LandingPage() { titleClassName="text-4xl font-bold text-foreground" descriptionClassName="text-lg text-foreground/75" cardTitleClassName="text-xl font-semibold text-foreground" - cardDescriptionClassName="text-base text-foreground/70" /> @@ -164,7 +163,6 @@ export default function LandingPage() { titleClassName="text-4xl font-bold text-foreground" descriptionClassName="text-lg text-foreground/75" cardNameClassName="text-lg font-semibold text-foreground" - cardPriceClassName="text-primary-cta font-bold" /> -- 2.49.1