From 3b364a27a16190bd19f2abdc7d591271e1ee3f69 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:10: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 dbe4fa6..5e6e045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,7 +180,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-cafe-with-her-pet-french-bulldog_1303-32215.jpg", videoAriaLabel: "Testimonio de Marta García"}, { id: "5", name: "Jose Manuel", role: "Dueño de Perritas", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg", videoAriaLabel: "Testimonio de Jose Manuel"}, + imageSrc: "https://avatar.vercel.sh/josemanuel.png", videoAriaLabel: "Testimonio de Jose Manuel"}, ]} kpiItems={[ { @@ -262,4 +262,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1