diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1de40dc..b142da8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,11 +50,11 @@ export default function ServicesPage() { icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushion_1203-9.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushion_1203-9.jpg?_wi=3", imageAlt: "Interior design portfolio piece", }, { - imageSrc: "http://img.b2bpic.net/free-vector/home-furnitures-landing-page-tempalte_23-2148402689.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/home-furnitures-landing-page-tempalte_23-2148402689.jpg?_wi=2", imageAlt: "Contemporary interior space", }, ], @@ -65,11 +65,11 @@ export default function ServicesPage() { icon: Brush, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418511.jpg?_wi=2", imageAlt: "Branding and graphic design work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1671.jpg?_wi=2", imageAlt: "Brand identity materials", }, ], @@ -80,11 +80,11 @@ export default function ServicesPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vases-with-green-pink-light-assortment_23-2149835494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vases-with-green-pink-light-assortment_23-2149835494.jpg?_wi=2", imageAlt: "Custom designed objects", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-books-arrangement_23-2149681092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-books-arrangement_23-2149681092.jpg?_wi=3", imageAlt: "Artistic installations", }, ],