From 54e2602e91ccf70e6cfaa9f3132c0882aee8e6df Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:58:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 424e97f..49e7773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,13 +61,13 @@ export default function LandingPage() { tag="Service Excellence" features={[ { - id: "licensed", title: "Licensed & Insured", description: "All technicians are fully licensed, insured, and background-checked for your peace of mind", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg" + id: "licensed", title: "Licensed & Insured", description: "All technicians are fully licensed, insured, and background-checked for your peace of mind", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg?_wi=1" }, { - id: "fair-pricing", title: "Fair, Transparent Pricing", description: "No hidden fees. We provide upfront quotes and honest recommendations every time", tag: "Honest", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg" + id: "fair-pricing", title: "Fair, Transparent Pricing", description: "No hidden fees. We provide upfront quotes and honest recommendations every time", tag: "Honest", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=1" }, { - id: "fast-service", title: "Same-Day Service Available", description: "Most repairs completed same day. Fast scheduling during business hours Mon–Fri, 8 AM–5 PM", tag: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg" + id: "fast-service", title: "Same-Day Service Available", description: "Most repairs completed same day. Fast scheduling during business hours Mon–Fri, 8 AM–5 PM", tag: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg?_wi=2" } ]} animationType="slide-up" @@ -83,22 +83,22 @@ export default function LandingPage() { tag="Services" products={[ { - id: "drain-cleaning", name: "Drain Cleaning", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg" + id: "drain-cleaning", name: "Drain Cleaning", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg?_wi=3" }, { - id: "leak-repairs", name: "Leak Repairs", price: "From $200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg" + id: "leak-repairs", name: "Leak Repairs", price: "From $200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg?_wi=4" }, { - id: "faucet-installation", name: "Faucet & Fixture Installation", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg" + id: "faucet-installation", name: "Faucet & Fixture Installation", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg?_wi=5" }, { - id: "toilet-service", name: "Toilet Repair & Replacement", price: "From $175", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg" + id: "toilet-service", name: "Toilet Repair & Replacement", price: "From $175", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=2" }, { - id: "garbage-disposal", name: "Garbage Disposal Service", price: "From $180", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg" + id: "garbage-disposal", name: "Garbage Disposal Service", price: "From $180", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-front-door_23-2150562133.jpg?_wi=6" }, { - id: "commercial-plumbing", name: "Commercial Plumbing Solutions", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg" + id: "commercial-plumbing", name: "Commercial Plumbing Solutions", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=3" } ]} animationType="slide-up" -- 2.49.1