From d8ace02c88877c5d264aa059204c67906bcaf2ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:59:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7559b2c..711f42d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg", imageAlt: "Hairdresser cutting a man's hair at the barber shop"}, { name: "Kevin M.", handle: "@kevinm", testimonial: "Perfect environment and top-tier talent. Highly impressed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg", imageAlt: "client having hot towel shave"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg?_wi=1", imageAlt: "client having hot towel shave"}, ]} buttons={[ { @@ -225,7 +225,7 @@ export default function LandingPage() { { id: "t3", title: "Game Changer", quote: "I won't go anywhere else from now on.", name: "Kevin J.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg", imageAlt: "stylish man after haircut"}, { - id: "t4", title: "Relaxing", quote: "The hot towel treatment is divine.", name: "Alan G.", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg", imageAlt: "client having hot towel shave"}, + id: "t4", title: "Relaxing", quote: "The hot towel treatment is divine.", name: "Alan G.", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg?_wi=2", imageAlt: "client having hot towel shave"}, { id: "t5", title: "Perfect Cut", quote: "Consistent excellence every time I visit.", name: "Sam R.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-young-man-with-blue-eyes_171337-20035.jpg", imageAlt: "stylish man at hair salon"}, ]} -- 2.49.1