diff --git a/src/app/page.tsx b/src/app/page.tsx index ea3ed80..a73f227 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -262,7 +262,7 @@ export default function LandingPage() { showCard={true} buttonAnimation="slide-up" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" /> @@ -305,8 +305,8 @@ export default function LandingPage() { }, ]} containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-foreground/70" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-foreground/70" />