diff --git a/src/app/page.tsx b/src/app/page.tsx index ac54a0b..f48dab3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,17 +197,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Arjun Mehta", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg"}, + id: "1", name: "Arjun Mehta", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg?_wi=1"}, { id: "2", name: "Sophia Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-brunette-girl-sitting-class_1098-3231.jpg"}, { id: "3", name: "Kavya Nair", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg"}, { - id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"}, + id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=1"}, { - id: "5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg"}, + id: "5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg?_wi=2"}, { - id: "6", name: "Rajesh Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"}, + id: "6", name: "Rajesh Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2"}, ]} className="py-20 lg:py-32" containerClassName="max-w-4xl mx-auto"