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", }, ]}