diff --git a/src/app/page.tsx b/src/app/page.tsx index ca2703c..d74dc37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,32 +91,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg?_wi=1", imageAlt: "Pipe Art", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg?_wi=2", imageAlt: "Pipe Art 2", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg?_wi=3", imageAlt: "Pipe Art 3", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg?_wi=4", imageAlt: "Pipe Art 4", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg?_wi=5", imageAlt: "Pipe Art 5", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-design_1375-248.jpg?_wi=6", imageAlt: "Pipe Art 6", }, ]}