From 0927a411d59ea76bd6e84fd07af2f501d5600420 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:03:27 +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 a32b0ee..c065c65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,15 +46,15 @@ export default function LandingPage() { testimonials={[ { name: "Alex Chen", handle: "@alexcreates", testimonial: "ClipHub cut my editing time in half. Game changer for my content strategy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg", imageAlt: "Alex Chen" + imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg?_wi=1", imageAlt: "Alex Chen" }, { name: "Sofia Martinez", handle: "@sofiafilms", testimonial: "Finally, a clipping tool built for professionals. This is exactly what I needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg", imageAlt: "Sofia Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg?_wi=1", imageAlt: "Sofia Martinez" }, { name: "Jordan Lee", handle: "@creativeflow", testimonial: "Precision meets simplicity. Best investment for my production team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", imageAlt: "Jordan Lee" + imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg?_wi=1", imageAlt: "Jordan Lee" } ]} tag="Trusted by 5000+ creators" @@ -153,15 +153,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Chen", role: "Content Creator", company: "YouTube Channel", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg", imageAlt: "Alex Chen" + imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg?_wi=2", imageAlt: "Alex Chen" }, { id: "2", name: "Sofia Martinez", role: "Video Director", company: "Production Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg", imageAlt: "Sofia Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg?_wi=2", imageAlt: "Sofia Martinez" }, { id: "3", name: "Jordan Lee", role: "Social Media Manager", company: "Digital Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", imageAlt: "Jordan Lee" + imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg?_wi=2", imageAlt: "Jordan Lee" }, { id: "4", name: "Morgan Thompson", role: "Freelance Editor", company: "Independent", rating: 5, -- 2.49.1