From 85b3c1c4c60d773ed7d241e93507923babc3e88f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 19:15:01 +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 1d111fa..cd9aa40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#portfolio", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", @@ -99,7 +99,7 @@ export default function LandingPage() { description="We are a full-service construction firm dedicated to high-quality project delivery. With decades of experience, our team specializes in complex engineering, structural integrity, and modern infrastructure development." subdescription="Our values are built on safety, precision, and sustainability. We ensure every project meets the highest professional standards." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Structural Engineering", description: "Robust analysis and structural design for residential, commercial, and industrial facilities.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg?_wi=2", imageAlt: "Structural engineering", }, items: [ @@ -132,14 +132,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg?_wi=3", imageAlt: "construction site modern architecture", }, { title: "Civil Engineering", description: "Comprehensive civil services for municipal works, site planning, and community development projects.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg?_wi=2", imageAlt: "Civil engineering", }, items: [ @@ -157,7 +157,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg?_wi=3", imageAlt: "professional engineering team site", }, ]} -- 2.49.1