From 4d29bd3c536730d6909e0561135d208b02720a01 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 05:16:10 +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 e82a602..0f88513 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -84,7 +84,7 @@ export default function Layout() { }, ]} copyright="© 2024 TechBrand. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=3" links={[ { label: "Privacy Policy", -- 2.49.1 From 44008d3270fc7e386d7c4d6e2106895d3ec7aa3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 05:16:11 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c15eb13..fcabd2a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,10 +28,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-design_1048-12972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-design_1048-12972.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hardware-component-background_23-2148882609.jpg", @@ -84,7 +84,7 @@ export default function HomePage() { "Server", "Database", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=2", imageAlt: "Futuristic control panel", }, { @@ -100,7 +100,7 @@ export default function HomePage() { }, ], placeholder: "Ask anything...", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-design_1048-12972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-design_1048-12972.jpg?_wi=2", imageAlt: "Futuristic control panel", }, ]} -- 2.49.1