From 592ddda4f13e1c606e5e2710babb53d877b891d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 09:00:42 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 15b488c..cb1540a 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -21,7 +21,7 @@ export default function HeroSection(): React.JSX.Element { text: "Contact Us", href: "#contact", }} - imageSrc="https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png" + imageSrc="https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png?_wi=1" /> -- 2.49.1 From 67ad171b14d72d76d93a58b8532628c3929e1da3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 09:00:43 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage/sections/Products.tsx --- src/pages/HomePage/sections/Products.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/Products.tsx b/src/pages/HomePage/sections/Products.tsx index 28ab743..b4d21f2 100644 --- a/src/pages/HomePage/sections/Products.tsx +++ b/src/pages/HomePage/sections/Products.tsx @@ -10,12 +10,12 @@ const items = [ { title: "Classic Tote", description: "The ultimate everyday statement.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png?_wi=2" }, { title: "Crossbody Chic", description: "Hands-free luxury refined.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png?_wi=1" }, { title: "Evening Clutch", @@ -35,12 +35,12 @@ const items = [ { title: "Signature Hobo", description: "Relaxed and utterly refined.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png?_wi=3" }, { title: "Deluxe Portfolio", description: "Function meets luxury design.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png?_wi=2" } ]; -- 2.49.1