diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d18eee..5995cb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/close-up-revealing-shot-medical-dental-tools-ready-stomatology-teeth-surgery_482257-15350.jpg", imageAlt: "Modern dental office reception"}, { imageSrc: - "http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg", imageAlt: "Professional dental team"}, + "http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg?_wi=1", imageAlt: "Professional dental team"}, ]} mediaAnimation="slide-up" rating={5} @@ -124,7 +124,7 @@ export default function LandingPage() { tag="About Us" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg" + imageSrc="http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg?_wi=2" imageAlt="SmileCare Dental practice" useInvertedBackground={false} buttons={[{ text: "Meet Our Team", href: "#team" }]}