From fc22e1bf645e3182f82845bc0a30f6b09010e58e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:09:09 +0000 Subject: [PATCH 1/2] Update src/app/market/page.tsx --- src/app/market/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/market/page.tsx b/src/app/market/page.tsx index 562b749..4e5b5f4 100644 --- a/src/app/market/page.tsx +++ b/src/app/market/page.tsx @@ -47,7 +47,7 @@ export default function MarketPage() { description="Jelajahi koleksi lengkap groceries, kebutuhan rumah tangga, dan produk pilihan dengan harga terbaik. Pengiriman cepat ke seluruh area." tag="Best Sellers" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -123,7 +123,7 @@ export default function MarketPage() { description="Dapatkan pengalaman berbelanja terbaik dengan layanan lengkap dan harga kompetitif." tag="Keunggulan Market" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} -- 2.49.1 From 5693af233d9c2acb8d506d9cf87e28d40a85bd56 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:09:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e97361..412a5e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { description="Platform terpadu dengan fitur-fitur canggih untuk pengalaman berbelanja dan pemesanan yang sempurna." tag="Teknologi Terdepan" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -139,7 +139,7 @@ export default function HomePage() { description="Pilihan terbaik dari kategori Market dan Dapur yang paling dicari pelanggan kami." tag="Best Sellers" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -188,7 +188,7 @@ export default function HomePage() { buttons={[ { text: "Pelajari Lebih Lanjut", href: "#contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -199,7 +199,7 @@ export default function HomePage() { description="Ribuan pelanggan di seluruh Indonesia mempercayai Market Dapur untuk kebutuhan groceries dan makanan sehari-hari mereka." tag="Customer Reviews" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Bagikan Pengalaman Anda", href: "#contact" }, ]} @@ -253,7 +253,7 @@ export default function HomePage() { description="Temukan jawaban untuk pertanyaan yang sering diajukan tentang Market Dapur, pengiriman, dan pembayaran." tag="Help Center" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" -- 2.49.1