diff --git a/src/app/page.tsx b/src/app/page.tsx index 51e6dc2..9d5bd4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg?_wi=1", imageAlt: "Creative workspace", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg?_wi=1", imageAlt: "Design studio", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg?_wi=1", imageAlt: "Design concept", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg?_wi=2", imageAlt: "Digital graphic tablet and laptop mock up with office objects on white background", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg?_wi=2", imageAlt: "Digital graphic tablet and laptop mock up with office objects on white background", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg?_wi=2", imageAlt: "Digital graphic tablet and laptop mock up with office objects on white background", }, ]}