feat(app): add story photo image

This commit is contained in:
Sergey Krylov 2023-07-22 19:30:19 +03:00
parent e0f107c795
commit 830bbafe39
3 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,9 @@ const faqMobileImage = path.join(imageRootDir, 'birthday/faq_mobile.png');
const feedbackImage = path.join(imageRootDir, 'birthday/feedback.png');
const feedbackMobileImage = path.join(imageRootDir, 'birthday/feedback_mobile.png');
const photoImage = path.join(imageRootDir, 'birthday/photo.png');
const photo2Image = path.join(imageRootDir, 'outdoors/photo.png');
const photoMobileImage = path.join(imageRootDir, 'birthday/photo_mobile.png');
const photo2MobileImage = path.join(imageRootDir, 'outdoors/photo_mobile.png');
const example = path.join(imageRootDir, 'example.png');
const example2 = path.join(imageRootDir, 'example2.png');
@ -280,11 +282,11 @@ const graduationPageStories: StoryType[] = [
id: uuid(),
img: {
alt: 'Фотографии и видео',
src: photoImage,
src: photo2Image,
},
imgMobile: {
alt: 'Фотографии и видео',
src: photoMobileImage,
src: photo2MobileImage,
},
modal: {
content: {
@ -353,11 +355,11 @@ const outdoorsPageStories: StoryType[] = [
id: uuid(),
img: {
alt: 'Фотографии и видео',
src: photoImage,
src: photo2Image,
},
imgMobile: {
alt: 'Фотографии и видео',
src: photoMobileImage,
src: photo2MobileImage,
},
modal: {
content: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB