diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f82111b..3c6981b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -86,7 +86,7 @@ export default function ShopPage() { name: "Traditional Moroccan Salon Fabric - Deep Red", price: "45 DH/meter", variant: "Red • Geometric Pattern • Premium Wool", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg?_wi=2", imageAlt: "Traditional red Moroccan fabric with geometric zellige pattern", isFavorited: false, }, @@ -95,7 +95,7 @@ export default function ShopPage() { name: "Modern Moroccan Salon Fabric - Azure Blue", price: "52 DH/meter", variant: "Blue • Contemporary Design • Silk Blend", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg?_wi=2", imageAlt: "Modern blue Moroccan fabric with contemporary pattern", isFavorited: false, }, @@ -104,7 +104,7 @@ export default function ShopPage() { name: "Luxury Velvet Fabric - Gold Embossed", price: "85 DH/meter", variant: "Gold • Embroidered • Premium Velvet", - imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg?_wi=2", imageAlt: "Luxury gold velvet Moroccan fabric with embossed details", isFavorited: false, }, @@ -113,7 +113,7 @@ export default function ShopPage() { name: "Classic Berber Textile - Indigo", price: "38 DH/meter", variant: "Indigo • Traditional Weave • Natural Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg?_wi=3", imageAlt: "Classic Berber textile in indigo with traditional weave pattern", isFavorited: false, }, @@ -122,7 +122,7 @@ export default function ShopPage() { name: "Premium Silk Fabric - Emerald Green", price: "65 DH/meter", variant: "Green • Luxury Silk • Embroidered Details", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg?_wi=3", imageAlt: "Premium emerald green silk fabric with embroidered Moroccan patterns", isFavorited: false, }, @@ -131,7 +131,7 @@ export default function ShopPage() { name: "Decorative Brocade - Maroon & Gold", price: "75 DH/meter", variant: "Maroon • Gold Thread • Rich Brocade", - imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg?_wi=3", imageAlt: "Decorative maroon and gold brocade fabric with intricate patterns", isFavorited: false, }, @@ -157,7 +157,7 @@ export default function ShopPage() { name: "Bestseller: Red Moroccan Blend", price: "48 DH/meter", variant: "Red • Mixed Fibers • Popular Design", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg?_wi=4", imageAlt: "Bestseller red Moroccan blend fabric", isFavorited: true, }, @@ -166,7 +166,7 @@ export default function ShopPage() { name: "Customer Favorite: Ocean Blue Weave", price: "55 DH/meter", variant: "Blue • Premium Blend • Most Reviewed", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg?_wi=4", imageAlt: "Customer favorite ocean blue weave fabric", isFavorited: true, }, @@ -175,7 +175,7 @@ export default function ShopPage() { name: "Top Rated: Champagne Silk", price: "72 DH/meter", variant: "Cream • Pure Silk • Highly Rated", - imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg?_wi=4", imageAlt: "Top-rated champagne silk Moroccan fabric", isFavorited: true, },