diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 8eb045d..73ea6ba 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,13 +1,10 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import ReactLenis from "lenis/react";
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+ useInvertedBackground={false}
+ title="فريقنا"
+ 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" }]}
+ />
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3325556..78263e0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -102,9 +102,7 @@ export default function LandingPage() {