From 755749adc261428fc674bd42c7cfbc5755a8836b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 01:24:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2919432..186794e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,7 @@ export default function LandingPage() { price: "$30", rating: 5, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg?_wi=1", }, { id: "s2", @@ -196,7 +196,7 @@ export default function LandingPage() { price: "$25", rating: 5, reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg?_wi=1", }, { id: "s3", @@ -205,7 +205,7 @@ export default function LandingPage() { price: "$35", rating: 5, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg?_wi=1", }, { id: "s4", @@ -214,7 +214,7 @@ export default function LandingPage() { price: "$20", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg?_wi=2", }, { id: "s5", @@ -223,7 +223,7 @@ export default function LandingPage() { price: "$45", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg?_wi=2", }, { id: "s6", @@ -232,7 +232,7 @@ export default function LandingPage() { price: "$15", rating: 5, reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg?_wi=2", }, ]} title="Our Services" -- 2.49.1