From 893a0a52a2e50e1df8213264241c4ba0de836c47 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:18:56 +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 b178e0f..1e3193c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,35 +66,35 @@ export default function LandingPage() { handle: "@sarahJ", testimonial: "Bloop transformed our reach. The ROI is undeniable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg?_wi=1", }, { name: "Mark D.", handle: "@markd", testimonial: "Marketing automation made simple. Absolute game changer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg?_wi=1", }, { name: "Elena R.", handle: "@elena_r", testimonial: "Saving hours every week while growing faster than ever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=1", }, { name: "David K.", handle: "@davidk", testimonial: "The AI analytics are cutting edge. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg?_wi=1", }, { name: "Sophia L.", handle: "@sophi_l", testimonial: "Scaling our socials has never been this effortless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg?_wi=1", }, ]} buttons={[ @@ -292,7 +292,7 @@ export default function LandingPage() { quote: "We grew 3x faster with Bloop.", name: "Sarah J.", role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg?_wi=2", }, { id: "t2", @@ -300,7 +300,7 @@ export default function LandingPage() { quote: "Finally, marketing I can trust.", name: "Mark D.", role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg?_wi=2", }, { id: "t3", @@ -308,7 +308,7 @@ export default function LandingPage() { quote: "The analytics are spot on every time.", name: "Elena R.", role: "Marketing Director", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=2", }, { id: "t4", @@ -316,7 +316,7 @@ export default function LandingPage() { quote: "Automated everything effortlessly.", name: "David K.", role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg?_wi=2", }, { id: "t5", @@ -324,7 +324,7 @@ export default function LandingPage() { quote: "ROI increased instantly since using Bloop.", name: "Sophia L.", role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg?_wi=2", }, ]} title="Stories of Success" -- 2.49.1