From 5a85cd6689df4c14da6a72abde6b0c1379d80a9d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 16:53:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d58b652..83809a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,13 +69,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "One-Time Yard Cleanup", description: "Behind on waste removal? No judgment — we've seen it all. One call and we'll have your yard completely cleared.", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109148.jpg", buttonIcon: Zap, + title: "One-Time Yard Cleanup", description: "Behind on waste removal? No judgment — we've seen it all. One call and we'll have your yard completely cleared.", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109148.jpg?_wi=1", buttonIcon: Zap, }, { - title: "Recurring Maintenance", description: "Weekly, bi-weekly, or monthly visits — you choose the schedule that fits your life.", imageSrc: "http://img.b2bpic.net/free-vector/duotone-personal-trainer-price-list_23-2149543268.jpg", buttonIcon: Calendar, + title: "Recurring Maintenance", description: "Weekly, bi-weekly, or monthly visits — you choose the schedule that fits your life.", imageSrc: "http://img.b2bpic.net/free-vector/duotone-personal-trainer-price-list_23-2149543268.jpg?_wi=1", buttonIcon: Calendar, }, { - title: "Residential Service", description: "Whether you have one small dog or a full pack, we handle properties of all sizes.", imageSrc: "http://img.b2bpic.net/free-photo/woman-planting-vegetable-small-home-garden_53876-105373.jpg", buttonIcon: Home, + title: "Residential Service", description: "Whether you have one small dog or a full pack, we handle properties of all sizes.", imageSrc: "http://img.b2bpic.net/free-photo/woman-planting-vegetable-small-home-garden_53876-105373.jpg?_wi=1", buttonIcon: Home, }, ]} title="What We Do" @@ -90,11 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "5.0", title: "Star Rating", description: "Consistently exceeding client expectations.", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109148.jpg"}, + id: "m1", value: "5.0", title: "Star Rating", description: "Consistently exceeding client expectations.", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109148.jpg?_wi=2"}, { - id: "m2", value: "Veteran", title: "Owned & Operated", description: "Discipline and integrity on every visit.", imageSrc: "http://img.b2bpic.net/free-vector/duotone-personal-trainer-price-list_23-2149543268.jpg"}, + id: "m2", value: "Veteran", title: "Owned & Operated", description: "Discipline and integrity on every visit.", imageSrc: "http://img.b2bpic.net/free-vector/duotone-personal-trainer-price-list_23-2149543268.jpg?_wi=2"}, { - id: "m3", value: "24h", title: "Fast Response", description: "Same-day replies, next-day availability.", imageSrc: "http://img.b2bpic.net/free-photo/woman-planting-vegetable-small-home-garden_53876-105373.jpg"}, + id: "m3", value: "24h", title: "Fast Response", description: "Same-day replies, next-day availability.", imageSrc: "http://img.b2bpic.net/free-photo/woman-planting-vegetable-small-home-garden_53876-105373.jpg?_wi=2"}, ]} title="The Reese's Difference" description="Quality service backed by veteran discipline and unwavering reliability." -- 2.49.1