diff --git a/src/app/page.tsx b/src/app/page.tsx index 236f504..6f856fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg", imageAlt: "Creative project 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg?_wi=1", imageAlt: "Creative project 1"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709125.jpg", imageAlt: "Creative project 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg", imageAlt: "Creative project 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg?_wi=1", imageAlt: "Creative project 3"}, ]} /> @@ -91,8 +91,8 @@ export default function LandingPage() { { title: "Brand Identity", description: "Full brand ecosystem development.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg?_wi=2" } ] } ]}