From 5c6bbb74fcee1f9df48a0e134c6c8a7fe934b2d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f7021b..8e8bcbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { quote: "Finally, a resume builder that understands technical roles.", name: "Sarah J.", role: "Software Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg?_wi=1", }, { id: "2", @@ -121,7 +121,7 @@ export default function LandingPage() { quote: "My resume looks professional and stands out every time.", name: "Michael Chen", role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg?_wi=1", }, { id: "3", @@ -129,7 +129,7 @@ export default function LandingPage() { quote: "I got three job offers in just one week after using this.", name: "David Kim", role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg?_wi=1", }, { id: "4", @@ -137,7 +137,7 @@ export default function LandingPage() { quote: "The AI feedback gave me the edge I needed to succeed.", name: "Emily Rodriguez", role: "Product Manager", - imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg?_wi=1", }, { id: "5", @@ -145,7 +145,7 @@ export default function LandingPage() { quote: "Fast, easy, and produces beautiful professional results.", name: "Marcus Thorne", role: "Senior Developer", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=1", }, ]} title="Trusted by Thousands" @@ -167,31 +167,31 @@ export default function LandingPage() { id: "m1", name: "Alex Rivers", role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg?_wi=2", }, { id: "m2", name: "Jordan Smith", role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg?_wi=2", }, { id: "m3", name: "Taylor Reed", role: "Lead Designer", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg?_wi=2", }, { id: "m4", name: "Casey Morgan", role: "Senior Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg?_wi=2", }, { id: "m5", name: "Morgan Lee", role: "Product Lead", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=2", }, ]} /> -- 2.49.1