diff --git a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/AnimatedSurveyBg.tsx b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/AnimatedSurveyBg.tsx index c30967513f..f8266c4ad5 100644 --- a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/AnimatedSurveyBg.tsx +++ b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/AnimatedSurveyBg.tsx @@ -48,6 +48,8 @@ export const AnimatedSurveyBg = ({ handleBgChange, background }: AnimatedSurveyB "/animated-bgs/Thumbnails/36_Thumb.mp4": "/animated-bgs/4K/36_4k.mp4", "/animated-bgs/Thumbnails/37_Thumb.mp4": "/animated-bgs/4K/37_4k.mp4", "/animated-bgs/Thumbnails/38_Thumb.mp4": "/animated-bgs/4K/38_4k.mp4", + "/animated-bgs/Thumbnails/39_Thumb.mp4": "/animated-bgs/4K/39_4k.mp4", + "/animated-bgs/Thumbnails/40_Thumb.mp4": "/animated-bgs/4K/40_4k.mp4", }; const togglePlayback = (index: number, type: "play" | "pause") => { diff --git a/apps/web/public/animated-bgs/4K/40_4k.mp4 b/apps/web/public/animated-bgs/4K/40_4k.mp4 new file mode 100644 index 0000000000..c79b480101 Binary files /dev/null and b/apps/web/public/animated-bgs/4K/40_4k.mp4 differ diff --git a/apps/web/public/animated-bgs/Thumbnails/40_Thumb.mp4 b/apps/web/public/animated-bgs/Thumbnails/40_Thumb.mp4 new file mode 100644 index 0000000000..ec6be7c16e Binary files /dev/null and b/apps/web/public/animated-bgs/Thumbnails/40_Thumb.mp4 differ