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" } ]} /> 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() {