From 308255e7f61d0408de680a5c32d6596b35f646c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:17:49 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8356b4c..6ce1919 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -119,6 +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" mediaAnimation="opacity" useInvertedBackground={false} mediaPosition="right" -- 2.49.1 From 42b3aa89a56c0c76d5c692fc420d3fc73126a5b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:17:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9bca0e..5750b09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,6 +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" mediaAnimation="opacity" useInvertedBackground={false} mediaPosition="right" -- 2.49.1