diff --git a/src/app/page.tsx b/src/app/page.tsx index 71597ca..3802119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,17 +48,17 @@ export default function LandingPage() { description="The pulse of the world, delivered with precision. Explore stories that matter and manage your content with ease." carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", imageAlt: "Hero visual"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=1", imageAlt: "Hero visual"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", imageAlt: "Hero visual"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=2", imageAlt: "Hero visual"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", imageAlt: "Hero visual"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=3", imageAlt: "Hero visual"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", imageAlt: "Hero visual"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=4", imageAlt: "Hero visual"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", imageAlt: "Hero visual"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=5", imageAlt: "Hero visual"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg", imageAlt: "Hero visual"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-vase-laptop-desk_23-2148225531.jpg?_wi=6", imageAlt: "Hero visual"}, ]} />