Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-04 08:01:49 +00:00

View File

@@ -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"
}
]}
/>