From 2f00ed8325a6b0cd0ca47d2a9d35bd4306c18cb2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:42:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f21922e..2c1e3e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-planks_23-2148836015.jpg", imageAlt: "Construction hardware supplies" }, { - imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg", imageAlt: "Cleaning cloth products" + imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg?_wi=1", imageAlt: "Cleaning cloth products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg", imageAlt: "Spray paint supplies" + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg?_wi=1", imageAlt: "Spray paint supplies" }, { - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Floor protection sheets" + imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=1", imageAlt: "Floor protection sheets" }, { - imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg", imageAlt: "Masking tape products" + imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg?_wi=1", imageAlt: "Masking tape products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg", imageAlt: "Roll tape supplies" + imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg?_wi=1", imageAlt: "Roll tape supplies" } ]} /> @@ -80,19 +80,19 @@ export default function LandingPage() { tag="Our Products" products={[ { - id: "1", name: "Old Dhoti Cleaning Cloth", price: "₹200 - ₹500", imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg", imageAlt: "Old dhoti cleaning cloth", initialQuantity: 1 + id: "1", name: "Old Dhoti Cleaning Cloth", price: "₹200 - ₹500", imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg?_wi=2", imageAlt: "Old dhoti cleaning cloth", initialQuantity: 1 }, { - id: "2", name: "Spray Paints", price: "₹150 - ₹400", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg", imageAlt: "Professional spray paint cans", initialQuantity: 1 + id: "2", name: "Spray Paints", price: "₹150 - ₹400", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg?_wi=2", imageAlt: "Professional spray paint cans", initialQuantity: 1 }, { - id: "3", name: "Floor Protection Sheets", price: "₹800 - ₹2000", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Floor protection plastic sheets", initialQuantity: 1 + id: "3", name: "Floor Protection Sheets", price: "₹800 - ₹2000", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=2", imageAlt: "Floor protection plastic sheets", initialQuantity: 1 }, { - id: "4", name: "Masking Tapes", price: "₹100 - ₹300", imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg", imageAlt: "Masking tape rolls", initialQuantity: 1 + id: "4", name: "Masking Tapes", price: "₹100 - ₹300", imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg?_wi=2", imageAlt: "Masking tape rolls", initialQuantity: 1 }, { - id: "5", name: "Roll Tapes", price: "₹120 - ₹350", imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg", imageAlt: "Adhesive roll tape", initialQuantity: 1 + id: "5", name: "Roll Tapes", price: "₹120 - ₹350", imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg?_wi=2", imageAlt: "Adhesive roll tape", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1