diff --git a/website/src/assets/images/bag.mp4 b/website/public/bag.mp4 similarity index 100% rename from website/src/assets/images/bag.mp4 rename to website/public/bag.mp4 diff --git a/website/src/assets/images/Carousel/huaban.jpg b/website/public/huaban.jpg similarity index 100% rename from website/src/assets/images/Carousel/huaban.jpg rename to website/public/huaban.jpg diff --git a/website/src/components/HeroSection.jsx b/website/src/components/HeroSection.jsx index 3256734..d16fda4 100644 --- a/website/src/components/HeroSection.jsx +++ b/website/src/components/HeroSection.jsx @@ -1,5 +1,5 @@ import { ArrowRight } from 'lucide-react'; -import bag from '../assets/images/bag.mp4' +import bag from '../../public/bag.mp4' // import { useEffect, useRef } from 'react'; // function ParticleNetwork() { diff --git a/website/src/pages/Contact.jsx b/website/src/pages/Contact.jsx index 1f581d9..e0b164e 100644 --- a/website/src/pages/Contact.jsx +++ b/website/src/pages/Contact.jsx @@ -25,7 +25,7 @@ export default function Contact() {
{/* Background image */}
- +
{/* Black overlay */}
diff --git a/website/src/pages/ProductPage.jsx b/website/src/pages/ProductPage.jsx index c24552e..fb07764 100644 --- a/website/src/pages/ProductPage.jsx +++ b/website/src/pages/ProductPage.jsx @@ -68,7 +68,7 @@ export default function ProductPage() {
{/* Desktop: grid 布局 — 统一宽度/高度/间距 */} -
+
{/* Image - left */}
{product.heroImage && (