diff --git a/src/app/page.tsx b/src/app/page.tsx index a981a7f..bf1e3b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,8 +144,8 @@ export default function DrivrUnifyPage() { useInvertedBackground={false} buttonAnimation="slide-up" containerClassName="py-20" - cardTitleClassName="text-5xl md:text-6xl font-extrabold" - descriptionClassName="text-lg text-foreground/75" + titleClassName="text-5xl md:text-6xl font-extrabold" + cardDescriptionClassName="text-lg text-foreground/75" /> @@ -267,4 +267,4 @@ export default function DrivrUnifyPage() { ); -} +} \ No newline at end of file