Update src/app/about/page.tsx

This commit is contained in:
2026-03-16 08:33:22 +00:00
parent f21eb92e54
commit e0be14a16b

View File

@@ -165,6 +165,27 @@ export default function AboutPage() {
cardClassName="bg-white rounded-xl p-8 shadow-sm border border-gray-100"
cardTitleClassName="text-xl font-bold mb-4"
cardDescriptionClassName="text-gray-600 space-y-2"
tagClassName=""
tagAnimation=""
buttons={undefined}
buttonAnimation=""
textboxLayout="default"
carouselMode="buttons"
uniformGridCustomHeightClasses=""
ariaLabel=""
className=""
gridClassName=""
carouselClassName=""
controlsClassName=""
textBoxClassName=""
textBoxTitleClassName=""
textBoxTitleImageWrapperClassName=""
textBoxTitleImageClassName=""
textBoxDescriptionClassName=""
textBoxTagClassName=""
textBoxButtonContainerClassName=""
textBoxButtonClassName=""
textBoxButtonTextClassName="
/>
</div>