diff --git a/src/app/page.tsx b/src/app/page.tsx index 9284b8f..31f7cdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { id: "m1", name: "Dr. Ben Ortho", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg" }, - { id: "m2", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051723.jpg" } + { id: "m2", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051723.jpg?_wi=1" } ]} membersAnimation="slide-up" /> @@ -122,7 +122,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "ts1", name: "Sofie V.", handle: "@sofie_v", testimonial: "The precision and care at Ben's is incredible. My teeth look perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051723.jpg" }, + { id: "ts1", name: "Sofie V.", handle: "@sofie_v", testimonial: "The precision and care at Ben's is incredible. My teeth look perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051723.jpg?_wi=2" }, { id: "ts2", name: "Mark D.", handle: "@mark_d", testimonial: "Fast, professional, and very comfortable experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg" } ]} showRating={true}