From 212f79f3095b581dcbd8f2b78c0110f73bfd689a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:59:06 +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 1c08b68..063a182 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,8 +162,8 @@ export default function LandingPage() { useInvertedBackground={false} ariaLabel="Eaglecord mini games collection" containerClassName="w-full" - titleClassName="text-3xl md:text-4xl font-extrabold text-foreground text-center" - descriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold text-foreground text-center" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto" /> -- 2.49.1