From 014a85f001029decc68a2a1d066d0e5ecc5c5c9d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:13:32 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8ab3e33..e25dcb8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -75,8 +75,8 @@ export default function ShopPage() { imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg" imageAlt="Shop luxury jewelry and fragrances" frameStyle="card" - mediaAnimation="slide-up" - buttonAnimation="slide-up" + mediaAnimation="opacity" + buttonAnimation="opacity" /> @@ -88,7 +88,7 @@ export default function ShopPage() { textboxLayout="default" useInvertedBackground={false} gridVariant="bento-grid" - animationType="slide-up" + animationType="opacity" products={[ { id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"}, @@ -105,7 +105,7 @@ export default function ShopPage() {