diff --git a/src/app/page.tsx b/src/app/page.tsx index 95fa7d3..62043e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,11 +106,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Ali Khan", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg" }, + { id: "1", name: "Ali Khan", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg?_wi=1" }, { id: "2", name: "Sara Ahmed", role: "Regular", company: "Local", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" }, { id: "3", name: "John Doe", role: "Visitor", company: "External", rating: 2, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg" }, { id: "4", name: "Zainab R.", role: "Diner", company: "Local", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg" }, - { id: "5", name: "Bilal Ahmed", role: "Diner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg" }, + { id: "5", name: "Bilal Ahmed", role: "Diner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg?_wi=2" }, ]} kpiItems={[ { value: "52", label: "Total Reviews" },