From d58314864d02d6ab90dfa599c4b012a87fa19afd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 11:53:00 +0000 Subject: [PATCH] Update src/app/feed/page.tsx --- src/app/feed/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/feed/page.tsx b/src/app/feed/page.tsx index 7342e4d..4bee13d 100644 --- a/src/app/feed/page.tsx +++ b/src/app/feed/page.tsx @@ -40,6 +40,7 @@ export default function FeedPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} features={[ { title: "Life Update", description: "Just moved to a new city!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-city_23-2148812682.jpg" }, { title: "Travel Diary", description: "Hiking in the mountains today.", imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape_23-2148812682.jpg" }, @@ -55,6 +56,7 @@ export default function FeedPage() { animationType="slide-up" textboxLayout="default" gridVariant="four-items-2x2-equal-grid" + useInvertedBackground={false} products={[ { id: "m1", name: "Weekend Vibes", price: "", imageSrc: "http://img.b2bpic.net/free-photo/laughing-cat_23-2148812682.jpg" }, { id: "m2", name: "Monday Blues", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-dog_23-2148812682.jpg" }, @@ -71,6 +73,7 @@ export default function FeedPage() { animationType="slide-up" textboxLayout="default" gridVariant="asymmetric-60-wide-40-narrow" + useInvertedBackground={false} features={[ { title: "Comedy Skit", description: "Why do we do this?", imageSrc: "http://img.b2bpic.net/free-photo/skit_23-2148812682.jpg" }, { title: "Dance Challenge", description: "Learning the new moves!", imageSrc: "http://img.b2bpic.net/free-photo/dance_23-2148812682.jpg" }