diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 18c0cb8..db0e41d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -48,42 +48,42 @@ export default function ShopPage() { id: "1", name: "Bathroom Accessories", price: "From PKR 500", - imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-cleaning-products-set-with-soaps-cottons-swabs_23-2148818495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-cleaning-products-set-with-soaps-cottons-swabs_23-2148818495.jpg?_wi=2", imageAlt: "Bathroom accessories collection" }, { id: "2", name: "Taps & Faucets", price: "From PKR 1,500", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-modern-faucet-soap-toothbrushes_181624-57645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-modern-faucet-soap-toothbrushes_181624-57645.jpg?_wi=2", imageAlt: "Premium taps and faucets" }, { id: "3", name: "Toilets & Wash Basins", price: "From PKR 3,000", - imageSrc: "http://img.b2bpic.net/free-photo/bathroom-with-two-bars-fine-soap-near-washbasin-hygiene-care_169016-15611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bathroom-with-two-bars-fine-soap-near-washbasin-hygiene-care_169016-15611.jpg?_wi=2", imageAlt: "Toilets and wash basins" }, { id: "4", name: "Pipes & Fittings", price: "From PKR 200", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131938.jpg?_wi=3", imageAlt: "Quality pipes and fittings" }, { id: "5", name: "Plumbing Tools & Hardware", price: "From PKR 800", - imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=2", imageAlt: "Professional plumbing tools" }, { id: "6", name: "Water Tanks & Storage", price: "From PKR 5,000", - imageSrc: "http://img.b2bpic.net/free-photo/huge-plastic-tank-water-isolated-white_93675-135237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/huge-plastic-tank-water-isolated-white_93675-135237.jpg?_wi=2", imageAlt: "Water tanks and storage solutions" } ]} @@ -139,21 +139,21 @@ export default function ShopPage() { id: "fp1", name: "Premium Ceramic Wash Basin", price: "PKR 3,500", - imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-white-sink-washbasin-decoration-bathroom_74190-8113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-white-sink-washbasin-decoration-bathroom_74190-8113.jpg?_wi=2", imageAlt: "Premium ceramic wash basin" }, { id: "fp2", name: "Stainless Steel Chrome Tap", price: "PKR 2,200", - imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=2", imageAlt: "Stainless steel chrome tap" }, { id: "fp3", name: "PVC Pipes & Connectors Set", price: "PKR 1,800", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131938.jpg?_wi=4", imageAlt: "PVC pipes and connectors" } ]}