视频压缩

This commit is contained in:
小潘
2026-06-10 08:47:25 +08:00
parent 92c84e9dab
commit 0403710e8c
3 changed files with 3 additions and 41 deletions
Binary file not shown.
+2 -1
View File
@@ -1,4 +1,5 @@
import { ArrowRight } from 'lucide-react';
import bag from '../assets/images/bag.mp4'
// import { useEffect, useRef } from 'react';
// function ParticleNetwork() {
@@ -93,7 +94,7 @@ export default function HeroSection() {
playsInline
className="absolute inset-0 w-full h-full object-cover z-0 scale-105"
>
<source src="/src/assets/images/bag.mp4" type="video/mp4" />
<source src={bag} type="video/mp4" />
</video>
{/* Cinematic overlay */}