From 5822d0e89301a0a3b316ce3c2f0e00b405ed348b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:14:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2005f8e..1d339dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,8 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="right" - videoSrc="http://img.b2bpic.net/free-photo/textured-background_53876-31902.jpg" + imageSrc="http://img.b2bpic.net/free-photo/textured-background_53876-31902.jpg" + imageAlt="Close-up macro photography of triple-stitched CORDURA seam detail" /> @@ -240,6 +241,8 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="left" + imageSrc="http://img.b2bpic.net/free-photo/textured-background_53876-31902.jpg" + imageAlt="Process workflow visualization" /> -- 2.49.1