From a717984d25b32deb517a95190b00cfb8241e2baf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 16:15:47 +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 5624257..4fea6df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,28 +77,28 @@ export default function LandingPage() { handle: "@CreativeClient", testimonial: "Jatin's designs significantly boosted our brand's online presence. Truly exceptional work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg?_wi=1", }, { name: "Mark Davis", handle: "@BrandBuilder", testimonial: "The logo Jatin created perfectly captures our vision. Professional, fast, and highly creative.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg?_wi=1", }, { name: "Emily White", handle: "@SocialStrategist", testimonial: "Our social media engagement doubled thanks to Jatin's captivating poster designs. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-man-looking-up-copy-space_171337-12861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-man-looking-up-copy-space_171337-12861.jpg?_wi=1", }, { name: "David Lee", handle: "@GamingGuru", testimonial: "The YouTube thumbnails are incredible! They stand out and directly lead to more clicks. Fantastic!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg?_wi=1", }, ]} testimonialRotationInterval={5000} @@ -271,7 +271,7 @@ export default function LandingPage() { role: "Marketing Manager", company: "GrowthX Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg?_wi=2", }, { id: "2", @@ -279,7 +279,7 @@ export default function LandingPage() { role: "YouTuber", company: "GamingNation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg?_wi=2", }, { id: "3", @@ -287,7 +287,7 @@ export default function LandingPage() { role: "Brand Strategist", company: "Innovate Brands", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-man-looking-up-copy-space_171337-12861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-man-looking-up-copy-space_171337-12861.jpg?_wi=2", }, { id: "4", @@ -295,7 +295,7 @@ export default function LandingPage() { role: "Startup Founder", company: "CodeFlow Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1