From 4468f835b2bac6f2901ad6ca473a8f9a81876aab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:01:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59c2998..e66f574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,19 +62,19 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Patel", handle: "iPhone Buyer", testimonial: "Great service and well-trained staff. Best place for genuine Apple products!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1" }, { name: "Priya Sharma", handle: "Student, MacBook User", testimonial: "Excellent deals on MacBooks. Staff explained everything clearly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" }, { name: "Amit Kumar", handle: "Business Owner", testimonial: "Perfect place for all Apple needs. Installation support too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=1" }, { name: "Neha Gupta", handle: "Regular Customer", testimonial: "Open till late. Very helpful team. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -178,19 +178,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Patel", role: "iPhone Buyer", company: "IT Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Patel" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Rajesh Patel" }, { id: "2", name: "Priya Sharma", role: "Student", company: "Engineering College", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Priya Sharma" }, { id: "3", name: "Amit Kumar", role: "Business Owner", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "Amit Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=2", imageAlt: "Amit Kumar" }, { id: "4", name: "Neha Gupta", role: "Regular Customer", company: "Finance Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Neha Gupta" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Neha Gupta" } ]} />