From cd3b857e33562da3421fd797bcbc8a2d94fcc17b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:26:31 +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 346ca27..a59aa57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,29 +92,29 @@ export default function LandingPage() { { title: "Classic Haircuts", description: "Precision cuts tailored to your style. From fades to vintage classics, we deliver the perfect cut.", icon: Scissors, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Professional haircut service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Precision barber cutting" } + { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=1", imageAlt: "Professional haircut service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=2", imageAlt: "Precision barber cutting" } ] }, { title: "Traditional Shaves", description: "Luxurious straight razor shaves with hot towel treatment. Pure comfort and precision grooming.", icon: ShoppingBag, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Traditional barber shave" }, - { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Hot towel shave service" } + { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=1", imageAlt: "Traditional barber shave" }, + { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=2", imageAlt: "Hot towel shave service" } ] }, { title: "Beard Grooming", description: "Professional beard trimming and styling. We shape and maintain your beard for a polished look.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Beard trimming service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Beard styling specialist" } + { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=3", imageAlt: "Beard trimming service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=4", imageAlt: "Beard styling specialist" } ] }, { title: "Hair Treatment", description: "Specialized treatments including scalp massage and conditioning. Healthy hair starts here.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Hair treatment service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Scalp massage therapy" } + { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=3", imageAlt: "Hair treatment service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=4", imageAlt: "Scalp massage therapy" } ] } ]} -- 2.49.1