From 4d8d2ca28f0b08c3b03d9b62ec6e92139ad62d19 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:28:51 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6f8adc7..38fb594 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -84,7 +84,7 @@ export default function Layout() { }, ]} copyright="© 2024 Royale Grove. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg" + imageSrc="http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg?_wi=2" links={[ { label: "Privacy Policy", -- 2.49.1 From 26caa5d796e016ab130b1cbdb954611862353499 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:28:52 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5fd147f..7e3b733 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,7 +27,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-picking-clothes_23-2147666165.jpg", -- 2.49.1