From bc3b550191290a8edecdf2a7f5633f5cf2eb2044 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:44:46 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 55191d2..f17e8fc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -130,10 +130,10 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-white to-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" descriptionClassName="text-xl text-gray-700 mb-8" textBoxTitleClassName="text-2xl font-bold text-blue-900 mb-3" textBoxDescriptionClassName="text-gray-700 text-lg mb-6" + itemClassName="" /> @@ -180,7 +180,6 @@ export default function AboutPage() { useInvertedBackground={true} animationType="smooth" containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" descriptionClassName="text-xl text-gray-700 mb-12 max-w-2xl" faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8" columnClassName="space-y-4"