From 3ac097b6afc376fa8068de365f2274d74f7b8173 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:14:16 +0000 Subject: [PATCH] Update src/app/collezioni/page.tsx --- src/app/collezioni/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/collezioni/page.tsx b/src/app/collezioni/page.tsx index 4a76f84..b6530e0 100644 --- a/src/app/collezioni/page.tsx +++ b/src/app/collezioni/page.tsx @@ -42,6 +42,7 @@ export default function CollezioniPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Maglia Comfort", price: "€59", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-casual-outfit_23-2148906371.jpg?w=800&h=600" }, { id: "2", name: "Pantalone Relax", price: "€79", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-walking-street_23-2148906375.jpg?w=800&h=600" }, @@ -57,6 +58,7 @@ export default function CollezioniPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "4", name: "Blazer Strutturato", price: "€159", imageSrc: "http://img.b2bpic.net/free-photo/elegant-business-woman-blazer_23-2148906378.jpg?w=800&h=600" }, { id: "5", name: "Abito Midi", price: "€189", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-wearing-midi-dress_23-2148906379.jpg?w=800&h=600" }, @@ -72,6 +74,7 @@ export default function CollezioniPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "7", name: "Abito da Cocktail", price: "€299", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-evening-dress_23-2148906381.jpg?w=800&h=600" }, { id: "8", name: "Abito Lungo", price: "€359", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-long-gown_23-2148906382.jpg?w=800&h=600" }, -- 2.49.1