diff --git a/src/app/page.tsx b/src/app/page.tsx index b178ebb..b3057c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { title: "Fast Diagnostics", description: "Expert troubleshooting on-site.", icon: Wrench, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-service-4-flat-icons-square_1284-6041.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confused-uncertain-shrugging-having-no-answer_141793-28511.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confused-uncertain-shrugging-having-no-answer_141793-28511.jpg?_wi=1" } ] } ]} @@ -99,7 +99,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "s1", name: "A/C Maintenance", price: "From $99", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confused-uncertain-shrugging-having-no-answer_141793-28511.jpg" }, + { id: "s1", name: "A/C Maintenance", price: "From $99", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confused-uncertain-shrugging-having-no-answer_141793-28511.jpg?_wi=2" }, { id: "s2", name: "A/C Repair", price: "From $129", imageSrc: "http://img.b2bpic.net/free-vector/plumber-service-flat-icons-set_1284-16876.jpg" }, { id: "s3", name: "Heating Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149199412.jpg" }, { id: "s4", name: "Heating Repair", price: "From $129", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-flat-style_23-2147841740.jpg" },