From 44e3bd24d41621053d64cb276adf414414589185 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:31:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a8ffb9..a6fdd3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,28 +97,28 @@ export default function LandingPage() { { id: 1, title: "Classic Haircut", description: "Expert cuts tailored to your face shape and style preferences. From fades to longer styles, we've got you covered with precision and care.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Classic Haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Classic Haircut service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Classic Haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Classic Haircut service" } }, { id: 2, title: "Beard Grooming", description: "Professional beard trimming, shaping, and styling. We'll help you achieve the perfect beard thickness, line, and maintenance routine.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg", imageAlt: "Beard Grooming service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=1", imageAlt: "Beard Grooming service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg", imageAlt: "Beard Grooming service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=2", imageAlt: "Beard Grooming service" } }, { id: 3, title: "Traditional Shave", description: "Experience the luxury of a classic straight razor shave with hot lather. A relaxing ritual that leaves your skin smooth and refreshed.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/low-view-customer-getting-his-beard-cut_23-2148256864.jpg", imageAlt: "Traditional Shave service" + imageSrc: "http://img.b2bpic.net/free-photo/low-view-customer-getting-his-beard-cut_23-2148256864.jpg?_wi=1", imageAlt: "Traditional Shave service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/low-view-customer-getting-his-beard-cut_23-2148256864.jpg", imageAlt: "Traditional Shave service" + imageSrc: "http://img.b2bpic.net/free-photo/low-view-customer-getting-his-beard-cut_23-2148256864.jpg?_wi=2", imageAlt: "Traditional Shave service" } } ]} -- 2.49.1