Update src/app/page.tsx

This commit is contained in:
2026-03-02 18:33:44 +00:00
parent 3b7430f632
commit 573da2ed4b

View File

@@ -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"