랜딩 페이지 영상 변경

main
김성경 2026-06-02 09:22:23 +09:00
parent b18dd7aa4d
commit cd7b1bf9f3
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ const DisplaySection: React.FC<DisplaySectionProps> = ({ onStartClick }) => {
const { t } = useTranslation(); const { t } = useTranslation();
// YouTube Shorts 영상 ID들 // YouTube Shorts 영상 ID들
const videos = [ const videos = [
{ id: 1, videoId: 'trnN0SQBTiI' }, { id: 1, videoId: 'M3iuPZ59X1I' },
{ id: 2, videoId: '96HO497HsQI' }, { id: 2, videoId: 'JxWQxELDHSs' },
{ id: 3, videoId: 'XziImxVICIk' }, { id: 3, videoId: 'c2ZdwhaB7S4' },
]; ];
return ( return (