From 3a17f4ea60e492fb31c706d85a1bcf32aa885778 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:21:26 +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 19cdc38..cf5c56d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@jamesd", testimonial: "Best fade I've had in years. Professional and welcoming vibe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@miker", testimonial: "A.P is a master of his craft. Never leaving disappointed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@christ", testimonial: "Solid shop, consistent results every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@robertb", testimonial: "Great atmosphere, good conversation, and an even better haircut.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Friendly service and attention to detail. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=2" imageAlt="A modern barbershop interior with a classic aesthetic" avatars={[ { @@ -209,28 +209,28 @@ export default function LandingPage() { name: "Classic Cut", price: "$30", variant: "Men's Standard", - imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg?_wi=2", }, { id: "p2", name: "Beard Trim", price: "$15", variant: "Grooming", - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg?_wi=2", }, { id: "p3", name: "Skin Fade", price: "$35", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg?_wi=2", }, { id: "p4", name: "Hot Towel Shave", price: "$25", variant: "Relaxation", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg?_wi=2", }, { id: "p5", -- 2.49.1