diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6ac89..7a5fe70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,27 +59,27 @@ export default function LandingPage() { tag="Design Studio of the Year" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg?_wi=1", imageAlt: "Abstract creative 3D design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg?_wi=1", imageAlt: "Designer working on UI", }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg?_wi=1", imageAlt: "Minimal digital art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg?_wi=2", imageAlt: "Abstract creative 3D design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg?_wi=2", imageAlt: "Designer working on UI", }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg?_wi=2", imageAlt: "Minimal digital art", }, ]}