From 3ec14a0ad963e8d450e03dc5ad4547b7909f4714 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:19:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df78f77..86acc92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { containerClassName="py-20" 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" /> @@ -163,6 +163,7 @@ 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