Update src/app/about/page.tsx

This commit is contained in:
2026-04-02 18:37:23 +00:00
parent e76dc2f361
commit 8e32b228d3

View File

@@ -35,7 +35,7 @@ export default function AboutPage() {
tag="الخبراء"
memberVariant="card"
membersAnimation="slide-up"
members={[{ id: "m1", name: "أحمد التونسي", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg" }]}
members={[{ id: "m1", name: "أحمد التونسي", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg?_wi=2" }]}
/>
</ThemeProvider>
);