From ac064315057e47c77ed070c8cd86e2aaa40ca35b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 11:22:23 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d9529b4..cf57eee 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,19 +88,13 @@ export default function LandingPage() { tag="Our Team" team={[ { - id: "1", name: "Eleanor Vance", role: "Chief Strategist", imageSrc: "http://img.b2bpic.net/free-photo/pretty-gorgeous-woman-use-spray-eyes-feeling-good-after-long-laptop-use-sitting-home_496169-98.jpg", imageAlt: "Eleanor Vance, Chief Strategist", socialLinks: [ - { icon: Handshake, href: "#", ariaLabel: "LinkedIn" } - ] + id: "1", name: "Eleanor Vance", role: "Chief Strategist", imageSrc: "http://img.b2bpic.net/free-photo/pretty-gorgeous-woman-use-spray-eyes-feeling-good-after-long-laptop-use-sitting-home_496169-98.jpg", imageAlt: "Eleanor Vance, Chief Strategist" }, { - id: "2", name: "Marcus Thorne", role: "Lead Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg", imageAlt: "Marcus Thorne, Lead Creative Director", socialLinks: [ - { icon: Handshake, href: "#", ariaLabel: "LinkedIn" } - ] + id: "2", name: "Marcus Thorne", role: "Lead Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg", imageAlt: "Marcus Thorne, Lead Creative Director" }, { - id: "3", name: "Sophia Lee", role: "Senior Data Analyst", imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-leading-business-meeting_329181-19246.jpg", imageAlt: "Sophia Lee, Senior Data Analyst", socialLinks: [ - { icon: Handshake, href: "#", ariaLabel: "LinkedIn" } - ] + id: "3", name: "Sophia Lee", role: "Senior Data Analyst", imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-leading-business-meeting_329181-19246.jpg", imageAlt: "Sophia Lee, Senior Data Analyst" } ]} /> -- 2.49.1 From 34b5c6071813f818510c1abe6c6f61c10d4f3e7a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 11:22:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07ec742..fdceb0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() {