From 39866e1bc3a46f2e019ddddedd1b84ed6465a4fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 08:08:17 +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 5b143d4..ae744f0 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -84,7 +84,7 @@ export default function Layout() { }, ]} copyright="© 2024 Dental Care & Endodontic Center. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg?_wi=2" links={[ { label: "Privacy Policy", -- 2.49.1 From e7d652bb420d87bfca2d909b3d60611d53af106a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 08:08:18 +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 aa0eb15..3821db0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -25,7 +25,7 @@ export default function HomePage() { text: "Call Now", href: "tel:+919623454322", }} - imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg?_wi=1" /> -- 2.49.1