diff --git a/src/app/page.tsx b/src/app/page.tsx index c9f3808..171b102 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,28 +88,28 @@ export default function LandingPage() { { id: 1, title: "Routine Checkups & Cleanings", description: "Preventive care is our foundation. Regular visits keep your teeth healthy and catch problems early.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg", imageAlt: "dental cleaning procedure professional hygiene" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg?_wi=1", imageAlt: "dental cleaning procedure professional hygiene" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077691.jpg", imageAlt: "family dental care children parents" + imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077691.jpg?_wi=1", imageAlt: "family dental care children parents" } }, { id: 2, title: "Comfortable, Pain-Free Treatment", description: "Our gentle approach means you can relax during your visit. We focus on making dental care pleasant.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg", imageAlt: "dental cleaning procedure professional hygiene" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg?_wi=2", imageAlt: "dental cleaning procedure professional hygiene" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077691.jpg", imageAlt: "family dental care children parents" + imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077691.jpg?_wi=2", imageAlt: "family dental care children parents" } }, { id: 3, title: "Family-Friendly Care for All Ages", description: "From young children to seniors, Dr. Kapustka creates a welcoming experience for every family member.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg", imageAlt: "dental cleaning procedure professional hygiene" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg?_wi=3", imageAlt: "dental cleaning procedure professional hygiene" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077691.jpg", imageAlt: "family dental care children parents" + imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077691.jpg?_wi=3", imageAlt: "family dental care children parents" } } ]}