diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 406c0c0..44d55ed 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,19 +66,19 @@ const AboutPage = () => { { id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar success story"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Rajesh Kumar success story"}, { id: "2", name: "Priya Sharma", role: "Software Engineer", company: "Tech Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Priya Sharma testimonial"}, { id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy customer feedback"}, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Arjun Reddy customer feedback"}, { id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma review"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Neha Verma review"}, ]} kpiItems={[ { value: "510+", label: "Verified Reviews" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9efa4fd..8b64cb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,19 +151,19 @@ const HomePage = () => { { id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store Owner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar satisfied customer"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Rajesh Kumar satisfied customer"}, { id: "2", name: "Priya Sharma", role: "Software Engineer", company: "IT Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma customer testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Priya Sharma customer testimonial"}, { id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate Employee", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy customer review"}, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Arjun Reddy customer review"}, { id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma happy client"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Neha Verma happy client"}, ]} kpiItems={[ { value: "510+", label: "Verified Reviews" }, diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 96db0f6..162f3d4 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -50,19 +50,19 @@ const ReviewsPage = () => { { id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store Owner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar review"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Rajesh Kumar review"}, { id: "2", name: "Priya Sharma", role: "Software Engineer", company: "IT Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Priya Sharma testimonial"}, { id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate Employee", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy feedback"}, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Arjun Reddy feedback"}, { id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma review"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Neha Verma review"}, ]} kpiItems={[ { value: "510+", label: "Verified Reviews" },