From 89b46b4070ca7d99fbafc7924695eb19f0645049 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:29:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b765dd..d31c5c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Alex Rivers", handle: "@arivers", testimonial: "Nisme AI completely transformed our predictive modeling. Incredible speed and accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg"}, + id: "t1", name: "Alex Rivers", handle: "@arivers", testimonial: "Nisme AI completely transformed our predictive modeling. Incredible speed and accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg?_wi=1"}, { id: "t2", name: "Sarah Chen", handle: "@schen_dev", testimonial: "The easiest AI integration we've ever managed. The support team is also top notch.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-holding-tablet-mock-up_23-2148326968.jpg"}, { @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "t4", name: "Elena Voss", handle: "@evoss_ai", testimonial: "An essential platform for any startup looking to leverage artificial intelligence today.", imageSrc: "http://img.b2bpic.net/free-photo/charming-businesswoman-with-digital-tablet_1098-434.jpg"}, { - id: "t5", name: "David Park", handle: "@dpark_eng", testimonial: "Robust features and simple API design. Exactly what we needed for our backend services.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg"}, + id: "t5", name: "David Park", handle: "@dpark_eng", testimonial: "Robust features and simple API design. Exactly what we needed for our backend services.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg?_wi=2"}, ]} title="Loved by Innovators" description="Hear from leaders who are changing the game with Nisme AI." -- 2.49.1