From 293882e0dd6fe0be03b9a68ceeebcf5b90210b50 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:12:44 +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 43f6f94..68f0da6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,9 +134,9 @@ export default function LandingPage() { { id: "3", name: "Professional Consultant", role: "Operations Manager", testimonial: "My first contact with MH&C was a phone call. I normally turn down most sales calls, but the way they presented themselves was professional and respectful with no pressure.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Client testimonial"}, { - id: "4", name: "Business Administrator", role: "Executive Director", testimonial: "They provided outstanding techniques we now use day-to-day in our business administration. Everyone we encountered was professional, kind, and caring toward our business needs.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Client testimonial"}, + id: "4", name: "Business Administrator", role: "Executive Director", testimonial: "They provided outstanding techniques we now use day-to-day in our business administration. Everyone we encountered was professional, kind, and caring toward our business needs.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1", imageAlt: "Client testimonial"}, { - id: "5", name: "Training Expert", role: "CEO", testimonial: "They were patient and very thorough with their training. I would recommend them to anyone wanting to bring their business to the next level.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Client testimonial"}, + id: "5", name: "Training Expert", role: "CEO", testimonial: "They were patient and very thorough with their training. I would recommend them to anyone wanting to bring their business to the next level.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=2", imageAlt: "Client testimonial"}, { id: "6", name: "Growth Partner", role: "Business Partner", testimonial: "A wonderful group to work with that made a real difference for our business.", imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg", imageAlt: "Client testimonial"}, ]}