This commit is contained in:
jeremygan2021
2026-02-13 09:55:41 +08:00
parent 9c8fb44544
commit d41066f32e
6 changed files with 16 additions and 15 deletions

View File

@@ -81,7 +81,7 @@ const HeroSection = ({ isActive }) => {
playsInline
controls={false}
preload="auto"
src="/stay.mp4"
src="https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/stay.mp4"
onError={(e) => console.error('Video error:', e)}
onLoadStart={() => console.log('Video loading started')}
onCanPlay={() => console.log('Video can play')}