From 330d2d0af899abf5049965450e57955aa091fc19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:10:09 +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 d6bd051..47fae7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Busy Mom", company: "Hot Springs Local", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Portrait of satisfied client Sarah" + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?id=11072659", imageAlt: "Portrait of satisfied client Sarah" }, { id: "2", name: "Michelle Chen", role: "Professional", company: "Business Owner", rating: 5, -- 2.49.1