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" 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"