From 294a4ef10aa5b358ddbe815f6103e2d7189d1b94 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 14:00:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b40a450..91f97de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} features={[ - { id: "s1", title: "Architecture Design", tags: ["Concept", "Drafting"], imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg" }, + { id: "s1", title: "Architecture Design", tags: ["Concept", "Drafting"], imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg?_wi=1" }, { id: "s2", title: "Construction Management", tags: ["On-site", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg" }, { id: "s3", title: "Renovation & Restoration", tags: ["Upgrade", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/gray-building-with-hall-lights-that-are-turned_250224-82.jpg" } ]} @@ -97,7 +97,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} groups={[ - { id: "g1", groupTitle: "Management", members: [{ id: "m1", title: "Leyla Aliyeva", subtitle: "Director", detail: "Expert in sustainable urban design.", imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg" }] } + { id: "g1", groupTitle: "Management", members: [{ id: "m1", title: "Leyla Aliyeva", subtitle: "Director", detail: "Expert in sustainable urban design.", imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg?_wi=2" }] } ]} /> -- 2.49.1