From e516e392517619bc5f66eefd1199f57f378d7d6d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:30:29 +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 d938ad1..d96b0a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-combing-man-hair-before-cutting_23-2147778785.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-combing-man-hair-before-cutting_23-2147778785.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -136,7 +136,7 @@ export default function LandingPage() { { title: "Precision Cuts", description: "Tailored haircuts to define your style.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg?_wi=1", }, { title: "Traditional Shaves", @@ -223,7 +223,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-combing-man-hair-before-cutting_23-2147778785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-combing-man-hair-before-cutting_23-2147778785.jpg?_wi=2", imageAlt: "Medium shot man getting a haircut", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg?_wi=2", imageAlt: "Medium shot man getting a haircut", }, ]} -- 2.49.1