Update src/app/shop/page.tsx
This commit is contained in:
@@ -79,27 +79,27 @@ const ShopPage = () => {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg?_wi=2",
|
||||
imageAlt: "Fashion collection showcase",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=5",
|
||||
imageAlt: "Burqa collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=6",
|
||||
imageAlt: "Hijab showcase",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=5",
|
||||
imageAlt: "Niqab display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=4",
|
||||
imageAlt: "Prayer sets",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg?_wi=3",
|
||||
imageAlt: "Fashion collection grid",
|
||||
},
|
||||
]}
|
||||
@@ -123,7 +123,7 @@ const ShopPage = () => {
|
||||
price: "৳ 1,950",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=6",
|
||||
imageAlt: "Black Pearl Burqa",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ const ShopPage = () => {
|
||||
price: "৳ 890",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=7",
|
||||
imageAlt: "Sage Green Hijab Set",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ const ShopPage = () => {
|
||||
price: "৳ 1,450",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=6",
|
||||
imageAlt: "Midnight Niqab",
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@ const ShopPage = () => {
|
||||
price: "৳ 2,450",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=5",
|
||||
imageAlt: "Emerald Burqa with Gold Embroidery",
|
||||
},
|
||||
{
|
||||
@@ -163,7 +163,7 @@ const ShopPage = () => {
|
||||
price: "৳ 1,200",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg?_wi=4",
|
||||
imageAlt: "Cream Premium Hijab Collection",
|
||||
},
|
||||
{
|
||||
@@ -173,7 +173,7 @@ const ShopPage = () => {
|
||||
price: "৳ 1,800",
|
||||
rating: 5,
|
||||
reviewCount: "965",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg?_wi=3",
|
||||
imageAlt: "Navy Blue Prayer Set",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user