diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a25d0b..7ff89c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,8 +115,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-3xl font-bold" - descriptionClassName="text-base" + cardTitleClassName="text-3xl font-bold" + textBoxDescriptionClassName="text-base" /> @@ -138,8 +138,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-3xl font-bold" - descriptionClassName="text-base" + textBoxTitleClassName="text-3xl font-bold" + textBoxDescriptionClassName="text-base" /> @@ -168,8 +168,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-3xl font-bold" - descriptionClassName="text-base" + textBoxTitleClassName="text-3xl font-bold" + textBoxDescriptionClassName="text-base" /> @@ -210,8 +210,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-3xl font-bold" - descriptionClassName="text-base" + textBoxTitleClassName="text-3xl font-bold" + textBoxDescriptionClassName="text-base" />