diff --git a/src/app/page.tsx b/src/app/page.tsx index 5617538..bd7ff45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,17 +96,17 @@ export default function LandingPage() { carouselItems={[ { id: "carousel-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg?_wi=1", imageAlt: "Abstract financial network", }, { id: "carousel-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg?_wi=1", imageAlt: "Financial analytics dashboard", }, { id: "carousel-item-3", - imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg?_wi=1", imageAlt: "Secure data flow", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg?_wi=2", imageAlt: "personalized finance app UI", }, { @@ -212,7 +212,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg?_wi=2", imageAlt: "personalized finance app UI", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg?_wi=2", imageAlt: "personalized finance app UI", }, ]}