From 6d9e7c78d5257a3051c8e064afef064bf45ac83d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:58:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 006c8ac..f9d09d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,11 +81,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "f1", title: "Building Maintenance", descriptions: ["Full-scope facility management and upkeep."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343051.jpg" }, + { id: "f1", title: "Building Maintenance", descriptions: ["Full-scope facility management and upkeep."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343051.jpg?_wi=1" }, { id: "f2", title: "Professional Staffing", descriptions: ["Reliable personnel placement for your business."], imageSrc: "http://img.b2bpic.net/free-vector/human-resources-flowchart_98292-1106.jpg" }, - { id: "f3", title: "Building Cleaning", descriptions: ["High-standard janitorial services."], imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare-covid-19-icon-set-element-vector_53876-166680.jpg" }, - { id: "f4", title: "Security Solutions", descriptions: ["Expert safety and security personnel."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343051.jpg" }, - { id: "f5", title: "Landscape Maintenance", descriptions: ["Keeping exterior grounds pristine."], imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare-covid-19-icon-set-element-vector_53876-166680.jpg" } + { id: "f3", title: "Building Cleaning", descriptions: ["High-standard janitorial services."], imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare-covid-19-icon-set-element-vector_53876-166680.jpg?_wi=1" }, + { id: "f4", title: "Security Solutions", descriptions: ["Expert safety and security personnel."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343051.jpg?_wi=2" }, + { id: "f5", title: "Landscape Maintenance", descriptions: ["Keeping exterior grounds pristine."], imageSrc: "http://img.b2bpic.net/free-vector/medical-healthcare-covid-19-icon-set-element-vector_53876-166680.jpg?_wi=2" } ]} title="Our Services" description="Comprehensive solutions for your facility and operational needs." -- 2.49.1