From 386cdf6d5e5996943eb74d9e2bacf7ba7e2b9cd2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:22:23 +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 8d35469..22f020d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,25 +53,25 @@ export default function LandingPage() { testimonials={[ { name: "James D.", 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", imageAlt: "barbershop interior modern dark aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"}, { name: "Michael R.", 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", imageAlt: "barbershop interior modern dark aesthetic"}, + 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"}, { name: "Chris T.", 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", imageAlt: "barbershop interior modern dark aesthetic"}, + 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"}, { name: "Robert B.", 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", imageAlt: "barbershop interior modern dark aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"}, { name: "David W.", 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", imageAlt: "barbershop interior modern dark aesthetic"}, + 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"}, ]} buttons={[ { text: "Book Now", 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={[ { @@ -133,13 +133,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", 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"}, + id: "p1", 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?_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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=2"}, { id: "p5", name: "Buzz Cut", price: "$20", variant: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60152.jpg"}, { -- 2.49.1