Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user