From e553083d2cb8242db80e64fb4f21347b8aff9ce8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:18 +0000 Subject: [PATCH 1/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 fe66d9b..bb2e18d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "tel:+61000000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businessman-testing-vr-game_74855-1107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-testing-vr-game_74855-1107.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Rated Service", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -156,7 +156,7 @@ export default function LandingPage() { handle: "Benalla Local", testimonial: "Great customer service and a stress-free experience. My new denture is a perfect fit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/duvet-is-very-warm_329181-7945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/duvet-is-very-warm_329181-7945.jpg?_wi=1", }, { id: "2", -- 2.49.1 From e155ec34ef3e67140d41ab0f953f91c55bb83b28 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:19 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0bf8c4c..5cb6b71 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { title: "Partial Dentures", subtitle: "For missing teeth", description: "Secure and comfortable partial dentures to restore functionality and your confident smile.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-testing-vr-game_74855-1107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-testing-vr-game_74855-1107.jpg?_wi=2", imageAlt: "custom denture set professional", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Adjustments & Relines", subtitle: "Ongoing comfort care", description: "We perform multiple adjustments to ensure the most comfortable fit possible for every patient.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=2", imageAlt: "custom denture set professional", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Repairs", subtitle: "Fast relief", description: "Professional denture repairs to get you back to your daily routine as quickly as possible.", - imageSrc: "http://img.b2bpic.net/free-photo/duvet-is-very-warm_329181-7945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/duvet-is-very-warm_329181-7945.jpg?_wi=2", imageAlt: "custom denture set professional", }, ]} -- 2.49.1