From 0abb7f96738b0093343dbaea885be906eb17b116 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:46:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e83dbf1..99d0079 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg?_wi=1" imageAlt="Дети обучаются шахматам на английском языке" mediaAnimation="blur-reveal" frameStyle="card" @@ -76,10 +76,10 @@ export default function LandingPage() { tag="Обучение" products={[ { - id: "1", name: "Начальный уровень", price: "6–9 лет", imageSrc: "http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg", imageAlt: "Программа для начинающих" + id: "1", name: "Начальный уровень", price: "6–9 лет", imageSrc: "http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg?_wi=2", imageAlt: "Программа для начинающих" }, { - id: "2", name: "Средний уровень", price: "9–12 лет", imageSrc: "http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg", imageAlt: "Программа среднего уровня" + id: "2", name: "Средний уровень", price: "9–12 лет", imageSrc: "http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg?_wi=3", imageAlt: "Программа среднего уровня" }, { id: "3", name: "Турнирная группа", price: "Продвинутый уровень", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-playing-chess-outdoors_23-2148997192.jpg", imageAlt: "Турнирная программа" -- 2.49.1