From 2d1d17451c51670f479ca12619621f9e1050a541 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:38:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6649c22..a57071a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,6 +41,7 @@ export default function LandingPage() { @@ -138,16 +145,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jessica Rivera", role: "Marketing Director, Innovate Inc", testimonial: "The attention to detail and strategic thinking brought our brand to life in ways we couldn't have imagined. Truly transformative work.", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + }, { id: "2", name: "David Kim", role: "Founder, Digital Solutions", testimonial: "Exceptional partner throughout the entire project. Collaborative, creative, and always solutions-focused. Highly recommend.", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, { id: "3", name: "Emma Thompson", role: "Product Lead, Tech Collective", testimonial: "Professional excellence combined with genuine partnership. The results exceeded our expectations and drove real business impact.", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + }, { id: "4", name: "Robert Patel", role: "CEO, Creative Studios", testimonial: "One of the most talented and dedicated professionals I've had the privilege to work with. An absolute asset to any project.", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, ]} /> -- 2.49.1