From 70b9a28f939514ee1450ed404992df1180cd289b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 12:41:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf4e2a6..490951d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { }, { title: "Dental Implants", description: "Permanent, natural-looking replacements for missing teeth — restoring both function and confidence.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg", imageAlt: "smiling dentist portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg?_wi=1", imageAlt: "smiling dentist portrait"}, items: [ { icon: Shield, @@ -237,7 +237,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us how we can help"}} - imageSrc="http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg?_wi=2" imageAlt="friendly dental reception" /> -- 2.49.1