From f12999379b5e8f3705799596f58865029391606b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 06:59:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06a8d37..ad16e84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg?_wi=1", imageAlt: "creative agency meeting professional", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/vanlife-travel-planning_23-2151938571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vanlife-travel-planning_23-2151938571.jpg?_wi=1", imageAlt: "designer working creative tablet", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_1134-215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_1134-215.jpg?_wi=1", imageAlt: "abstract data business growth", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/men-giving-high-five_23-2147710856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-giving-high-five_23-2147710856.jpg?_wi=1", imageAlt: "team success meeting corporate", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-work-while-his-female-colleagues-are-using-laptop_23-2149330956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-work-while-his-female-colleagues-are-using-laptop_23-2149330956.jpg?_wi=1", imageAlt: "modern boardroom high-end", }, { @@ -243,7 +243,7 @@ export default function LandingPage() { quote: "We doubled our leads in 60 days. Highly recommend.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-executive-professional-success-concept_53876-137644.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg?_wi=2", imageAlt: "professional female headshot", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { quote: "Finally, a framework that works. My sales team is happier.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vanlife-travel-planning_23-2151938571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vanlife-travel-planning_23-2151938571.jpg?_wi=2", imageAlt: "professional female headshot", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { quote: "The ROI was clear within the first week of implementation.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_1134-215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_1134-215.jpg?_wi=2", imageAlt: "professional female headshot", }, { @@ -276,7 +276,7 @@ export default function LandingPage() { quote: "The best investment I've made in my agency so far.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/men-giving-high-five_23-2147710856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-giving-high-five_23-2147710856.jpg?_wi=2", imageAlt: "professional female headshot", }, { @@ -287,7 +287,7 @@ export default function LandingPage() { quote: "Our revenue consistency has never been better.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-digital-nomad-standing-office-with-laptop-smiling-working-her_1258-195350.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-work-while-his-female-colleagues-are-using-laptop_23-2149330956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-work-while-his-female-colleagues-are-using-laptop_23-2149330956.jpg?_wi=2", imageAlt: "professional female headshot", }, ]} -- 2.49.1