From 573da2ed4b931002c708d0a9265eb4a5f857c7b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:33:44 +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 d557f65..a7e0ee5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,18 +93,18 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "detective investigation mystery clues case"}, + "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=1", imageAlt: "detective investigation mystery clues case"}, { imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "case document investigation file evidence"}, + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=1", imageAlt: "case document investigation file evidence"}, { imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "evidence photograph mystery clue detective"}, + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=2", imageAlt: "evidence photograph mystery clue detective"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stressed-woman_1098-14869.jpg", imageAlt: "interrogation interview witness statement investigation"}, + imageSrc: "http://img.b2bpic.net/free-photo/stressed-woman_1098-14869.jpg?_wi=1", imageAlt: "interrogation interview witness statement investigation"}, { imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg", imageAlt: "mystery case investigation detective thriller"}, + "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg?_wi=1", imageAlt: "mystery case investigation detective thriller"}, ]} mediaAnimation="slide-up" /> @@ -131,7 +131,7 @@ export default function HomePage() { title: "Begin Investigation", description: "Study materials, interrogate AI witnesses, and solve the mystery", icon: Search, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg" + imageSrc="http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=3" imageAlt="Investigation process" mediaAnimation="slide-up" textboxLayout="default" @@ -148,16 +148,16 @@ export default function HomePage() { products={[ { id: "1", name: "The Silent Library", price: "$9.99", imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg", imageAlt: "Silent Library case"}, + "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg?_wi=2", imageAlt: "Silent Library case"}, { id: "2", name: "Midnight Protocol", price: "$9.99", imageSrc: - "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "Midnight Protocol case"}, + "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=2", imageAlt: "Midnight Protocol case"}, { id: "3", name: "The Lost Archive", price: "$12.99", imageSrc: - "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-photocall_23-2149945954.jpg", imageAlt: "Lost Archive case"}, + "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-photocall_23-2149945954.jpg?_wi=1", imageAlt: "Lost Archive case"}, { id: "4", name: "Double Crossing", price: "$9.99", imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "Double Crossing case"}, + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=4", imageAlt: "Double Crossing case"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"