From 6d175d56833e4c3339e49ff5216933e9af2a76f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:42:19 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 621e391..68b3281 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,19 +58,19 @@ export default function AboutPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Professional dental team together"}, + "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg?_wi=2", imageAlt: "Professional dental team together"}, { imageSrc: - "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg", imageAlt: "Modern dental office interior"}, + "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg?_wi=2", imageAlt: "Modern dental office interior"}, { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dentist caring for patient"}, + "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=2", imageAlt: "Dentist caring for patient"}, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg", imageAlt: "Happy family at dental clinic"}, + "http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg?_wi=2", imageAlt: "Happy family at dental clinic"}, { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Smiling patient portrait"}, + "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=2", imageAlt: "Smiling patient portrait"}, ]} /> -- 2.49.1 From 39d60f03bb0eeb79a82d43ab2ba5468eee04f18d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:42:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf4300f..049a59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,19 +70,19 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg", imageAlt: "Happy family smiling at dental clinic"}, + "http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg?_wi=1", imageAlt: "Happy family smiling at dental clinic"}, { imageSrc: - "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg", imageAlt: "Modern, bright dental treatment room"}, + "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg?_wi=1", imageAlt: "Modern, bright dental treatment room"}, { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dentist providing patient care"}, + "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=1", imageAlt: "Dentist providing patient care"}, { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Professional dental team"}, + "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg?_wi=1", imageAlt: "Professional dental team"}, { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Bright teeth after cosmetic whitening"}, + "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=1", imageAlt: "Bright teeth after cosmetic whitening"}, ]} /> -- 2.49.1