From 2587606555f14a74489fb2b3807c776e7c29748d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:48:53 +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 58920aa..60e1826 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,10 +70,10 @@ export default function LandingPage() { title: "Classic Haircut", description: "Traditional haircut techniques with modern styling. Expert scissor work and precision fades.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=1", imageAlt: "Professional haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Haircut styling" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=2", imageAlt: "Haircut styling" } ] }, @@ -81,10 +81,10 @@ export default function LandingPage() { title: "Beard Grooming", description: "Complete beard care including trim, shape, and conditioning. Specialized beard treatments.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Professional beard grooming" + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=1", imageAlt: "Professional beard grooming" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Beard styling service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=2", imageAlt: "Beard styling service" } ] }, @@ -92,10 +92,10 @@ export default function LandingPage() { title: "Hot Towel Shave", description: "Traditional straight razor shave with premium products. Relaxing and rejuvenating experience.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Hot towel shave service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=3", imageAlt: "Hot towel shave service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Shaving technique" + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=4", imageAlt: "Shaving technique" } ] }, @@ -103,10 +103,10 @@ export default function LandingPage() { title: "Hair Coloring", description: "Professional hair coloring with premium dyes. Full coverage or highlights available.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Hair coloring service" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=3", imageAlt: "Hair coloring service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Color treatment" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=4", imageAlt: "Color treatment" } ] } -- 2.49.1