From aabde414d3c171e2e443d18d45818ecc1b257cb8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 05:19:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 987dd4b..42cd5a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,8 +103,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} textboxLayout="default" - titleClassName="text-foreground" - descriptionClassName="text-foreground" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" cardClassName="bg-card" /> @@ -123,7 +123,7 @@ export default function LandingPage() { useInvertedBackground={false} textboxLayout="default" valueClassName="text-accent" - titleClassName="text-foreground" + textBoxTitleClassName="text-foreground" metricTitleClassName="text-foreground" featuresClassName="text-foreground" /> -- 2.49.1