From a389bc51dd83e6d86f0949ad6eab47565cf61fa9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 20:37:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d95166..c2f65dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,10 +76,10 @@ export default function LandingPage() { title: "Signature Haircuts", description: "Classic, modern, and contemporary cuts tailored to your face shape and style preferences.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg?_wi=1", imageAlt: "Professional haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg", imageAlt: "Haircut detail" + imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg?_wi=2", imageAlt: "Haircut detail" } ] }, @@ -87,10 +87,10 @@ export default function LandingPage() { title: "Luxury Shaves", description: "Traditional straight razor shaves with hot towel treatments for the ultimate grooming experience.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg", imageAlt: "Luxury shave service" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg?_wi=1", imageAlt: "Luxury shave service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg", imageAlt: "Shave detail" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg?_wi=2", imageAlt: "Shave detail" } ] }, @@ -98,10 +98,10 @@ export default function LandingPage() { title: "Beard Design", description: "Expert beard sculpting, trimming, and styling to enhance your personal look.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg", imageAlt: "Beard design service" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg?_wi=1", imageAlt: "Beard design service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg", imageAlt: "Beard styling detail" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg?_wi=2", imageAlt: "Beard styling detail" } ] }, @@ -109,10 +109,10 @@ export default function LandingPage() { title: "Hair Coloring", description: "Premium hair coloring treatments using only the finest products for vibrant, lasting results.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", imageAlt: "Hair coloring service" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=1", imageAlt: "Hair coloring service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", imageAlt: "Coloring detail" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=2", imageAlt: "Coloring detail" } ] }