Update src/app/about/page.tsx
This commit is contained in:
@@ -130,7 +130,6 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-20 bg-gradient-to-b from-white to-blue-50"
|
||||
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 +179,6 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
containerClassName="py-20 bg-blue-50"
|
||||
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"
|
||||
accordionClassName="bg-white rounded-lg shadow-subtle-shadow overflow-hidden"
|
||||
|
||||
Reference in New Issue
Block a user