From 847cb1dd9ad53acbada39735eb5f2b4f79cdc8a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:38:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() {