From 1a292b2d2d7b34279906df68ee69217b75037d9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:29:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 166c8a0..e8c0a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -306,7 +306,7 @@ export default function LandingPage() { ]} containerClassName="max-w-6xl mx-auto" titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-foreground/70" + textBoxDescriptionClassName="text-lg text-foreground/70" /> -- 2.49.1