From 90aac64de8d4cfbf6a768f2c8fd39ba53388cbc2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 17:10:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ff0eca..ae0dc72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,14 +69,14 @@ export default function LandingPage() { handle: "@alex_travels", testimonial: "This course completely changed my approach to content creation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-11854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-11854.jpg?_wi=1", }, { name: "Jamie L.", handle: "@jamie_dev", testimonial: "The best investment I've made for my career this year.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/work-company-male-brick-wall-eye-glasses_1134-1249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/work-company-male-brick-wall-eye-glasses_1134-1249.jpg?_wi=1", }, { name: "Sarah P.", @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/ai-startup-it-expert-arriving-office-with-laptop_482257-118688.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ai-startup-it-expert-arriving-office-with-laptop_482257-118688.jpg?_wi=1" imageAlt="online course instructor professional" avatars={[ { @@ -217,7 +217,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/ai-startup-it-expert-arriving-office-with-laptop_482257-118688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-startup-it-expert-arriving-office-with-laptop_482257-118688.jpg?_wi=2", imageAlt: "futuristic tech icon glowing", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-11854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-11854.jpg?_wi=2", imageAlt: "futuristic tech icon glowing", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/work-company-male-brick-wall-eye-glasses_1134-1249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/work-company-male-brick-wall-eye-glasses_1134-1249.jpg?_wi=2", imageAlt: "futuristic tech icon glowing", }, ]}