diff --git a/src/app/page.tsx b/src/app/page.tsx index be2046f..4d7f349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,14 +77,14 @@ export default function LandingPage() { handle: "@TechInnovate", testimonial: "Sociosync transformed our online presence! Their strategies delivered exceptional engagement and real ROI.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", }, { name: "Maria K.", handle: "@FashionForward", testimonial: "Our brand's growth on social media has been phenomenal. Sociosync truly understands premium brand positioning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", }, ]} testimonialRotationInterval={5000} @@ -288,7 +288,7 @@ export default function LandingPage() { role: "CEO", company: "Bloom Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", }, { id: "2", @@ -296,7 +296,7 @@ export default function LandingPage() { role: "Marketing Director", company: "Global Connect", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", }, { id: "3", @@ -335,6 +335,7 @@ export default function LandingPage() {