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"