From 3e358db99670756fd4f8b215e575c879872aef34 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:18:14 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From b3042577c19525414a0d31c976f97213df9d8c20 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:18:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1