diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ce1919..6c85929 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -119,7 +119,7 @@ export default function AboutPage() { { id: "support", title: "Support Independent Artisans", content: "When you buy handmade, you directly support independent creators and small-scale production, fostering genuine human connection and community."}, ]} - videoSrc="https://example.com/video.mp4" + videoSrc="https://example.com/video.mp4?_wi=1" mediaAnimation="opacity" useInvertedBackground={false} mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index 5750b09..201404b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,7 +198,7 @@ export default function HomePage() { { id: "support", title: "Support Independent Artisans", content: "When you buy handmade, you directly support independent creators and small-scale production, fostering genuine human connection and community."}, ]} - videoSrc="https://example.com/video.mp4" + videoSrc="https://example.com/video.mp4?_wi=2" mediaAnimation="opacity" useInvertedBackground={false} mediaPosition="right"