From 34822c2f4a83b724050963831cbf9d1f5c9294bc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 01:02:31 +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 84f213e..f2de9ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@ahmed", testimonial: "Best fade in Doha. Period.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=1", imageAlt: "luxurious barbershop interior modern", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@john", testimonial: "True Brooklyn vibes, top service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg?_wi=1", imageAlt: "luxurious barbershop interior modern", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@omar", testimonial: "Professional, fresh, and consistent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=1", imageAlt: "luxurious barbershop interior modern", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@ali", testimonial: "My new favorite barbershop.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg?_wi=1", imageAlt: "luxurious barbershop interior modern", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Great attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=1", imageAlt: "luxurious barbershop interior modern", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "#gallery", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg" + imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=2" marqueeItems={[ { type: "text", @@ -266,7 +266,7 @@ export default function LandingPage() { description: "Always using top-tier products and tools.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -282,21 +282,21 @@ export default function LandingPage() { name: "Mark D.", role: "Regular", testimonial: "Best service in Qatar.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=2", }, { id: "t2", name: "James L.", role: "Visitor", testimonial: "Feels like home, looks sharp.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg?_wi=2", }, { id: "t3", name: "Yousef A.", role: "Local", testimonial: "Incredible attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=2", }, { id: "t4", -- 2.49.1