Update src/app/cases/page.tsx

This commit is contained in:
2026-03-02 18:33:42 +00:00
parent aa4ab3e7a8
commit 341b2bbb5a

View File

@@ -81,22 +81,22 @@ export default function CasesPage() {
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=3", 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=3", 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=2", 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=5", imageAlt: "Double Crossing case"},
{
id: "5", name: "Crimson Conspiracy", price: "$14.99", imageSrc:
"http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "Crimson Conspiracy case"},
"http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=6", imageAlt: "Crimson Conspiracy case"},
{
id: "6", name: "The Phantom Heist", price: "$11.99", imageSrc:
"http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "Phantom Heist case"},
"http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=4", imageAlt: "Phantom Heist case"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"