From a7818ee45b6036357e4afc3d25c9451c067e6aff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:57:10 +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 4371db6..e1f2234 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,14 +63,14 @@ export default function LandingPage() { handle: "@alicereads", testimonial: "The best resource for my historical research projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg?_wi=1", }, { name: "John D.", handle: "@researcher", testimonial: "Incredible collection of open access academic papers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg?_wi=1", }, { name: "Elena V.", @@ -100,7 +100,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/from-stack-books_23-2147767314.jpg" + imageSrc="http://img.b2bpic.net/free-photo/from-stack-books_23-2147767314.jpg?_wi=1" imageAlt="Library interior" avatars={[ { @@ -158,7 +158,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-blank-paper-with-cellphone-wooden-table_23-2147885722.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/from-stack-books_23-2147767314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-stack-books_23-2147767314.jpg?_wi=2", imageAlt: "software search interface catalog", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062199.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg?_wi=2", imageAlt: "software search interface catalog", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-nebulizer_23-2150535953.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg?_wi=2", imageAlt: "software search interface catalog", }, ]} -- 2.49.1