diff --git a/src/app/page.tsx b/src/app/page.tsx index 723c1fb..0713123 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-336.jpg", imageAlt: "Онлайн худалдаа" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-336.jpg?_wi=1", imageAlt: "Онлайн худалдаа" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/box-market-electronic-ordering-shop-basket_1421-567.jpg", imageAlt: "Хэрхэн ажиллах" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", imageAlt: "Бүтээгдэхүүн" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Хүргэлт" }, @@ -69,13 +69,13 @@ export default function LandingPage() {