Update src/app/services/page.tsx

This commit is contained in:
2026-03-13 18:56:12 +00:00
parent 32d0f0eecf
commit cb93d6e4f6

View File

@@ -173,8 +173,8 @@ export default function ServicesPage() {
carouselMode="buttons"
className="w-full py-24"
containerClassName="max-w-7xl mx-auto px-6"
titleClassName="text-5xl md:text-6xl font-normal mb-6"
descriptionClassName="text-lg md:text-xl text-neutral-600 mb-20 max-w-2xl"
cardTitleClassName="text-5xl md:text-6xl font-normal mb-6"
cardDescriptionClassName="text-lg md:text-xl text-neutral-600 mb-20 max-w-2xl"
/>
</div>