diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b2eedd..c0cfebb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,29 +58,29 @@ export default function LandingPage() { description="A premier highschool jazz combo ready to bring sophisticated, rhythmic ambiance to your special events, galas, and celebrations." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=1", imageAlt: "Jazz group performing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=2", imageAlt: "Jazz group performing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=3", imageAlt: "Jazz group performing", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=4", imageAlt: "Jazz group performing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=5", imageAlt: "Jazz group performing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=6", imageAlt: "Jazz group performing", }, ]}