From 42c015554a43581b954df4a0ce1e855682573a99 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:56:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8831d8..f07de39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,35 +52,35 @@ export default function LandingPage() { handle: "@sjenkins", testimonial: "Excellent service and professional support throughout the entire engagement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg?_wi=1", }, { name: "Mark Roberts", handle: "@mroberts", testimonial: "Highly reliable partner for our business operations. Very impressed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg?_wi=1", }, { name: "Elena Torres", handle: "@etorres", testimonial: "The level of expertise and dedication is simply unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=1", }, { name: "David Wu", handle: "@dwu", testimonial: "Seamless integration and professional advice at every step.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg?_wi=1", }, { name: "Priya Singh", handle: "@psingh", testimonial: "Transformed our processes and delivered exceptional results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg?_wi=1", }, ]} buttons={[ @@ -89,7 +89,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg", @@ -157,7 +157,7 @@ export default function LandingPage() { description: "Expert advice to help you scale and improve operational efficiency.", bentoComponent: "reveal-icon", icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=2", imageAlt: "professional business meeting workspace", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { role: "CEO", company: "Tech Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg?_wi=2", }, { id: "2", @@ -202,7 +202,7 @@ export default function LandingPage() { role: "CTO", company: "Global Trade", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg?_wi=2", }, { id: "3", @@ -210,7 +210,7 @@ export default function LandingPage() { role: "Founder", company: "Creative Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=2", }, { id: "4", @@ -218,7 +218,7 @@ export default function LandingPage() { role: "Manager", company: "Logistics Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg?_wi=2", }, { id: "5", @@ -226,7 +226,7 @@ export default function LandingPage() { role: "Director", company: "Consulting Plus", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1