diff --git a/src/pages/Landing/DisplaySection.tsx b/src/pages/Landing/DisplaySection.tsx index 8ca0633..a265952 100755 --- a/src/pages/Landing/DisplaySection.tsx +++ b/src/pages/Landing/DisplaySection.tsx @@ -11,9 +11,9 @@ const DisplaySection: React.FC = ({ onStartClick }) => { const { t } = useTranslation(); // YouTube Shorts 영상 ID들 const videos = [ - { id: 1, videoId: 'trnN0SQBTiI' }, - { id: 2, videoId: '96HO497HsQI' }, - { id: 3, videoId: 'XziImxVICIk' }, + { id: 1, videoId: 'M3iuPZ59X1I' }, + { id: 2, videoId: 'JxWQxELDHSs' }, + { id: 3, videoId: 'c2ZdwhaB7S4' }, ]; return (