diff --git a/src/app/page.tsx b/src/app/page.tsx index 939d93f..c6248a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,21 +106,21 @@ export default function LandingPage() { features={[ { title: "Attic Installation", description: "Premium attic insulation upgrades to maximize thermal performance.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/home-insurance-icons_23-2147502766.jpg", imageAlt: "Attic icon"}, + imageSrc: "http://img.b2bpic.net/free-vector/home-insurance-icons_23-2147502766.jpg?_wi=1", imageAlt: "Attic icon"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/home-insurance-icons_23-2147502766.jpg", imageAlt: "Attic icon"} + imageSrc: "http://img.b2bpic.net/free-vector/home-insurance-icons_23-2147502766.jpg?_wi=2", imageAlt: "Attic icon"} }, { title: "Wall Insulation", description: "Effective insulation for new construction and retrofit projects.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737673.jpg", imageAlt: "Wall icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737673.jpg?_wi=1", imageAlt: "Wall icon"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737673.jpg", imageAlt: "Wall icon"} + imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737673.jpg?_wi=2", imageAlt: "Wall icon"} }, { title: "Basement & Crawl Space", description: "Sealing and insulating vulnerable areas to prevent energy loss.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/illustration-house-insurance_53876-6173.jpg", imageAlt: "Basement icon"}, + imageSrc: "http://img.b2bpic.net/free-vector/illustration-house-insurance_53876-6173.jpg?_wi=1", imageAlt: "Basement icon"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/illustration-house-insurance_53876-6173.jpg", imageAlt: "Basement icon"} + imageSrc: "http://img.b2bpic.net/free-vector/illustration-house-insurance_53876-6173.jpg?_wi=2", imageAlt: "Basement icon"} }, ]} showStepNumbers={false}