diff --git a/src/app/page.tsx b/src/app/page.tsx index ec70153..ca612d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,22 +184,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Fashion Enthusiast", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { id: "2", name: "Priya Sharma", role: "Tech Professional", company: "Bangalore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Priya Sharma"}, { id: "3", name: "Arjun Singh", role: "Streetwear Collector", company: "Delhi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Arjun Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Arjun Singh"}, { id: "4", name: "Ananya Patel", role: "Luxury Blogger", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Ananya Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "Ananya Patel"}, { id: "5", name: "Vikram Desai", role: "Entrepreneur", company: "Ahmedabad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Vikram Desai"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=5", imageAlt: "Vikram Desai"}, { id: "6", name: "Neha Gupta", role: "Style Influencer", company: "Hyderabad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Neha Gupta"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=6", imageAlt: "Neha Gupta"}, ]} kpiItems={[ { value: "98%", label: "Customer Satisfaction" },