From 9193d2146f7f8e1111fa3b6f1d30917e2e519e35 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:16:55 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8898d16..bc72e8e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,8 +50,8 @@ export default function ServicesPage() { description: "Custom designs for your dream home.", icon: Home, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=2" }, ], }, { @@ -59,8 +59,8 @@ export default function ServicesPage() { description: "Efficient floor plans for urban constraints.", icon: Building, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=4" }, ], }, ]} @@ -77,7 +77,7 @@ export default function ServicesPage() { { title: "Sustainability", description: "Energy efficient designs." }, { title: "Client-Centric", description: "Your vision, our expertise." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=5" mediaAnimation="slide-up" /> -- 2.49.1