From 7f21ee21803c3d1747615f8d8f0e809e2e8916bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:42:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee51c3c..c6fd688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,6 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} tagAnimation="blur-reveal" - titleClassName="text-4xl md:text-5xl font-extrabold leading-tight" descriptionClassName="text-xl font-semibold" subdescriptionClassName="text-lg text-accent" iconClassName="w-16 h-16 text-primary-cta" @@ -178,7 +177,7 @@ export default function LandingPage() { ] } ]} - titleClassName="text-3xl md:text-4xl font-extrabold" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold" /> -- 2.49.1