From b31ad74477d2b7bec87b10d6f0b0c8cddc136924 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 10:24:48 +0000 Subject: [PATCH] Update src/app/beats/page.tsx --- src/app/beats/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.49.1