diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 583b1f5..d3a4572 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,12 +28,12 @@ export default function AboutPage() {
@@ -58,6 +58,7 @@ export default function AboutPage() {
animationType="depth-3d"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ textboxLayout="default"
members={[
{ id: "1", name: "Sarah Miller", role: "Lead Web Developer", imageSrc: "http://img.b2bpic.net/free-photo/startup-programmer-testing-debugging-company-ai-software_482257-118786.jpg", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Creative Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/digital-media-expert-working-photo-editing-with-professional-software_482257-125064.jpg", imageAlt: "Valentina Reyes" },
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index e2523e5..e341abb 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -26,12 +26,12 @@ export default function ServicesPage() {