From 7fcf30c2373762481d8f0b01c2cb70cbe1514dfc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:10:47 +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 e172e9a..4335c88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "2", name: "James Thompson", handle: "@jthompson", testimonial: "The straight razor shave experience is absolutely phenomenal. Worth every penny. The barbers really know their craft and make you feel like royalty.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Thompson" }, { id: "3", name: "David Chen", handle: "@dchen", testimonial: "Professional, clean, and always on time. They understand modern styles while respecting classic barbering traditions. Highly recommend to anyone serious about their grooming.", rating: 5, @@ -142,7 +142,7 @@ export default function LandingPage() { }, { id: "4", name: "Chris Patterson", handle: "@cpatterson", testimonial: "I travel 30 minutes just to get my haircut here. Once you experience The Next Level, you understand why. These guys are artists, not just barbers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Chris Patterson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Chris Patterson" } ]} buttons={[{ text: "Book Your Visit", href: "contact" }]} -- 2.49.1