diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fae511..883c0c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,13 +110,13 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "Sarah M."}, + id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=1", imageAlt: "Sarah M."}, { - id: "2", name: "James K.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "James K."}, + id: "2", name: "James K.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=2", imageAlt: "James K."}, { - id: "3", name: "Emma L.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "Emma L."}, + id: "3", name: "Emma L.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=3", imageAlt: "Emma L."}, { - id: "4", name: "David T.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "David T."}, + id: "4", name: "David T.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=4", imageAlt: "David T."}, ]} useInvertedBackground={true} />