From 0c9fcde9ccb27c5227eb2708c0ece211dd660f6d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:33:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21ae0b3..6501502 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Film Critic, Arts Weekly", testimonial: "A profound and intimate look at the man behind the innovation. Brilliantly crafted storytelling.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { name: "Michael Patterson", handle: "Business Editor, Tech Today", testimonial: "Essential viewing for anyone curious about technology and human ambition.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg?_wi=1" }, { name: "James Rivera", handle: "Documentary Producer", testimonial: "A masterclass in biographical filmmaking that captures the complexity of a visionary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -131,15 +131,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emily Walsh", role: "Film Enthusiast", company: "Cinema Society", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { id: "2", name: "David Lin", role: "Technology Professional", company: "Tech Innovators Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg?_wi=2" }, { id: "3", name: "Priya Kapoor", role: "Educator", company: "Innovation Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2" }, { id: "4", name: "Robert Morrison", role: "Business Professor", company: "University of Commerce", rating: 5, -- 2.49.1