diff --git a/src/app/page.tsx b/src/app/page.tsx index 33eb7fc..00ad762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "fluid" }} carouselItems={[ - { id: "slide-1", imageSrc: "http://img.b2bpic.net/free-psd/wedding-planner-horizontal-banner-template-with-leaf-shadow-design_23-2149448958.jpg", imageAlt: "women fashion clothing store display" }, + { id: "slide-1", imageSrc: "http://img.b2bpic.net/free-psd/wedding-planner-horizontal-banner-template-with-leaf-shadow-design_23-2149448958.jpg?_wi=1", imageAlt: "women fashion clothing store display" }, { id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store_1203-8727.jpg", imageAlt: "men casual wear clothing store" }, { id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg", imageAlt: "casual fashion unisex clothing" }, { id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/great-day-shopping-two-beautiful-women-with-bags-looking-each-other-with-smile-while-walking-clothing-store_146671-15009.jpg", imageAlt: "seasonal collection fashion display" }, @@ -254,7 +254,7 @@ export default function LandingPage() {