From 78f4c3f59cba088f1cd5a6dd5e3ed94a314364c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:03:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3eda87..86e4de5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2148506306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2148506306.jpg?_wi=1", imageAlt: "Barber workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=1", imageAlt: "Barber cutting hair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123590.jpg?_wi=1", imageAlt: "Professional grooming setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-facial-treatment_107420-65199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-facial-treatment_107420-65199.jpg?_wi=1", imageAlt: "Clean hot towel service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-placing-his-bow-tie_1153-1519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-placing-his-bow-tie_1153-1519.jpg?_wi=1", imageAlt: "Master barber at work", }, ]} @@ -102,21 +102,21 @@ export default function LandingPage() { title: "Classic Haircut", description: "Professional haircut tailored to your style and hair type.", tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=2", }, { id: "s2", title: "Beard Grooming", description: "Expert beard trimming, shaping, and conditioning for a sharp look.", tag: "Essentials", - imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123590.jpg?_wi=2", }, { id: "s3", title: "Straight Razor Shave", description: "Traditional hot towel treatment and a clean, close shave.", tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-facial-treatment_107420-65199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-facial-treatment_107420-65199.jpg?_wi=2", }, ]} title="Our Grooming Services" @@ -135,7 +135,7 @@ export default function LandingPage() { id: "t1", name: "Alex 'Fatboy' Smith", role: "Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-placing-his-bow-tie_1153-1519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-placing-his-bow-tie_1153-1519.jpg?_wi=2", }, { id: "t2", @@ -182,7 +182,7 @@ export default function LandingPage() { { id: "c5", name: "Mike Ross", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2148506306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2148506306.jpg?_wi=2", }, ]} cardTitle="What Our Clients Say" -- 2.49.1