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" }] } ]} />