diff --git a/src/app/page.tsx b/src/app/page.tsx index e47ddc7..6649c22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { testimonials={[ { name: "Alex Johnson", handle: "Creative Director, Brand Co", testimonial: "Exceptional design work that truly transformed our brand identity and user engagement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "Sarah Chen", handle: "Product Manager, Tech Ventures", testimonial: "Collaborative, strategic, and results-driven. A pleasure to work with on complex projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, { name: "Marcus Williams", handle: "CEO, Growth Studio", testimonial: "Delivered outstanding work on time and exceeded all expectations. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -138,16 +138,16 @@ 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"}, { 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"}, { 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, ]} />