From 3b25a90657a1a5e9f28a9923a599e6da8f3fed97 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 04:35:10 +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 8c0cab1..ccba887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,17 +90,17 @@ export default function LandingPage() { { title: "Classic Haircut", description: "Precision haircut tailored to your face shape and personal style.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665416.jpg?_wi=1", }, { title: "Hot Towel Shave", description: "Relax with our signature traditional hot towel shave treatment.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg?_wi=1", }, { title: "Beard Grooming", description: "Expert beard trimming and shaping with premium quality products.", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg?_wi=1", }, ]} title="Expert Services" @@ -184,7 +184,7 @@ export default function LandingPage() { quote: "Best haircut I've had in years. Professional and clean.", name: "Mark R.", role: "Finance Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665416.jpg?_wi=2", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Love the atmosphere and the hot towel treatment is fantastic.", name: "James T.", role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg?_wi=2", avatarSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "The barbers actually listen to what you want. Very impressive.", name: "Chris D.", role: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg?_wi=2", avatarSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg", }, { -- 2.49.1