Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-09 22:47:34 +00:00

View File

@@ -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'
}
]}