From efa0e0276be8851641d034c6bb61f9f1d72b9edd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:28:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1531396..54d8b31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + textBoxDescriptionClassName="text-sm text-muted-foreground italic" + containerClassName="space-y-4" /> -- 2.49.1