diff --git a/src/app/beats/page.tsx b/src/app/beats/page.tsx index 7236644..81df9be 100644 --- a/src/app/beats/page.tsx +++ b/src/app/beats/page.tsx @@ -38,6 +38,7 @@ export default function BeatsCatalogPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "b1", name: "Midnight Vibe", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-records-green-background_23-2147926836.jpg" }, { id: "b2", name: "Cloud Trap", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-shipping-internet-commerce-concept_53876-124434.jpg" },