From 6ad94f713733674b3d978e25ae002277554368f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:25:02 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 5301f51..de00025 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -43,12 +43,12 @@ export default function ProductsPage() { title="Complete Product Catalog" description="Discover our full range of premium tailoring materials, sewing supplies, tools, fasteners, and fabrics. Every product is hand-selected for quality and reliability." products={[ - { id: "1", name: "Measuring Tape", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/sewing-tape-measure-with-thimble_23-2148145918.jpg", imageAlt: "Flexible measuring tape" }, - { id: "2", name: "Rulers - Set", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/jeweler-hands-using-mechanical-tools_23-2148643242.jpg", imageAlt: "Precision ruler set" }, - { id: "3", name: "Tailor's Chalk", price: "₹79", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-with-scissors-chalk_23-2148739383.jpg", imageAlt: "Professional tailor's chalk" }, - { id: "4", name: "Fabric Pencils", price: "₹129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cutting-fabric-pieces-by-rotary-cutter-mat-using-ruler_23-2148164443.jpg", imageAlt: "Colored fabric marking pencils" }, - { id: "5", name: "Sewing Needles", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1793.jpg", imageAlt: "Assorted sewing needles" }, - { id: "6", name: "Pins - Box", price: "₹89", imageSrc: "http://img.b2bpic.net/free-photo/needles-black-button-with-pattern-background_23-2148242117.jpg", imageAlt: "Professional sewing pins" }, + { id: "1", name: "Measuring Tape", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/sewing-tape-measure-with-thimble_23-2148145918.jpg?_wi=2", imageAlt: "Flexible measuring tape" }, + { id: "2", name: "Rulers - Set", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/jeweler-hands-using-mechanical-tools_23-2148643242.jpg?_wi=2", imageAlt: "Precision ruler set" }, + { id: "3", name: "Tailor's Chalk", price: "₹79", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-with-scissors-chalk_23-2148739383.jpg?_wi=4", imageAlt: "Professional tailor's chalk" }, + { id: "4", name: "Fabric Pencils", price: "₹129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cutting-fabric-pieces-by-rotary-cutter-mat-using-ruler_23-2148164443.jpg?_wi=2", imageAlt: "Colored fabric marking pencils" }, + { id: "5", name: "Sewing Needles", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1793.jpg?_wi=2", imageAlt: "Assorted sewing needles" }, + { id: "6", name: "Pins - Box", price: "₹89", imageSrc: "http://img.b2bpic.net/free-photo/needles-black-button-with-pattern-background_23-2148242117.jpg?_wi=2", imageAlt: "Professional sewing pins" }, { id: "7", name: "Sewing Machine Pro", price: "₹8,999", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-senior-person-sewing-cloth-face-masks_24837-336.jpg", imageAlt: "Professional sewing machine" }, { id: "8", name: "Thread Collection", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-thread-spools_23-2148242052.jpg", imageAlt: "Colorful thread spools" }, { id: "9", name: "Bobbins - Set", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145944.jpg", imageAlt: "Sewing machine bobbins" },