From e0c9e1735c4f250bdd5dbedbe687268fd781a360 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:50:26 +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 99b6a67..a859ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@ahmedk", testimonial: "Mahdi is the best in Dubai. Always consistent and very detailed. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48806.jpg?_wi=1", imageAlt: "luxury barber shop dark interior", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@davids", testimonial: "Finally found a place that listens. The fade was exactly what I wanted. Professional atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-hipster-hairdresser-working-with-beard-senior-client_23-2148181893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hipster-hairdresser-working-with-beard-senior-client_23-2148181893.jpg?_wi=1", imageAlt: "luxury barber shop dark interior", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@omarf", testimonial: "Consistently great cuts. Mahdi knows his craft well. The shop is clean and modern.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg?_wi=1", imageAlt: "luxury barber shop dark interior", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@jmarc", testimonial: "Best beard trim in town. Luxury service, great environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg?_wi=1", imageAlt: "luxury barber shop dark interior", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@khalidm", testimonial: "Premium experience from start to finish. Definitely coming back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=1", imageAlt: "luxury barber shop dark interior", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { href: "tel:+971500000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48806.jpg" + imageSrc="http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48806.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-dog-women-house_23-2148777179.jpg", @@ -192,21 +192,21 @@ export default function LandingPage() { title: "Precision Haircut", description: "Classic or modern styles. Sharp fades to perfection.", tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/male-hipster-hairdresser-working-with-beard-senior-client_23-2148181893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hipster-hairdresser-working-with-beard-senior-client_23-2148181893.jpg?_wi=2", }, { id: "s2", title: "Beard Trim", description: "Expert shape-up and contouring for the perfect finish.", tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg?_wi=2", }, { id: "s3", title: "Full Grooming", description: "Complete service including hair, beard, and styling.", tag: "Must-Try", - imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg?_wi=2", }, ]} title="Our Professional Services" @@ -251,7 +251,7 @@ export default function LandingPage() { name: "Interior View", price: "", variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=2", }, { id: "g2", -- 2.49.1