diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a89bcc..63a9f86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,16 +183,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Sharma", role: "Working Professional", company: "Tech Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "professional portrait business headshot corporate portrait professional woman business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "professional portrait business headshot corporate portrait professional woman business person"}, { id: "2", name: "Rajesh Kumar", role: "Family Head", company: "Manufacturing Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot corporate portrait professional man business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot corporate portrait professional man business person"}, { id: "3", name: "Anjali Patel", role: "Homemaker", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "professional portrait business headshot corporate portrait professional woman business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "professional portrait business headshot corporate portrait professional woman business person"}, { id: "4", name: "Vikram Singh", role: "CEO", company: "Startup Founder", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot corporate portrait professional man business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot corporate portrait professional man business person"}, ]} kpiItems={[ { value: "70+", label: "Happy Customers" },