Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-02 20:04:54 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -133,28 +133,28 @@ export default function HomePage() {
id: "hoodie-grey",
name: "Heavyweight Hoodie — Heather Grey",
price: "€149",
imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg?_wi=1",
imageAlt: "ARCT Heavyweight Hoodie in Heather Grey",
},
{
id: "hoodie-navy",
name: "Heavyweight Hoodie — Deep Navy",
price: "€149",
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=1",
imageAlt: "ARCT Heavyweight Hoodie in Deep Navy",
},
{
id: "sweatpants-grey",
name: "Heavyweight Sweatpants — Heather Grey",
price: "€129",
imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg?_wi=1",
imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey",
},
{
id: "sweatpants-navy",
name: "Heavyweight Sweatpants — Deep Navy",
price: "€129",
imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=1",
imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy",
},
]}

View File

@@ -92,14 +92,14 @@ export default function ShopPage() {
id: "hoodie-grey",
name: "Heavyweight Hoodie — Heather Grey",
price: "€149",
imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg?_wi=2",
imageAlt: "ARCT Heavyweight Hoodie in Heather Grey",
},
{
id: "hoodie-navy",
name: "Heavyweight Hoodie — Deep Navy",
price: "€149",
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=2",
imageAlt: "ARCT Heavyweight Hoodie in Deep Navy",
},
{
@@ -113,14 +113,14 @@ export default function ShopPage() {
id: "sweatpants-grey",
name: "Heavyweight Sweatpants — Heather Grey",
price: "€129",
imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg?_wi=2",
imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey",
},
{
id: "sweatpants-navy",
name: "Heavyweight Sweatpants — Deep Navy",
price: "€129",
imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=2",
imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy",
},
{