diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f142f79..6bb90c1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ const AboutPage = () => { company: "Local Store", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Rajesh Kumar success story", }, { @@ -86,7 +86,7 @@ const AboutPage = () => { company: "Tech Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Priya Sharma testimonial", }, { @@ -96,7 +96,7 @@ const AboutPage = () => { company: "Corporate", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Arjun Reddy customer feedback", }, { @@ -106,7 +106,7 @@ const AboutPage = () => { company: "Creative", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Neha Verma review", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d3f712..40a589c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ const HomePage = () => { company: "Local Store Owner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Rajesh Kumar satisfied customer", }, { @@ -195,7 +195,7 @@ const HomePage = () => { company: "IT Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Priya Sharma customer testimonial", }, { @@ -205,7 +205,7 @@ const HomePage = () => { company: "Corporate Employee", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Arjun Reddy customer review", }, { @@ -215,7 +215,7 @@ const HomePage = () => { company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Neha Verma happy client", }, ]} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 208eb22..dd734ac 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -56,7 +56,7 @@ const ReviewsPage = () => { company: "Local Store Owner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Rajesh Kumar review", }, { @@ -66,7 +66,7 @@ const ReviewsPage = () => { company: "IT Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Priya Sharma testimonial", }, { @@ -76,7 +76,7 @@ const ReviewsPage = () => { company: "Corporate Employee", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Arjun Reddy feedback", }, { @@ -86,7 +86,7 @@ const ReviewsPage = () => { company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Neha Verma review", }, ]}