From 8c5225d4730fb10c40c3f3f513ff6b9e027f33fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:45:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d756c38..5a80a1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160094.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -108,7 +108,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} textarea={{ name: "message", placeholder: "Your message", required: true }} - imageSrc="http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160094.jpg?_wi=2" /> -- 2.49.1