From c10c49e82c50cb01a36a032a512fe023b9164f9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:34:19 +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 50eccaf..6965586 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Chen", role: "CEO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg" }, + { id: "1", name: "Sarah Chen", role: "CEO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=1" }, { id: "2", name: "Mark Davis", role: "Founder", company: "TechScale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11130.jpg" }, { id: "3", name: "Elena Rodriguez", role: "CMO", company: "BrandBoost", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-hipster-hat-glasses-wearing_613910-12284.jpg" }, { id: "4", name: "David Kim", role: "CTO", company: "NetSync", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-office-administrator-his-desk-is-engaged-project-management_482257-123665.jpg" }, - { id: "5", name: "Alex Jensen", role: "Product Lead", company: "Nova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg" }, + { id: "5", name: "Alex Jensen", role: "Product Lead", company: "Nova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=2" }, ]} kpiItems={[ { value: "100+", label: "Startups" }, -- 2.49.1