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" />