diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b3a607..297f38e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Excellent!", quote: "Thorough, gentle, and incredibly informative. Best experience ever.", name: "Sarah Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg"}, + id: "1", title: "Excellent!", quote: "Thorough, gentle, and incredibly informative. Best experience ever.", name: "Sarah Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg?_wi=1"}, { id: "2", title: "So Welcoming", quote: "A truly warm and welcoming experience. Tanya is fantastic.", name: "Mark D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient-hospital_1170-2136.jpg"}, { @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "4", title: "Super Gentle", quote: "I usually dread the dentist, but this was painless and easy.", name: "David K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-349.jpg"}, { - id: "5", title: "Life Changing", quote: "The care provided is unmatched. I feel confident in my smile again.", name: "Jessica L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg"}, + id: "5", title: "Life Changing", quote: "The care provided is unmatched. I feel confident in my smile again.", name: "Jessica L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg?_wi=2"}, ]} title="Patient Reviews" description="Hear what our patients have to say about their care."