diff --git a/src/app/page.tsx b/src/app/page.tsx index fe08c94..e83dbf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "Смотреть программы", href: "#programs" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/adorable-siblings-lying-ground-playing-chess-with-each-other_181624-35332.jpg" 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?_wi=2", 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", 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: "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: "3", name: "Турнирная группа", price: "Продвинутый уровень", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-playing-chess-outdoors_23-2148997192.jpg", imageAlt: "Турнирная программа"