From cf9e2350af3c5f63b03e4b0870c241b878236032 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:31:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bbe19a..9e3e2bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,11 +180,11 @@ export default function PetShelterPage() { }, { id: "3", name: "Michael", role: "Whiskers' Owner", company: "Work from Home", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg?_wi=1" }, { id: "4", name: "Emily & David", role: "Bella & Bella Jr's Parents", company: "Couple with Kids", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1