diff --git a/src/app/page.tsx b/src/app/page.tsx index d50f07c..83ea9cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=1", imageAlt: "Design Editor UI", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=2", imageAlt: "Design Editor UI 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=3", imageAlt: "Design Editor UI 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=4", imageAlt: "Design Editor UI 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=5", imageAlt: "Design Editor UI 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=6", imageAlt: "Design Editor UI 6", }, ]}