From bcc6fdbecf9278cb8065a4f8c1934759bc707711 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:47:30 +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 9be1825..3d8b8f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function Home() { id: '1', name: 'Vintage Football PSA 9', price: '$2,499', - imageSrc: 'https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=400&h=500&fit=crop', + imageSrc: 'https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=400&h=500&fit=crop&_wi=1', imageAlt: 'Vintage football card PSA 9' }, { @@ -147,7 +147,7 @@ export default function Home() { id: '4', name: 'Modern Football Hit', price: '$650', - imageSrc: 'https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=400&h=500&fit=crop', + imageSrc: 'https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=400&h=500&fit=crop&_wi=2', imageAlt: 'Modern football case hit card' } ]} -- 2.49.1