From ea0d325cc31cf4dad6e1316d8f2d60126d2b8390 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:12:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },