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", }, ]} /> 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", }, ]} /> 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"