diff --git a/src/api/routes/statistic/controller.ts b/src/api/routes/statistic/controller.ts index a15dc93..26aca98 100644 --- a/src/api/routes/statistic/controller.ts +++ b/src/api/routes/statistic/controller.ts @@ -11,6 +11,7 @@ const imageRootDir = 'static/images/information/statistics'; const DecorationDesktopImg = path.join(imageRootDir, 'desktop/decoration.png'); const DiplomaDesktopImg = path.join(imageRootDir, 'desktop/diploma.png'); const KidsDesktopImg = path.join(imageRootDir, 'desktop/kids.png'); +const Kids2DesktopImg = path.join(imageRootDir, 'desktop/kids2.png'); const LikeDesktopImg = path.join(imageRootDir, 'desktop/like.png'); const DecorDesktopImg = path.join(imageRootDir, 'desktop/decoration2.png'); const ScooterDesktopImg = path.join(imageRootDir, 'desktop/scooter.png'); @@ -325,7 +326,7 @@ const graduationItems: StatisticsItem[] = [ xs: 12, }, text: 'Ежегодно нас выбирают и к нам возвращаются тысячи клиентов, потому что:', - title: 'Доверьтесь лидеру в сфере развлечений', + title: 'Доверьтесь лидеру\\n в сфере развлечений', }, { img: { @@ -408,7 +409,7 @@ const graduationItems: StatisticsItem[] = [ { img: { alt: 'kids', - height: 90, + height: 98, mobileHeight: 90, mobilePosition: { right: 10, @@ -420,7 +421,7 @@ const graduationItems: StatisticsItem[] = [ right: -10, top: 15, }, - src: Kids2MobileImg, + src: Kids2DesktopImg, width: 138, }, size: { diff --git a/src/api/routes/stories/controller.ts b/src/api/routes/stories/controller.ts index 3a96b6b..c24bc2e 100644 --- a/src/api/routes/stories/controller.ts +++ b/src/api/routes/stories/controller.ts @@ -331,6 +331,14 @@ const graduationPageStories: StoryType[] = [ { card: { content: { + border: { + inner: { + color: 'transparent', + }, + outer: { + color: COLORS[ColorVariant.WHITE], + }, + }, image: { alt: 'Отзывы наших клиентов', mobileSrc: feedbackMobileImage, diff --git a/src/api/routes/text/controller.ts b/src/api/routes/text/controller.ts index c0a15de..bb68fc5 100644 --- a/src/api/routes/text/controller.ts +++ b/src/api/routes/text/controller.ts @@ -47,6 +47,11 @@ const birthdayTitleText: TitleText = { const graduationTitleText: TitleText = { description: 'Организуем незабываемый праздник в новом формате: выгодные комбо, индивидуальные дипломы, ' + 'творческие мастер-классы и многое другое ждёт вас в нашем мире развлечений', + mobileDescription: 'Организуем незабываемый праздник\\n' + + 'в новом формате: выгодные комбо,\\n' + + 'индивидуальные дипломы, творческие\\n' + + 'мастер-классы и многое другое ждёт вас\\n' + + 'в нашем мире развлечений', title: 'Выпускной', }; diff --git a/static/images/information/statistics/desktop/kids2.png b/static/images/information/statistics/desktop/kids2.png new file mode 100644 index 0000000..dff966c Binary files /dev/null and b/static/images/information/statistics/desktop/kids2.png differ