From 23f91e6e506bbabc36c8e3561d39b9167efefeeb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:24:38 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 894f872..da47050 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -23,7 +23,7 @@ export default function GalleryPage() { price: "R700 - R1600", rating: 5, reviewCount: "47 clients", - imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-cream-dress-posing-big-hall_613910-2851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-cream-dress-posing-big-hall_613910-2851.jpg?_wi=2", imageAlt: "blonde highlights hair transformation before after", }, { @@ -33,7 +33,7 @@ export default function GalleryPage() { price: "R700 - R1200", rating: 5, reviewCount: "34 clients", - imageSrc: "http://img.b2bpic.net/free-photo/professional-stylist-doing-haircut-salon_23-2147769831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-stylist-doing-haircut-salon_23-2147769831.jpg?_wi=2", imageAlt: "professional hair color correction result", }, { @@ -43,7 +43,7 @@ export default function GalleryPage() { price: "R420 - R800", rating: 5, reviewCount: "28 clients", - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184354.jpg?_wi=2", imageAlt: "professional event hair styling updo", }, { @@ -53,7 +53,7 @@ export default function GalleryPage() { price: "R800 - R1500", rating: 5, reviewCount: "42 clients", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150520226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150520226.jpg?_wi=2", imageAlt: "blonde hair bleach toner result salon", }, { @@ -63,7 +63,7 @@ export default function GalleryPage() { price: "R1700 - R2800", rating: 5, reviewCount: "31 clients", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-showing-big-old-key_1187-5378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-showing-big-old-key_1187-5378.jpg?_wi=2", imageAlt: "microkeratin hair treatment shiny result", }, { @@ -73,7 +73,7 @@ export default function GalleryPage() { price: "R2000 - R3500", rating: 5, reviewCount: "26 clients", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230959.jpg?_wi=2", imageAlt: "complete hair makeover transformation before after", }, ]; @@ -147,7 +147,7 @@ export default function GalleryPage() {