From 32c837384294430872e69cfdd46b63e3f107d3a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:34:31 +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 580fbb6..47115c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { imageAlt="Envy Studios creative team collaboration" useInvertedBackground={false} className="w-full" - containerClassName="px-4 py-20" + textBoxClassName="px-4 py-20" titleClassName="text-3xl font-extrabold" descriptionClassName="text-base mt-4" buttonContainerClassName="flex gap-4 mt-8" -- 2.49.1