From 63b6277e65bac31d35f0356d6fb7cf648bc8bcf4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:02:12 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 77f72e5..6944314 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -36,13 +36,13 @@ export default function LandingPage() { useInvertedBackground={false} title="Primary Services" description="Our comprehensive suite of construction services." - features={[{ title: "Foundation Work", description: "Solid engineering for lasting structures.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283303.jpg" }, { title: "Complete Design-Build", description: "From blue-prints to finished keys.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-contractor-with-security-helmet-checking-construction-blueprints-while-looking-tablet_662251-387.jpg" }]} + features={[{ title: "Foundation Work", description: "Solid engineering for lasting structures.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283303.jpg?_wi=3" }, { title: "Complete Design-Build", description: "From blue-prints to finished keys.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-contractor-with-security-helmet-checking-construction-blueprints-while-looking-tablet_662251-387.jpg?_wi=2" }]} />