diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 80982f0..9dff42e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { placeholder: "Tell us about your project", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=6" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index fade36b..74f03df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,23 +73,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=1", imageAlt: "Technician working in upscale kitchen", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=2", imageAlt: "Technician inspecting bathroom fixture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=3", imageAlt: "Pristine kitchen plumbing upgrade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=4", imageAlt: "Emergency repair service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=5", imageAlt: "Maintenance inspection check", }, ]} @@ -138,14 +138,14 @@ export default function LandingPage() { name: "Mark", handle: "Local Guide", testimonial: "Mark is amazing... Cleaned up and did excellent!!!! I’m very happy with the outcome!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=1", }, { id: "2", name: "Denise Garry", handle: "Homeowner", testimonial: "Highly recommend — came out quick & fixed! Support local contractors.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1", }, { id: "3", @@ -159,7 +159,7 @@ export default function LandingPage() { name: "David", handle: "Homeowner", testimonial: "Professional, clean, and knowledgeable. Will definitely call again.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=1", }, { id: "5", @@ -203,19 +203,19 @@ export default function LandingPage() { id: "m1", name: "Gene Ford", role: "Founder & Master Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=2", }, { id: "m2", name: "Sarah J.", role: "Service Technician", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2", }, { id: "m3", name: "Mike R.", role: "Maintenance Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=2", }, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1803087..2b78319 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { id: "s1", name: "Alex", role: "Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=3", }, { id: "s2", name: "John", role: "Technician", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=3", }, ]} />