diff --git a/src/app/page.tsx b/src/app/page.tsx index 216bc87..5a50a16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tag="Introducing Next Gen" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-perfect-well-lighted-white-corridor_181624-23381.jpg", imageAlt: "Product Display 1"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-perfect-well-lighted-white-corridor_181624-23381.jpg?_wi=1", imageAlt: "Product Display 1"}, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/defocused-abstract-background-pastel-color-tone_58702-1441.jpg", imageAlt: "Product Display 2"}, { @@ -164,7 +164,7 @@ export default function LandingPage() {