Update src/app/services/page.tsx

This commit is contained in:
2026-04-07 19:02:12 +00:00
parent a88ce4f3ab
commit 63b6277e65

View File

@@ -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" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/lyon-france-december-22-2014-musee-des-confluences-musee-des-confluences-is-located-confluence-rhone-saone-rivers_268835-1074.jpg"
imageSrc="http://img.b2bpic.net/free-photo/lyon-france-december-22-2014-musee-des-confluences-musee-des-confluences-is-located-confluence-rhone-saone-rivers_268835-1074.jpg?_wi=5"
logoText="Dutchman Contracting"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }] }, { title: "Company", items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] }]}
/>