diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2513fbc..a7f33e8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -53,16 +53,16 @@ export default function ServicesPage() { features={[ { id: "1", title: "Fastighetsförvaltning", tags: ["Daglig Drift", "Underhåll"], - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg", imageAlt: "Fastighetsförvaltning"}, + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg?_wi=3", imageAlt: "Fastighetsförvaltning"}, { id: "2", title: "Fastighetsutveckling", tags: ["Projektet", "Planering"], - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg", imageAlt: "Fastighetsutveckling"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg?_wi=3", imageAlt: "Fastighetsutveckling"}, { id: "3", title: "Rådgivning & Organisering", tags: ["Strategi", "Optimering"], - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg", imageAlt: "Rådgivning"}, + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg?_wi=4", imageAlt: "Rådgivning"}, { id: "4", title: "Värdepappersplaceringar", tags: ["Investeringar", "Avkastning"], - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg", imageAlt: "Värdepappersplaceringar"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg?_wi=4", imageAlt: "Värdepappersplaceringar"}, ]} />