Update src/app/page.tsx
This commit is contained in:
@@ -81,8 +81,9 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16 md:py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg mb-12"
|
||||
itemClassName=""
|
||||
cardTitleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
cardDescriptionClassName="text-lg mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,8 +114,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16 md:py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg mb-12"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,8 +149,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16 md:py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg mb-12"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user