diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a6e13a..fce9aba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167304.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167304.jpg?_wi=1" imageAlt="Professional payment processing dashboard" avatars={[ { @@ -167,13 +167,13 @@ export default function LandingPage() { id: "p1", name: "Credit Card Processing", price: "Flagship", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779127012413-b6g19ocl.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779127012413-b6g19ocl.png?_wi=1", }, { id: "p2", name: "Business Loans", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167304.jpg?_wi=2", }, { id: "p3", @@ -306,7 +306,7 @@ export default function LandingPage() {