From f5dae7b7766796a529ab0da4b912bac92ef18ba2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:10:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fae511..883c0c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,13 +110,13 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "Sarah M."}, + id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=1", imageAlt: "Sarah M."}, { - id: "2", name: "James K.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "James K."}, + id: "2", name: "James K.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=2", imageAlt: "James K."}, { - id: "3", name: "Emma L.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "Emma L."}, + id: "3", name: "Emma L.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=3", imageAlt: "Emma L."}, { - id: "4", name: "David T.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg", imageAlt: "David T."}, + id: "4", name: "David T.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-young-asian-woman_1262-4846.jpg?_wi=4", imageAlt: "David T."}, ]} useInvertedBackground={true} />