diff --git a/src/app/page.tsx b/src/app/page.tsx index bfff41f..0614757 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { containerClassName="py-16 px-4 md:px-8" titleClassName="text-3xl md:text-4xl font-bold" descriptionClassName="text-lg opacity-90 leading-relaxed" - textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-lg opacity-90 leading-relaxed" /> @@ -197,7 +197,6 @@ export default function LandingPage() { descriptionClassName="text-lg opacity-90 leading-relaxed" nameClassName="font-semibold text-lg" roleClassName="text-sm opacity-75" - textBoxClassName="py-20 px-4 md:px-8" textBoxTitleClassName="text-4xl md:text-5xl font-bold" textBoxDescriptionClassName="text-lg opacity-90 leading-relaxed" />