From 9f50c1f854692c1b1313bc597e8981ee89c6bdbc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:48:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea5cb9c..23e1082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=1", imageAlt: "Luxurious barbershop interior", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { id: "haircut", name: "Haircut", price: "$20+", - imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg?_wi=1", }, { id: "beard", @@ -176,7 +176,7 @@ export default function LandingPage() { description: "Consistently high-rated service by our community.", bentoComponent: "reveal-icon", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=2", imageAlt: "Luxury coffee shop table inside barista bar generated by AI", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { description: "Barbers who listen and deliver excellence.", bentoComponent: "reveal-icon", icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg?_wi=2", imageAlt: "Luxury coffee shop table inside barista bar generated by AI", }, ]} -- 2.49.1