From 5237e7e6373b15e389ba60d3785266a4b665ce0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:50:31 +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 442b537..37acaad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@janed", testimonial: "The best haircut experience I've had in years. Professional and relaxing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg?_wi=1", imageAlt: "luxury salon interior minimal elegant", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@emilyr", testimonial: "So fast and easy to book! The staff is incredibly talented.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/individual-with-dreads-rastafari-movement_23-2151712148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/individual-with-dreads-rastafari-movement_23-2151712148.jpg?_wi=1", imageAlt: "luxury salon interior minimal elegant", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Clean, luxury feel. Love the attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/process-removing-jellied-alginate-mask-from-face-woman-facial-rejuvenation-procedure-skin-care-beauty-salon_158595-7719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/process-removing-jellied-alginate-mask-from-face-woman-facial-rejuvenation-procedure-skin-care-beauty-salon_158595-7719.jpg?_wi=1", imageAlt: "luxury salon interior minimal elegant", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@sarahk", testimonial: "Perfect color treatment. I feel like a star every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg?_wi=1", imageAlt: "luxury salon interior minimal elegant", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -180,21 +180,21 @@ export default function LandingPage() { title: "Precision Cutting", subtitle: "Expert styling for all genders.", description: "Tailored haircuts that complement your face shape and personality.", - imageSrc: "http://img.b2bpic.net/free-photo/individual-with-dreads-rastafari-movement_23-2151712148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/individual-with-dreads-rastafari-movement_23-2151712148.jpg?_wi=2", }, { tag: "Spa", title: "Skin Treatments", subtitle: "Revitalizing and hydrating.", description: "Professional skincare routines that leave you glowing and refreshed.", - imageSrc: "http://img.b2bpic.net/free-photo/process-removing-jellied-alginate-mask-from-face-woman-facial-rejuvenation-procedure-skin-care-beauty-salon_158595-7719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/process-removing-jellied-alginate-mask-from-face-woman-facial-rejuvenation-procedure-skin-care-beauty-salon_158595-7719.jpg?_wi=2", }, { tag: "Care", title: "Color & Texture", subtitle: "Vibrant and healthy.", description: "Premium treatments that enhance color while maintaining hair health.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg?_wi=2", }, ]} title="Our Signature Services" -- 2.49.1