diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e10902..f36c8f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,8 +118,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/75 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/75 mb-12" /> @@ -144,8 +144,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/75 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/75 mb-12" />