From ce43bbe58ae147bdb00f3ad9763701a643fa6d14 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:46:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd4b902..0d30fce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah Johnson", role: "CEO", company: "GrowthCorp", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=400"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=400"}, { id: "t2", name: "Michael Chen", role: "Director", company: "TechLab", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=400"}, -- 2.49.1