From 67b723f47482a07f54a35bdcee7ff2381c113bc7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:30:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e737d26..7b2324b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg?_wi=1", imageAlt: "stylist scissors grooming tools", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description="At Prashant Salon, we believe that your hair is the ultimate canvas for self-expression. Our team combines artistic vision with technical mastery to deliver results that truly resonate with your personal brand." - imageSrc="http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elevated-view-combs-scissors-razor-black-surface_23-2147839854.jpg?_wi=2" mediaAnimation="blur-reveal" bulletPoints={[ { @@ -143,7 +143,7 @@ export default function LandingPage() { name: "Prashant Kumar", role: "Lead Stylist", description: "Expert in geometric cuts and avant-garde styles.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg?_wi=1", }, { id: "m2", @@ -151,7 +151,7 @@ export default function LandingPage() { role: "Colorist", company: "Color Lab", description: "Specializing in balayage and vivid color transformations.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg?_wi=1", }, ]} /> -- 2.49.1 From ff49a331f46b088de915f576ff6485745853f82a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:30:20 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 86bd399..f35c8fd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { role: "Designer", company: "Creative Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg?_wi=1", }, { id: "2", @@ -105,7 +105,7 @@ export default function LandingPage() { role: "Director", company: "Tech Firm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg?_wi=2", }, { id: "3", @@ -113,7 +113,7 @@ export default function LandingPage() { role: "Architect", company: "Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg?_wi=2", }, { id: "4", @@ -129,7 +129,7 @@ export default function LandingPage() { role: "Creative", company: "Design Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-hair-stylist_23-2148113070.jpg?_wi=2", }, ]} title="Client Voices" -- 2.49.1