Update src/app/page.tsx

This commit is contained in:
2026-03-14 15:18:05 +00:00
parent c181ebc421
commit 7c226408f0

View File

@@ -106,8 +106,8 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
containerClassName="py-20"
cardClassName="rounded-2xl overflow-hidden"
textBoxDescriptionClassName="text-lg max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg max-w-2xl"
/>
</div>
@@ -148,8 +148,8 @@ export default function LandingPage() {
]}
buttonAnimation="opacity"
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg max-w-2xl"
/>
</div>