Update src/app/services/page.tsx

This commit is contained in:
2026-03-14 05:27:32 +00:00
parent 27b03d2a12
commit 8043841deb

View File

@@ -152,7 +152,7 @@ export default function ServicesPage() {
buttonAnimation="blur-reveal"
ariaLabel="Detailed services section"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
itemClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
@@ -187,8 +187,8 @@ export default function ServicesPage() {
buttonAnimation="blur-reveal"
ariaLabel="Services FAQ section"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>