From 9a377eec83d957ddf95d335c1a8055779f1b468f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:03:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d45898c..340a82c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { description="Сервис для быстрого поиска футбольных площадок, управления играми и бронированиями. Ваше идеальное поле уже ждет." buttons={[{ text: "Начать поиск", href: "#features" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=1", imageAlt: "Soccer pitch action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=2", imageAlt: "Soccer pitch action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=3", imageAlt: "Soccer pitch action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=4", imageAlt: "Soccer pitch action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=5", imageAlt: "Soccer pitch action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=6", imageAlt: "Soccer pitch action" }, ]} /> -- 2.49.1