diff --git a/src/app/page.tsx b/src/app/page.tsx index 1359a00..a816523 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-with-gadgets_23-2147664147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-with-gadgets_23-2147664147.jpg?_wi=1", imageAlt: "students studying group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/friends-with-tablet-table_23-2147762299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-with-tablet-table_23-2147762299.jpg?_wi=1", imageAlt: "university students group", }, { @@ -196,14 +196,14 @@ export default function LandingPage() { id: "2", name: "Олексій Д.", role: "Розробник", - imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-with-gadgets_23-2147664147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-with-gadgets_23-2147664147.jpg?_wi=2", imageAlt: "Young people coworking with gadgets", }, { id: "3", name: "Марія К.", role: "Маркетолог", - imageSrc: "http://img.b2bpic.net/free-photo/friends-with-tablet-table_23-2147762299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-with-tablet-table_23-2147762299.jpg?_wi=2", imageAlt: "Young people coworking with gadgets", }, ]}