From 0562df5a834cd9d7ff0c7ad3174cb3e556b707d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:42:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4fc8b1..3e0647f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,10 +155,10 @@ export default function LandingPage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Alexandra Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "professional portrait designer headshot team member creative professional" + id: "1", name: "Alexandra Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1", imageAlt: "professional portrait designer headshot team member creative professional" }, { - id: "2", name: "Marcus Johnson", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "team leader professional photo designer portrait colleague headshot" + id: "2", name: "Marcus Johnson", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "team leader professional photo designer portrait colleague headshot" }, { id: "3", name: "Elena Rodriguez", role: "UX/UI Specialist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", imageAlt: "team member photo designer avatar professional headshot colleague photo" @@ -188,7 +188,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "CEO", company: "TechVenture Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "client photo business person executive portrait professional headshot" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "client photo business person executive portrait professional headshot" }, { id: "2", name: "James Rodriguez", role: "Founder", company: "StyleHub", rating: 5, @@ -208,7 +208,7 @@ export default function LandingPage() { }, { id: "6", name: "Christopher Lee", role: "VP Marketing", company: "Enterprise Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "marketing director business executive professional headshot corporate portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "marketing director business executive professional headshot corporate portrait" } ]} kpiItems={[ -- 2.49.1