diff --git a/src/app/page.tsx b/src/app/page.tsx index a325141..babd7c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,11 +113,11 @@ export default function LandingPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg?_wi=1", imageAlt: "Personalized service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg?_wi=2", imageAlt: "Personalized service", }, ], @@ -128,11 +128,11 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg?_wi=3", imageAlt: "Expert and fast service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-office_23-2148427062.jpg?_wi=4", imageAlt: "Expert and fast service", }, ], @@ -270,7 +270,7 @@ export default function LandingPage() { text: "Get Starter Plan", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg?_wi=1", imageAlt: "Starter plan background", }, { @@ -290,7 +290,7 @@ export default function LandingPage() { text: "Get Business Plan", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg?_wi=2", imageAlt: "Business plan background", }, { @@ -312,7 +312,7 @@ export default function LandingPage() { text: "Get Full Service Plan", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg?_wi=3", imageAlt: "Full service plan background", }, ]}