From b7b614693e932a36fdc874f9ac644b66af57dee2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:04:29 +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 9fcc66f..cdd6dfe 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -88,7 +88,7 @@ export default function Layout() { }, ]} copyright="© 2024 Bites Baghdad. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-arrangement-with-sauce-bottles-burger_23-2148314160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-arrangement-with-sauce-bottles-burger_23-2148314160.jpg?_wi=2" links={[ { label: "Privacy Policy", -- 2.49.1 From 2b56d6d769a1d48f5978d5c3f3a446e5c6752ae2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:04:29 +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 ffe35e0..bf4b36c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -25,7 +25,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-sauce-bottles-burger_23-2148314160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-sauce-bottles-burger_23-2148314160.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables_23-2148632636.jpg", -- 2.49.1