diff --git a/src/app/page.tsx b/src/app/page.tsx index 569f3a0..f3cc46e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,19 +72,19 @@ export default function LandingPage() { background={{ variant: "canvas-reveal" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg", imageAlt: "book cover fantasy book dark magic magical book cover" + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg?_wi=1", imageAlt: "book cover fantasy book dark magic magical book cover" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg", imageAlt: "dark fantasy book horror novel cover book cover design thriller book" + id: "2", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg?_wi=1", imageAlt: "dark fantasy book horror novel cover book cover design thriller book" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster_23-2147698127.jpg", imageAlt: "fantasy horror book dark magic cover mysterious book novel cover" + id: "3", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster_23-2147698127.jpg?_wi=1", imageAlt: "fantasy horror book dark magic cover mysterious book novel cover" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149642453.jpg", imageAlt: "thriller book cover dark atmosphere fantasy cover mystery novel" + id: "4", imageSrc: "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149642453.jpg?_wi=1", imageAlt: "thriller book cover dark atmosphere fantasy cover mystery novel" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg", imageAlt: "horror book dark fantasy thriller cover book design" + id: "5", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg?_wi=2", imageAlt: "horror book dark fantasy thriller cover book design" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/green-drink-with-roses-books-spider-web_23-2148273538.jpg", imageAlt: "dark fantasy books magical atmosphere cinematic horror mystery books" @@ -108,7 +108,7 @@ export default function LandingPage() { { text: "Read Excerpt", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg" + imageSrc="http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg?_wi=2" imageAlt="The Magician book cover" useInvertedBackground={false} /> @@ -118,16 +118,16 @@ export default function LandingPage() {