diff --git a/src/app/page.tsx b/src/app/page.tsx index ed3ddf6..3d1de97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,19 +67,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg?_wi=1", imageAlt: "minimalist executive workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=1", imageAlt: "ai data visualization professional", }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg?_wi=1", imageAlt: "abstract operational flow design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg?_wi=1", imageAlt: "leadership strategy session", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg?_wi=2", imageAlt: "Business statistics", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=2", imageAlt: "Business statistics", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg?_wi=2", imageAlt: "Business statistics", }, ]} diff --git a/src/app/together/page.tsx b/src/app/together/page.tsx index 2ed2801..8d283ba 100644 --- a/src/app/together/page.tsx +++ b/src/app/together/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg?_wi=3", imageAlt: "Strategy and plan for businesses", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=3", imageAlt: "Strategy and plan for businesses", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg?_wi=3", imageAlt: "Strategy and plan for businesses", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg?_wi=2", imageAlt: "Strategy and plan for businesses", }, ]}