Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-15 23:12:23 +00:00

View File

@@ -64,9 +64,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
containerClassName="gap-8"
cardClassName="hover:shadow-lg transition-shadow"
cardTitleClassName="text-3xl font-extrabold mb-4"
containerClassName="gap-12 max-w-6xl mx-auto"
cardClassName="flex flex-col border-2 border-solid border-gray-300 rounded-xl p-8 hover:border-gray-600 transition-colors hover:shadow-lg"
cardTitleClassName="text-3xl font-extrabold mb-4 pb-4 border-b-2 border-gray-300"
cardDescriptionClassName="text-base text-gray-700"
/>
</div>