diff --git a/src/app/page.tsx b/src/app/page.tsx index 333c12e..1243e2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Tech Enthusiast", testimonial: "Best selection of electronics I've found online. Fast shipping!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg?_wi=1" }, { name: "Sarah Chen", handle: "Professional", testimonial: "Great prices and authentic products. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg?_wi=1" } ]} buttons={[ @@ -182,11 +182,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Torres", role: "Software Engineer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg?_wi=2" }, { id: "2", name: "Emily Watson", role: "Marketing Manager", company: "Digital Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg?_wi=2" }, { id: "3", name: "David Kim", role: "Product Designer", company: "Design Studio", rating: 5,