From 59ee9bb149894a4584e228f328951e8fdf855c02 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:58:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf85e08..3545ed8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,6 +116,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} imagePosition="right" + mediaAnimation="blur-reveal" className="w-full" containerClassName="max-w-7xl mx-auto" titleClassName="text-4xl lg:text-5xl font-extrabold" @@ -153,6 +154,7 @@ export default function LandingPage() { containerClassName="max-w-7xl mx-auto" titleClassName="text-4xl lg:text-5xl font-extrabold" descriptionClassName="text-lg text-opacity-90" + itemClassName="" cardTitleClassName="text-2xl font-bold" cardDescriptionClassName="text-base text-opacity-80" /> @@ -191,8 +193,8 @@ export default function LandingPage() { buttonAnimation="slide-up" className="w-full" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl lg:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-90" + textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-opacity-90" cardTitleClassName="text-xl font-bold" cardQuoteClassName="text-base italic" /> @@ -245,8 +247,8 @@ export default function LandingPage() { speed={40} className="w-full" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl lg:text-5xl font-extrabold" - contentClassName="text-lg text-opacity-90" + textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-opacity-90" /> -- 2.49.1