diff --git a/src/app/page.tsx b/src/app/page.tsx index 624a4c4..63f0e70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact-form" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg?_wi=1" imageAlt="professional plumber working kitchen sink" mediaAnimation="blur-reveal" ariaLabel="Hero section with plumbing service call to action" @@ -154,16 +154,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "500+", title: "Jobs Completed", description: "Satisfied customers served", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg", imageAlt: "professional plumber working kitchen sink" + id: "1", value: "500+", title: "Jobs Completed", description: "Satisfied customers served", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg?_wi=2", imageAlt: "professional plumber working kitchen sink" }, { - id: "2", value: "15+", title: "Years Experience", description: "Professional expertise", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg", imageAlt: "professional plumber working kitchen sink" + id: "2", value: "15+", title: "Years Experience", description: "Professional expertise", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg?_wi=3", imageAlt: "professional plumber working kitchen sink" }, { - id: "3", value: "24/7", title: "Emergency Response", description: "Always available for you", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg", imageAlt: "professional plumber working kitchen sink" + id: "3", value: "24/7", title: "Emergency Response", description: "Always available for you", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg?_wi=4", imageAlt: "professional plumber working kitchen sink" }, { - id: "4", value: "100%", title: "Satisfaction Guarantee", description: "Or your money back", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg", imageAlt: "professional plumber working kitchen sink" + id: "4", value: "100%", title: "Satisfaction Guarantee", description: "Or your money back", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg?_wi=5", imageAlt: "professional plumber working kitchen sink" } ]} animationType="slide-up" @@ -233,7 +233,7 @@ export default function LandingPage() {