From 0374687e05e6684f36ed3b24f50f27a72b0cb8f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:24:52 +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 09d43fe..c0ecda7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { tags: [ "Haircut", ], - imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=1", }, { id: "s2", @@ -181,7 +181,7 @@ export default function LandingPage() { tags: [ "Grooming", ], - imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg?_wi=1", }, { id: "s3", @@ -191,7 +191,7 @@ export default function LandingPage() { tags: [ "Kids", ], - imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg?_wi=1", }, ]} title="Professional Services" @@ -226,7 +226,7 @@ export default function LandingPage() { price: "$20", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=2", }, { id: "p2", @@ -235,7 +235,7 @@ export default function LandingPage() { price: "$15", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg?_wi=2", }, { id: "p3", @@ -244,7 +244,7 @@ export default function LandingPage() { price: "$22", rating: 4, reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg?_wi=2", }, { id: "p4", -- 2.49.1