2 Commits

Author SHA1 Message Date
ba9403bd93 Update src/app/page.tsx 2026-03-15 23:12:18 +00:00
962e035d30 Merge version_2 into main
Merge version_2 into main
2026-03-14 23:35:47 +00:00

View File

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