Update src/app/grooming/page.tsx

This commit is contained in:
2026-03-03 09:21:43 +00:00
parent a9d91e6824
commit 8bf7d170ed

View File

@@ -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",
},
]}