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