Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-25 17:51:01 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ export default function HomePage() {
id: "1",
name: "Classic Black Bomber Jacket",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-down-street_1303-24594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-down-street_1303-24594.jpg?_wi=1",
imageAlt: "black bomber jacket men fashion jacket urban outerwear",
initialQuantity: 1
},
@@ -93,7 +93,7 @@ export default function HomePage() {
id: "2",
name: "White Oversized T-Shirt",
price: "$34.99",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg?_wi=1",
imageAlt: "white oversized t-shirt casual tee minimalist clothing",
initialQuantity: 1
},
@@ -101,7 +101,7 @@ export default function HomePage() {
id: "3",
name: "Premium Slim Fit Jeans",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/urban-outdoor-fashion-portrait-young-stylish-hipster-man-wearing-leather-biker-jacket-denim-pants-vintage-shoes-posing-countryside-parking-evening-sunlight_291049-1614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/urban-outdoor-fashion-portrait-young-stylish-hipster-man-wearing-leather-biker-jacket-denim-pants-vintage-shoes-posing-countryside-parking-evening-sunlight_291049-1614.jpg?_wi=1",
imageAlt: "slim fit jeans denim pants classic blue jeans",
initialQuantity: 1
}

View File

@@ -53,7 +53,7 @@ export default function ProductsPage() {
id: "1",
name: "Classic Black Bomber Jacket",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-down-street_1303-24594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-down-street_1303-24594.jpg?_wi=2",
imageAlt: "black bomber jacket men fashion jacket urban outerwear",
initialQuantity: 1
},
@@ -61,7 +61,7 @@ export default function ProductsPage() {
id: "2",
name: "White Oversized T-Shirt",
price: "$34.99",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg?_wi=2",
imageAlt: "white oversized t-shirt casual tee minimalist clothing",
initialQuantity: 1
},
@@ -69,7 +69,7 @@ export default function ProductsPage() {
id: "3",
name: "Premium Slim Fit Jeans",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/urban-outdoor-fashion-portrait-young-stylish-hipster-man-wearing-leather-biker-jacket-denim-pants-vintage-shoes-posing-countryside-parking-evening-sunlight_291049-1614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/urban-outdoor-fashion-portrait-young-stylish-hipster-man-wearing-leather-biker-jacket-denim-pants-vintage-shoes-posing-countryside-parking-evening-sunlight_291049-1614.jpg?_wi=2",
imageAlt: "slim fit jeans denim pants classic blue jeans",
initialQuantity: 1
},