From 70a014f1d9ac8b498b24ea95e15d57e82eb08d12 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:54:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1