diff --git a/src/app/page.tsx b/src/app/page.tsx index 6587eb4..e266f61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg?_wi=1", imageAlt: "Hero slide 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17491.jpg?_wi=1", imageAlt: "Hero slide 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-digital-network-graphic-front-cityscape_9975-22113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-digital-network-graphic-front-cityscape_9975-22113.jpg?_wi=1", imageAlt: "Hero slide 3", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Analytics", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg?_wi=2", imageAlt: "software dashboard ui", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Growth", }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17491.jpg?_wi=2", imageAlt: "software dashboard ui", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991208.jpg", imageAlt: "Backup", }, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-digital-network-graphic-front-cityscape_9975-22113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-digital-network-graphic-front-cityscape_9975-22113.jpg?_wi=2", imageAlt: "software dashboard ui", }, ]}