From cd7b1bf9f3f2163e318fde41fe122b5c07dc2cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=EA=B2=BD?= Date: Tue, 2 Jun 2026 09:22:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9E=9C=EB=94=A9=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=98=81=EC=83=81=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Landing/DisplaySection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (