diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 180aca6..2b6ec57 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { description: "Always ready to handle emergencies.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1" mediaAnimation="slide-up" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 43c6009..635c343 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { placeholder: "Describe your plumbing issue here...", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e395a6..260b1b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { description="Serving your local community with quality plumbing solutions for over 15 years." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg?_wi=1", imageAlt: "Service Team", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { imageAlt: "Service Van", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Technician at work", }, { diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 3d698e7..e5f1860 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { quote: "Howard’s Plumbing saved the day when our water heater burst at midnight! Fast and professional.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg?_wi=2", imageAlt: "happy customer residential", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { quote: "Fair prices, great communication, and left everything spotless.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2", imageAlt: "happy customer residential", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { quote: "Quick to respond and fixed our business plumbing issue instantly.", tag: "Fast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1", imageAlt: "happy customer residential", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { quote: "Very professional and friendly team. Highly recommend!", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "happy customer residential", }, ]}