Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-07 17:04:21 +00:00
3 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -115,7 +115,7 @@ export default function HomePage() {
name: "Premium Cotton T-Shirt",
price: "₹299",
variant: "Multiple Colors",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-classify-clothes_23-2148857543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-classify-clothes_23-2148857543.jpg?_wi=1",
imageAlt: "Premium cotton t-shirt",
},
{
@@ -123,7 +123,7 @@ export default function HomePage() {
name: "Trendy Graphic Tee",
price: "₹349",
variant: "Bold Design • 5 Variants",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-model-man-dressed-jeans-clothes-posing-isolated_158538-9086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-model-man-dressed-jeans-clothes-posing-isolated_158538-9086.jpg?_wi=1",
imageAlt: "Trendy graphic t-shirt",
},
{
@@ -131,7 +131,7 @@ export default function HomePage() {
name: "Classic Casual Wear",
price: "₹279",
variant: "Comfort Fit • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448762.jpg?_wi=1",
imageAlt: "Classic casual wear",
},
]}

View File

@@ -44,7 +44,7 @@ export default function ProductsPage() {
name: "Premium Cotton T-Shirt",
price: "₹299",
variant: "Multiple Colors",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-classify-clothes_23-2148857543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-classify-clothes_23-2148857543.jpg?_wi=2",
imageAlt: "Premium cotton t-shirt",
},
{
@@ -52,7 +52,7 @@ export default function ProductsPage() {
name: "Trendy Graphic Tee",
price: "₹349",
variant: "Bold Design • 5 Variants",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-model-man-dressed-jeans-clothes-posing-isolated_158538-9086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-model-man-dressed-jeans-clothes-posing-isolated_158538-9086.jpg?_wi=2",
imageAlt: "Trendy graphic t-shirt",
},
{
@@ -60,7 +60,7 @@ export default function ProductsPage() {
name: "Classic Casual Wear",
price: "₹279",
variant: "Comfort Fit • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448762.jpg?_wi=2",
imageAlt: "Classic casual wear",
},
]}