diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 400ce59..78812d5 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -42,6 +42,7 @@ export default function ProductsPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "ラグジュアリー・トラベルキット", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/travel-set-with-essentials_23-2148941126.jpg" }, { id: "2", name: "特製ゴールドコースト・ギフトセット", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/gift-box-with-ribbon_23-2148568134.jpg" },