From 90c160ca8b01d96ada51a01db93b3d536189bcc6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:49:53 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5efa722..34ceda6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { description="Dr. Prasad Sutone" subdescription="BDS, MDS - Prosthodontics | Smile World Dental Clinic" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-male-doctor-dressed-uniform_171337-1486.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-male-doctor-dressed-uniform_171337-1486.jpg?_wi=2" imageAlt="Dr. Prasad Sutone, Senior Dentist" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 30417733db67cecd318674a43c407af33b983267 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:49:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 117aa3d..7316ede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function HomePage() { description="Dr. Prasad Sutone" subdescription="BDS, MDS - Prosthodontics | Smile World Dental Clinic" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-male-doctor-dressed-uniform_171337-1486.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-male-doctor-dressed-uniform_171337-1486.jpg?_wi=1" imageAlt="Dr. Prasad Sutone, Senior Dentist" mediaAnimation="slide-up" useInvertedBackground={false} @@ -214,7 +214,7 @@ export default function HomePage() { handle: "@rajeshkumar", testimonial: "Best dental implant experience I could have asked for. Professional team, quick appointment scheduling, and excellent results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Rajesh Kumar", }, { @@ -232,7 +232,7 @@ export default function HomePage() { handle: "@amitdesai", testimonial: "Emergency appointment on Sunday saved me! Professional care, no waiting, and they got me out of pain instantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Amit Desai", }, { -- 2.49.1