From 30d8ed91382091033608ef08fbd2a5edd3f4cd24 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:59:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b735c2b..852f98e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { @@ -104,8 +105,8 @@ export default function LandingPage() { } ]} containerClassName="py-20 px-6 max-w-5xl mx-auto" - titleClassName="text-4xl font-bold mb-4 text-center" - descriptionClassName="text-lg text-gray-600 text-center mb-16" + textBoxTitleClassName="text-4xl font-bold mb-4 text-center" + textBoxDescriptionClassName="text-lg text-gray-600 text-center mb-16" cardClassName="p-8 rounded-lg transition-all duration-300 hover:shadow-lg" iconClassName="text-3xl mb-4" />