Update src/app/page.tsx

This commit is contained in:
2026-03-14 15:11:19 +00:00
parent b5c78ebb50
commit 51fb50b504

View File

@@ -163,8 +163,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-lg opacity-85 max-w-2xl"
cardTitleClassName="text-4xl font-bold"
cardDescriptionClassName="text-lg opacity-85 max-w-2xl"
/>
</div>
@@ -207,8 +207,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-lg opacity-85 max-w-2xl"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-lg opacity-85 max-w-2xl"
/>
</div>
@@ -244,8 +244,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-4xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-lg opacity-85 max-w-2xl"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-lg opacity-85 max-w-2xl"
/>
</div>