From 1393ca9bce72799ab15eee465b139a502987f623 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:17:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ad0a92..28ad949 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@LocalGuide", testimonial: "I love the renovations. Mark Biri makes me look and feel better every time I leave the salon.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@Customer", testimonial: "I have been coming to Bella's for years. Always happy and get so many compliments on my hair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@Regular", testimonial: "The atmosphere is so calming and the results are consistently stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@LocalGuide", testimonial: "Hands down the best styling I've received in Downey. Truly expert service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg?_wi=2" imageAlt="Luxury salon interior" avatars={[ { @@ -158,17 +158,17 @@ export default function LandingPage() { { title: "Precision Haircuts", description: "Tailored cuts that complement your face shape and personal style perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg?_wi=2", }, { title: "Advanced Coloring", description: "Expert highlighting, balayage, and full-color transformations using premium techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg?_wi=2", }, { title: "Bridal & Special Events", description: "Emmy-winning makeup and hairstyling to make your big day unforgettable.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg?_wi=2", }, ]} title="Expert Salon Services" -- 2.49.1