From 8bf7d170edb50a73f950eea438ec00168df7a169 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:21:43 +0000 Subject: [PATCH] Update src/app/grooming/page.tsx --- src/app/grooming/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/grooming/page.tsx b/src/app/grooming/page.tsx index a613ad1..20bb02f 100644 --- a/src/app/grooming/page.tsx +++ b/src/app/grooming/page.tsx @@ -52,7 +52,7 @@ export default function GroomingPage() { id: "1", name: "Complete Grooming Kit", price: "₹799", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-dog-home_23-2149652642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-dog-home_23-2149652642.jpg?_wi=3", imageAlt: "Professional grooming kit", initialQuantity: 1, }, @@ -60,7 +60,7 @@ export default function GroomingPage() { id: "2", name: "Premium Brush Set (3-Piece)", price: "₹599", - imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-bathroom-dog-washed-by-professional_1157-48804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-bathroom-dog-washed-by-professional_1157-48804.jpg?_wi=3", imageAlt: "Premium brush set for dogs", initialQuantity: 1, }, @@ -68,7 +68,7 @@ export default function GroomingPage() { id: "3", name: "Herbal Dog Shampoo (500ml)", price: "₹349", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-dog-home_23-2149652642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-dog-home_23-2149652642.jpg?_wi=4", imageAlt: "Herbal dog shampoo", initialQuantity: 1, }, @@ -90,19 +90,19 @@ export default function GroomingPage() { { title: "Professional Tools", description: "Premium brushes, nail clippers, and grooming kits made from high-quality materials used by professional groomers. Suitable for all coat types and dog sizes.", - imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-bathroom-dog-washed-by-professional_1157-48804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-bathroom-dog-washed-by-professional_1157-48804.jpg?_wi=4", imageAlt: "Professional grooming tools", }, { title: "Herbal Care Products", description: "Natural, gentle shampoos, conditioners, and ear cleaners formulated with herbal ingredients. Safe for sensitive skin and puppies.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-dog-home_23-2149652642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-dog-home_23-2149652642.jpg?_wi=5", imageAlt: "Herbal care products", }, { title: "Complete Hygiene", description: "Everything you need for complete grooming routine including dental care, ear cleaning, and skin conditioning for a healthy, well-groomed coat.", - imageSrc: "http://img.b2bpic.net/free-photo/animals-lifestyle-concept-happy-young-woman-bathrobe-hugs-her-dog-sofa-cuddle-puppy_1258-195219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/animals-lifestyle-concept-happy-young-woman-bathrobe-hugs-her-dog-sofa-cuddle-puppy_1258-195219.jpg?_wi=4", imageAlt: "Complete hygiene", }, ]}