From 4e648916daf66b83d6b03cadd80e83b3c6f9c5ac Mon Sep 17 00:00:00 2001 From: development Date: Fri, 2 Jan 2026 18:48:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f3e013..e8cdfe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,8 +168,8 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-foreground text-4xl md:text-5xl font-bold" - descriptionClassName="text-foreground text-base md:text-lg" + textBoxTitleClassName="text-foreground text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-foreground text-base md:text-lg" cardTitleClassName="text-foreground text-2xl font-bold" cardQuoteClassName="text-foreground text-base italic" /> -- 2.49.1