|
|
@ -64,7 +64,7 @@ const fetchPosts = async () => { |
|
|
|
{ |
|
|
|
id: '4', |
|
|
|
title: t('home.posts.items.london.title'), |
|
|
|
image: '/public/VideoImage1.png', |
|
|
|
image: '/public/VideoImage4.png', |
|
|
|
description: t('home.posts.items.london.description'), |
|
|
|
video: response[3]?.video || '/public/MOSEVideo.mp4', |
|
|
|
createTime: response[3]?.createTime || '2025-07-05' |
|
|
@ -72,7 +72,7 @@ const fetchPosts = async () => { |
|
|
|
{ |
|
|
|
id: '5', |
|
|
|
title: t('home.posts.items.lasvegas.title'), |
|
|
|
image: '/public/VideoImage2.png', |
|
|
|
image: '/public/VideoImage5.png', |
|
|
|
description: t('home.posts.items.lasvegas.description'), |
|
|
|
video: response[4]?.video || '/public/MOSEVideo.mp4', |
|
|
|
createTime: response[4]?.createTime || '2025-07-03' |
|
|
@ -80,7 +80,7 @@ const fetchPosts = async () => { |
|
|
|
{ |
|
|
|
id: '6', |
|
|
|
title: t('home.posts.items.seoul.title'), |
|
|
|
image: '/public/VideoImage3.png', |
|
|
|
image: '/public/VideoImage6.png', |
|
|
|
description: t('home.posts.items.seoul.description'), |
|
|
|
video: response[5]?.video || '/public/MOSEVideo.mp4', |
|
|
|
createTime: response[5]?.createTime || '2025-07-01' |
|
|
@ -88,7 +88,7 @@ const fetchPosts = async () => { |
|
|
|
{ |
|
|
|
id: '7', |
|
|
|
title: t('home.posts.items.belarus.title'), |
|
|
|
image: '/public/VideoImage1.png', |
|
|
|
image: '/public/VideoImage7.png', |
|
|
|
description: t('home.posts.items.belarus.description'), |
|
|
|
video: response[6]?.video || '/public/MOSEVideo.mp4', |
|
|
|
createTime: response[6]?.createTime || '2025-07-16' |
|
|
|