From 94508e9f41e199772ef73a7fab46b8b81754f766 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 07:43:50 +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 7a54007..1ded517 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -88,7 +88,7 @@ export default function Layout() { }, ]} copyright="© 2026 Khalifa Medical City. All Rights Reserved." - imageSrc="http://img.b2bpic.net/free-photo/airport-hall-with-seats-sides_1127-2089.jpg" + imageSrc="http://img.b2bpic.net/free-photo/airport-hall-with-seats-sides_1127-2089.jpg?_wi=2" links={[ { label: "Privacy Policy", -- 2.49.1 From f06abccff6f7b54136f18121766e5de624de607a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 07:43:51 +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 a5b4d6d..d54afad 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -25,7 +25,7 @@ export default function HomePage() { text: "Find a Doctor", href: "#doctors", }} - imageSrc="http://img.b2bpic.net/free-photo/airport-hall-with-seats-sides_1127-2089.jpg" + imageSrc="http://img.b2bpic.net/free-photo/airport-hall-with-seats-sides_1127-2089.jpg?_wi=1" /> -- 2.49.1