diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 9e54d91..f64a39e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,10 +26,10 @@ export default function AboutPage() {
@@ -63,7 +63,6 @@ export default function AboutPage() {
useInvertedBackground={false}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
- mediaClassName="object-[65%_center]"
members={[
{ id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" },
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index db45f1d..e75d07c 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -26,11 +26,11 @@ export default function ServicesPage() {
@@ -86,7 +86,6 @@ export default function ServicesPage() {
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx
index f4286c3..6275d14 100644
--- a/src/app/work/page.tsx
+++ b/src/app/work/page.tsx
@@ -26,11 +26,11 @@ export default function WorkPage() {
@@ -70,7 +70,6 @@ export default function WorkPage() {
]}
/>
);
-}
+}
\ No newline at end of file