From 6ddfe6c1a3f37e81f2b6f8b61255e505188a5c12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:32:36 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9c4add8..4ad5dd1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -109,28 +109,28 @@ export default function AboutPage() { title: "Patient-Centered Care", description: "Your comfort and satisfaction are our top priority. We listen, explain, and involve you in every step of your treatment journey.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-communicating-with-couple-while-going-through-their-medical-record-clinic_637285-1152.jpg?_wi=2", imageAlt: "Patient-centered dental consultation", }, { title: "Clinical Excellence", description: "Our team stays current with the latest dental technology and techniques. We invest in continuous education to provide the best possible care.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=2", imageAlt: "Clinical excellence dental equipment", }, { title: "Preventive Focus", description: "We believe prevention is better than cure. Our comprehensive approach helps you maintain optimal oral health for life.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=3", imageAlt: "Preventive dental care approach", }, { title: "Community Trust", description: "Over 15 years of serving our community with integrity. We're proud of the relationships we've built with our patients and neighbors.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg?_wi=2", imageAlt: "Community trust dental team", }, ]} @@ -154,28 +154,28 @@ export default function AboutPage() { title: "Dr. Ahmad Elahi", description: "Founder & Lead Dentist. 15+ years of experience in general and cosmetic dentistry. Passionate about patient education and compassionate care.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg?_wi=3", imageAlt: "Dr. Ahmad Elahi - Lead Dentist", }, { title: "Dr. Michelle Torres", description: "Specialist in preventive dentistry and patient comfort. Known for her gentle touch and ability to help anxious patients feel at ease.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18588.jpg?_wi=4", imageAlt: "Dr. Michelle Torres - Preventive Specialist", }, { title: "Sarah Williams", description: "Senior Dental Hygienist with 12 years of experience. Expert in professional cleanings and patient education about oral hygiene.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=2", imageAlt: "Sarah Williams - Dental Hygienist", }, { title: "James Park", description: "Practice Manager & Patient Relations. Ensures every patient receives exceptional service from their first call through their final visit.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=2", imageAlt: "James Park - Practice Manager", }, ]} -- 2.49.1 From 0c76680786d7f1d5745033fb34942660daf35eff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:32:36 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b215940..b735085 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,7 +90,7 @@ export default function ContactPage() { { text: "Email Us", href: "mailto:hello@smiledental.center" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-doctor-showing-patient-how-use-medical-machine_23-2148328380.jpg?_wi=3" imageAlt="Ready to schedule your dental appointment" mediaAnimation="blur-reveal" imagePosition="right" @@ -106,7 +106,7 @@ export default function ContactPage() { description="Schedule your appointment with our team. Join over 1,100 happy patients who trust Smile Dental Center for compassionate, professional dental care." background={{ variant: "aurora" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hall-with-lifts_1203-105.jpg?_wi=4" imageAlt="Modern dental clinic appointment booking" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 152424e5da62d8707602f8c8a532fcaed287aeb2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:32:37 +0000 Subject: [PATCH 3/7] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e2158cc..6468c94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +