From 2863cc99d432c576a5019c484c24a205275f73f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:16:15 +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 a7ad883..2f15fd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,11 +94,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Johnson", role: "Office Manager", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" }, + { id: "1", name: "Sarah Johnson", role: "Office Manager", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1" }, { id: "2", name: "Michael Chen", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-posing-outside_74855-1551.jpg" }, { id: "3", name: "Emily Rodriguez", role: "HR Head", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg" }, { id: "4", name: "David Kim", role: "Operations", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/working-with-laptop_1098-14241.jpg" }, - { id: "5", name: "Lisa Wang", role: "Team Lead", company: "AgencyPro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" }, + { id: "5", name: "Lisa Wang", role: "Team Lead", company: "AgencyPro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=2" }, ]} kpiItems={[ { value: "1000+", label: "Admins" }, -- 2.49.1