From 2a186d6d64aa7c783ab20b7eecc4e0a8e63c031a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:06:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43f467f..f8a1cbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,8 +90,6 @@ export default function LandingPage() { speed={40} showCard={true} className="py-16" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-base" /> @@ -130,8 +128,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} className="py-32" - titleClassName="text-5xl font-extrabold" - descriptionClassName="text-lg" + cardTitleClassName="text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> @@ -159,8 +157,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} className="py-32" - titleClassName="text-5xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> @@ -193,8 +191,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} className="py-24" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg" showCard={false} /> -- 2.49.1