From d384fc5221e1b038467cf1ae0f68919578db09eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:43:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed45232..4985379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,9 +190,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} carouselMode="buttons" - titleClassName="text-5xl font-bold text-white mb-6" - descriptionClassName="text-xl text-gray-200 mb-12" - tagClassName="text-white font-semibold" + textBoxTitleClassName="text-5xl font-bold text-white mb-6" + textBoxDescriptionClassName="text-xl text-gray-200 mb-12" + textBoxTagClassName="text-white font-semibold" cardClassName="p-8 bg-white rounded-3xl shadow-lg hover:shadow-2xl transition-all" nameClassName="text-xl font-bold text-black" roleClassName="text-gray-700" @@ -233,9 +233,9 @@ export default function LandingPage() { useInvertedBackground={false} faqsAnimation="blur-reveal" showCard={true} - titleClassName="text-5xl font-bold text-black mb-6" - descriptionClassName="text-lg text-gray-700 mb-12" - tagClassName="text-black font-semibold" + textBoxTitleClassName="text-5xl font-bold text-black mb-6" + textBoxDescriptionClassName="text-lg text-gray-700 mb-12" + textBoxTagClassName="text-black font-semibold" accordionClassName="border-b-2 border-black" accordionTitleClassName="py-6 font-bold text-black text-lg" accordionContentClassName="pb-6 text-gray-700 leading-relaxed"