From a1943ad6ab28da61922f90e52a2bbe96dbcaaead Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 23:36:49 +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 e719893..7b2e17c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,22 +97,22 @@ export default function LandingPage() { { title: "Smart CRM Systems", description: "Customized CRM builds that organize your leads, track customer history, and trigger follow-ups automatically.", icon: Database, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/conceptual-cloud-server-business-with-wooden-blocks-with-icons-dark-color-table-flat-lay_176474-10483.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/conceptual-cloud-server-business-with-wooden-blocks-with-icons-dark-color-table-flat-lay_176474-10483.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/conceptual-cloud-server-business-with-wooden-blocks-with-icons-dark-color-table-flat-lay_176474-10483.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/conceptual-cloud-server-business-with-wooden-blocks-with-icons-dark-color-table-flat-lay_176474-10483.jpg?_wi=2" }, ], }, { title: "Outreach Automation", description: "Cold calling and direct mail campaigns automated for consistency. Reach your best customers exactly when they need you.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/online-communication-connection-networking-icon_53876-13770.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/online-communication-connection-networking-icon_53876-13770.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/online-communication-connection-networking-icon_53876-13770.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/online-communication-connection-networking-icon_53876-13770.jpg?_wi=2" }, ], }, { title: "Qualified Homeowner Leads", description: "Stop chasing low-quality leads. We source high-intent homeowners looking for local HVAC, plumbing, and home services.", icon: Target, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870851.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870851.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870851.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870851.jpg?_wi=2" }, ], }, ]} -- 2.49.1