From e526ad696108fd02accd51f2a8331482745ec798 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:49:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5860d61..3444040 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,8 +116,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80 leading-relaxed mt-4" + cardTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/80 leading-relaxed mt-4" /> @@ -178,8 +178,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80 leading-relaxed mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/80 leading-relaxed mt-4" /> -- 2.49.1