From f3b2c829f80cdca27b174a27026fa92aa877d51e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:26:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1