Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:47:27 +00:00
parent e6ec40e303
commit d301ef93bb

View File

@@ -150,8 +150,8 @@ export default function CentroDentalPage() {
useInvertedBackground={false}
className="w-full py-16 md:py-24"
containerClassName="px-4 md:px-8"
titleClassName="text-3xl md:text-4xl font-medium text-foreground"
descriptionClassName="text-base md:text-lg text-foreground/70 mt-4"
textBoxTitleClassName="text-3xl md:text-4xl font-medium text-foreground"
textBoxDescriptionClassName="text-base md:text-lg text-foreground/70 mt-4"
/>
</div>