From 0a3a4628764b3dd00bede88279ae37f579a1626b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:32:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0188add..580a7f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { tag="Trusted Breeders" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-brown-white-face-cute-blue-eyed-cat-lying-wool-threads_181624-17173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-brown-white-face-cute-blue-eyed-cat-lying-wool-threads_181624-17173.jpg?_wi=1", imageAlt: "Cute fluffy kitten playing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cat-face-close_1160-675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-face-close_1160-675.jpg?_wi=1", imageAlt: "Kittens snuggling together", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-brown-white-face-cute-blue-eyed-cat-lying-wool-threads_181624-17173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-brown-white-face-cute-blue-eyed-cat-lying-wool-threads_181624-17173.jpg?_wi=2", imageAlt: "Fluffy kitten portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cat-face-close_1160-675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-face-close_1160-675.jpg?_wi=2", imageAlt: "Three kittens resting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-brown-white-face-cute-blue-eyed-cat-lying-wool-threads_181624-17173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-brown-white-face-cute-blue-eyed-cat-lying-wool-threads_181624-17173.jpg?_wi=3", imageAlt: "Playful kitten close up", }, ]} @@ -171,7 +171,7 @@ export default function LandingPage() { role: "Pet Parent", company: "Happy Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg?_wi=1", }, { id: "2", @@ -203,7 +203,7 @@ export default function LandingPage() { role: "Pet Parent", company: "Happy Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1