diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db4887..db2cf27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg?_wi=1", imageAlt: "Dashboard view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg?_wi=1", imageAlt: "Workspace view", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { button: { text: "Get Pro", }, - imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg?_wi=2", imageAlt: "mobile ui interface showcase", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { button: { text: "Get Lifetime", }, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg?_wi=2", imageAlt: "mobile ui interface showcase", }, ]}