diff --git a/src/app/page.tsx b/src/app/page.tsx index 98063f3..d7a5ca3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67429.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67429.jpg?_wi=1" imageAlt="Dentist USA services" mediaAnimation="slide-up" accordionItems={[ @@ -144,15 +144,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Family Dental Care", price: "All Ages", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224142.jpg", imageAlt: "Family dental care for all ages"}, + id: "1", name: "Family Dental Care", price: "All Ages", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224142.jpg?_wi=1", imageAlt: "Family dental care for all ages"}, { id: "2", name: "Wheelchair Access", price: "Full Access", imageSrc: "http://img.b2bpic.net/free-photo/side-view-person-wheelchair-subway-station_23-2149404059.jpg", imageAlt: "Fully accessible dental office"}, { - id: "3", name: "Inclusive Practice", price: "All Welcome", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224142.jpg", imageAlt: "Inclusive and welcoming dental practice"}, + id: "3", name: "Inclusive Practice", price: "All Welcome", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224142.jpg?_wi=2", imageAlt: "Inclusive and welcoming dental practice"}, { - id: "4", name: "LGBTQ+ Friendly", price: "Proud Practice", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224142.jpg", imageAlt: "LGBTQ+ friendly dental office"}, + id: "4", name: "LGBTQ+ Friendly", price: "Proud Practice", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224142.jpg?_wi=3", imageAlt: "LGBTQ+ friendly dental office"}, { - id: "5", name: "Modern Facility", price: "Clean & New", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67429.jpg", imageAlt: "Modern dental clinic facility"}, + id: "5", name: "Modern Facility", price: "Clean & New", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67429.jpg?_wi=2", imageAlt: "Modern dental clinic facility"}, { id: "6", name: "Pediatric Experts", price: "Kids Love Us", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boy-dentist_23-2149206285.jpg", imageAlt: "Pediatric dental care specialists"}, ]}