From b06e4c553fed0c3720cc42fe07be64cc9d179428 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:19:56 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9240bf7..393447f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { name: "Front Desk Team", role: "Concierge", description: "Available to answer all your booking inquiries.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=2", }, ]} /> -- 2.49.1 From 1240d13b4253db875c71a2f986b86add13c543d4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:19:56 +0000 Subject: [PATCH 2/3] 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 1d26b7e..4bf60bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,14 +130,14 @@ export default function LandingPage() { name: "Prashant Kumar", role: "Founder & Lead Stylist", description: "Expert in precision cuts and modern style architecture.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg?_wi=1", }, { id: "m2", name: "Elena Rossi", role: "Senior Colorist", description: "Specializes in creative balayage and vibrant color treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready_23-2149860783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready_23-2149860783.jpg?_wi=1", }, ]} /> @@ -156,14 +156,14 @@ export default function LandingPage() { value: "10k+", title: "Happy Clients", description: "Successful styling experiences", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg?_wi=2", }, { id: "n2", value: "15", title: "Expert Stylists", description: "Professional team members", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready_23-2149860783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready_23-2149860783.jpg?_wi=2", }, ]} /> -- 2.49.1 From e284bd3f41af34dfdf427b9ccbd9c5745da70e00 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:19:57 +0000 Subject: [PATCH 3/3] 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 62e03e4..4b0a251 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/cheerful-girl-salon-hairdresser_23-2147769872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg?_wi=3", }, { id: "2", @@ -105,7 +105,7 @@ export default function LandingPage() { role: "Director", company: "Tech Firm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready_23-2149860783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready_23-2149860783.jpg?_wi=3", }, { id: "3", @@ -113,7 +113,7 @@ export default function LandingPage() { role: "Architect", company: "Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=1", }, { id: "4", @@ -129,7 +129,7 @@ export default function LandingPage() { role: "Creative", company: "Design House", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg?_wi=4", }, ]} title="Client Voices" -- 2.49.1