From c12888e89564ace669e76e944d25364a1ed05182 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:18:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d03708d..e265f8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,11 +130,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahm_entrepreneur", testimonial: "Small Business Specialists Inc transformed how we approach strategic planning. Their insights on market positioning helped us increase revenue by 45% in just 18 months. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell, Small Business Owner" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell, Small Business Owner" }, { id: "2", name: "James Chen", handle: "@james.chen.business", testimonial: "The financial planning guidance we received was invaluable. We went from struggling with cash flow to having a sustainable, profitable business model. Their team really understands what small businesses need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen, Business Owner" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen, Business Owner" }, { id: "3", name: "Emma Rodriguez", handle: "@emma.rodriguez.ceo", testimonial: "Working with this team on organizational development was a game-changer. Our employee retention improved significantly, and our team is now more aligned with our business objectives.", rating: 5, @@ -142,7 +142,7 @@ export default function LandingPage() { }, { id: "4", name: "Michael Thompson", handle: "@mthompson.consulting", testimonial: "Professional, knowledgeable, and genuinely invested in our success. They provided practical solutions, not just theoretical advice. Best decision we made for our business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson, Business Owner" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Thompson, Business Owner" }, ]} showRating={true} -- 2.49.1