From 57dfeab0c3bf85aecbb50c5c7ae29cc1afe6b36e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 08:29:18 +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 ba4be21..2ecc70a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { testimonials={[ { name: "James R.", handle: "@jamesr", testimonial: "Best haircut I've had in years. Professional and precise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg", imageAlt: "barber shop interior modern style"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg?_wi=1", imageAlt: "barber shop interior modern style"}, { name: "Mark D.", handle: "@mdgroom", testimonial: "Great atmosphere and even better service. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", imageAlt: "barber shop interior modern style"}, + imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg?_wi=1", imageAlt: "barber shop interior modern style"}, { name: "Sarah P.", handle: "@sarahp", testimonial: "Took my brother here, he loved the look. Very skilled barbers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg", imageAlt: "barber shop interior modern style"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg?_wi=1", imageAlt: "barber shop interior modern style"}, { name: "Alex K.", handle: "@alexk", testimonial: "Excellent service and attention to detail. Will be back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg", imageAlt: "barber shop interior modern style"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg?_wi=1", imageAlt: "barber shop interior modern style"}, { name: "David L.", handle: "@davegroom", testimonial: "The classic hot towel shave is a game changer. Exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", imageAlt: "barber shop interior modern style"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=1", imageAlt: "barber shop interior modern style"}, ]} buttons={[ { text: "Book Appointment", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg?_wi=2" imageAlt="Barber shop interior" avatars={[ { @@ -104,7 +104,7 @@ export default function LandingPage() { { title: "Premium Products", description: "Only the finest grooming goods used in every visit."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg?_wi=2" imageAlt="Barber chair and mirror" mediaAnimation="slide-up" /> @@ -116,13 +116,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Signature Haircut", description: "Customized cut and styling.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg", buttonIcon: Scissors, + title: "Signature Haircut", description: "Customized cut and styling.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg?_wi=2", buttonIcon: Scissors, }, { - title: "Hygiene First", description: "Strict sanitary standards for every client.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg", buttonIcon: ShieldCheck, + title: "Hygiene First", description: "Strict sanitary standards for every client.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg?_wi=2", buttonIcon: ShieldCheck, }, { - title: "Beard Sculpting", description: "Detailed beard shaping and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", buttonIcon: Sparkles, + title: "Beard Sculpting", description: "Detailed beard shaping and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=2", buttonIcon: Sparkles, }, { title: "Luxury Lounge", description: "Relax in our comfortable waiting area.", imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg", buttonIcon: Coffee, -- 2.49.1