From 0902913bb1cdd90f1fc3d1a37640a568027cfb13 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:56:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a66aba9..f8f2ff1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,12 +120,12 @@ export default function LandingPage() { carouselMode="buttons" uniformGridCustomHeightClasses="min-h-72 2xl:min-h-80" containerClassName="gap-8" - titleClassName="text-4xl font-bold" + textBoxTitleClassName="text-4xl font-bold" descriptionClassName="text-lg opacity-85" cardClassName="border border-purple-400/30 rounded-lg p-6" iconContainerClassName="mb-4" iconClassName="w-8 h-8 text-purple-400" - textBoxTitleClassName="text-2xl font-semibold" + cardTitleClassName="text-2xl font-semibold" textBoxDescriptionClassName="text-base opacity-80" /> @@ -160,8 +160,8 @@ export default function LandingPage() { useInvertedBackground={false} uniformGridCustomHeightClasses="min-h-80 2xl:min-h-96" containerClassName="gap-8" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg opacity-85" + textBoxTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg opacity-85" cardClassName="rounded-xl overflow-hidden border border-purple-400/20" imageClassName="w-full h-full object-cover" cardNameClassName="text-xl font-semibold mt-4" @@ -206,8 +206,8 @@ export default function LandingPage() { useInvertedBackground={true} uniformGridCustomHeightClasses="min-h-none" containerClassName="gap-8" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg opacity-85" + textBoxTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg opacity-85" cardClassName="rounded-lg border border-purple-400/20 p-6" imageWrapperClassName="mb-4 w-12 h-12 rounded-full overflow-hidden" imageClassName="w-full h-full object-cover" @@ -256,8 +256,8 @@ export default function LandingPage() { animationType="smooth" showCard={true} containerClassName="gap-8" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg opacity-85" + textBoxTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg opacity-85" accordionClassName="border-b border-purple-400/20" accordionTitleClassName="font-semibold text-lg py-4" accordionContentClassName="pb-4 opacity-85" -- 2.49.1