From ad6b063ce1da974acfe99117da6a238d5ee637ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 15:58:18 +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 d3a5852..ddbf2b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200" }, + { id: "t1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200", imageAlt: "Sarah M." }, ]} /> -- 2.49.1