Update src/app/page.tsx

This commit is contained in:
2026-03-14 21:51:27 +00:00
parent 85e60f6aa6
commit 1778e01fb7

View File

@@ -118,8 +118,8 @@ export default function LandingPage() {
]}
className="py-20"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/75 mb-12"
textBoxTitleClassName="text-4xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/75 mb-12"
/>
</div>
@@ -144,8 +144,8 @@ export default function LandingPage() {
]}
className="py-20"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/75 mb-12"
textBoxTitleClassName="text-4xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/75 mb-12"
/>
</div>