From 5871730ab5d7a2f53d9ed2b009a8c28b578dd131 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 06:35:34 +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 3bd4c7a..861522c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,11 +127,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Chen", handle: "@schen", testimonial: "NexusAI transformed how we handle massive data loads.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-stylish-suit-listeni_613910-1578.jpg" }, + { id: "1", name: "Sarah Chen", handle: "@schen", testimonial: "NexusAI transformed how we handle massive data loads.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-stylish-suit-listeni_613910-1578.jpg?_wi=1" }, { id: "2", name: "Dr. Aris V.", handle: "@arisv", testimonial: "Unparalleled performance and developer support.", imageSrc: "http://img.b2bpic.net/free-photo/development-agency-office-worker-analyzing-project-sales-fintech-startup-businessperson-sitting-desk-marketing-company-office-developing-financial-strategy-accounting-management_482257-40323.jpg" }, { id: "3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "The best platform for scaling ML models.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22666.jpg" }, { id: "4", name: "Lena K.", handle: "@lenak", testimonial: "Incredibly seamless integration process.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg" }, - { id: "5", name: "James P.", handle: "@jptech", testimonial: "Scalability is finally solved for our AI team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-stylish-suit-listeni_613910-1578.jpg" } + { id: "5", name: "James P.", handle: "@jptech", testimonial: "Scalability is finally solved for our AI team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-stylish-suit-listeni_613910-1578.jpg?_wi=2" } ]} title="Trusted by Visionaries" description="The foundation of tomorrow's software infrastructure." -- 2.49.1