Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba9403bd93 | |||
| 962e035d30 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user