From 38a7a458d992b43fb74d14364a95d39f736f0462 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 19:39:23 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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" }, -- 2.49.1 From 895cf83f5ccf11d370a32bf8d4790f9ea2aacc8f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 19:39:23 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() { -- 2.49.1