From 22ec348820b151736c72f75ceaceb1f78c33e452 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:59:40 +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 f761d0f..0980615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@ArisT", testimonial: "QuantumLogic transformed our R&D roadmap with their precise physical modeling.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg?_wi=1", }, { name: "Elara Vance", handle: "@VanceInnovate", testimonial: "The depth of technical expertise provided was unmatched in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg?_wi=1", }, { name: "Julian H.", handle: "@JulianPhys", testimonial: "Their simulation techniques are years ahead of the current market standards.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg?_wi=1", }, { name: "Sarah Chen", handle: "@SChenTech", testimonial: "An incredible partner for high-stakes technical strategy development.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg?_wi=1", }, { name: "Marcus V.", handle: "@MvRAndD", testimonial: "Physics-based forecasting that actually works for our bottom line.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg?_wi=1", }, ]} buttons={[ @@ -205,7 +205,7 @@ export default function LandingPage() { handle: "@SMiller", testimonial: "Exceptional clarity in communicating difficult theoretical concepts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg?_wi=2", }, { id: "2", @@ -213,7 +213,7 @@ export default function LandingPage() { handle: "@MChen", testimonial: "Their approach fundamentally changed our efficiency projections.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg?_wi=2", }, { id: "3", @@ -221,7 +221,7 @@ export default function LandingPage() { handle: "@ERoss", testimonial: "Professional, insightful, and incredibly thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg?_wi=2", }, { id: "4", @@ -229,7 +229,7 @@ export default function LandingPage() { handle: "@DThorne", testimonial: "Unparalleled expertise in experimental simulation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg?_wi=2", }, { id: "5", @@ -237,7 +237,7 @@ export default function LandingPage() { handle: "@AWong", testimonial: "The best partner for complex technical hurdles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg?_wi=2", }, ]} showRating={true}