From 7656ea5c113d78e3d75cddeeb5a7a2b6c53ba4c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:46:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd2b36f..89bbe1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,22 +80,22 @@ export default function LandingPage() { { id: "1", brand: "Mama", name: "Tom Yum Instant Noodle", price: "Rp 45.000", rating: 5, reviewCount: "2.3k", imageSrc: - "http://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg", imageAlt: "Mama Tom Yum instant noodle Thailand" + "http://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=1", imageAlt: "Mama Tom Yum instant noodle Thailand" }, { id: "2", brand: "Tao Kae Noi", name: "Seaweed Crispy Snack", price: "Rp 38.000", rating: 5, reviewCount: "1.8k", imageSrc: - "http://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg", imageAlt: "Tao Kae Noi seaweed snack Thailand" + "http://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=2", imageAlt: "Tao Kae Noi seaweed snack Thailand" }, { id: "3", brand: "Mistine", name: "BB Cream Natural SPF 25", price: "Rp 62.000", rating: 4, reviewCount: "3.1k", imageSrc: - "http://img.b2bpic.net/free-photo/paper-sheet-face-mask-cream-herbal-spray-bottles-with-leaves-blue-backdrop_23-2148031346.jpg", imageAlt: "Mistine BB Cream Thailand skincare" + "http://img.b2bpic.net/free-photo/paper-sheet-face-mask-cream-herbal-spray-bottles-with-leaves-blue-backdrop_23-2148031346.jpg?_wi=1", imageAlt: "Mistine BB Cream Thailand skincare" }, { id: "4", brand: "Nairobi", name: "Hair Care Serum Premium", price: "Rp 55.000", rating: 5, reviewCount: "1.2k", imageSrc: - "http://img.b2bpic.net/free-photo/paper-sheet-face-mask-cream-herbal-spray-bottles-with-leaves-blue-backdrop_23-2148031346.jpg", imageAlt: "Nairobi hair serum Thailand beauty" + "http://img.b2bpic.net/free-photo/paper-sheet-face-mask-cream-herbal-spray-bottles-with-leaves-blue-backdrop_23-2148031346.jpg?_wi=2", imageAlt: "Nairobi hair serum Thailand beauty" }, ]} /> @@ -112,7 +112,7 @@ export default function LandingPage() { metrics={[ { id: "1", value: "12.000+", title: "Pembeli Puas", description: "Pelanggan setia yang telah merasakan manfaatnya", imageSrc: - "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-isolated-white-background_141793-84114.jpg", imageAlt: "Ribuan pembeli puas di seluruh Indonesia" + "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-isolated-white-background_141793-84114.jpg?_wi=1", imageAlt: "Ribuan pembeli puas di seluruh Indonesia" }, { id: "2", value: "9", title: "Negara Aktif", description: "Jangkauan shopping dari berbagai destinasi Asia", imageSrc: @@ -214,7 +214,7 @@ export default function LandingPage() { description="Berlangganan newsletter kami untuk mendapatkan tips belanja hemat, promo eksklusif, dan update terbaru dari 9 negara Asia Tenggara." background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-isolated-white-background_141793-84114.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-isolated-white-background_141793-84114.jpg?_wi=2" imageAlt="Tim customer service JASTIP.ASIA siap membantu" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1