diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ceff8b5..931c7e2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function ContactPage() { useInvertedBackground={false} faqsAnimation="slide-up" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-defocused-woman_23-2148336874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-defocused-woman_23-2148336874.jpg?_wi=2" imageAlt="Fastighetskonsultation" mediaPosition="right" faqs={[ diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aac8f7..97dbf99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,16 +92,16 @@ const HomePage = () => { 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=1", 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=1", 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=2", 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=2", imageAlt: "Värdepappersplaceringar"}, ]} /> @@ -169,7 +169,7 @@ const HomePage = () => { useInvertedBackground={false} faqsAnimation="slide-up" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-defocused-woman_23-2148336874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-defocused-woman_23-2148336874.jpg?_wi=1" imageAlt="Fastighetskonsultation" mediaPosition="right" faqs={[ 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"}, ]} />