From 46cb0f163cb816b7700ec830a41c98823f59c9b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:05:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b44feb..2b72b7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="bento-grid" animationType="slide-up" + carouselMode="buttons" products={[ { id: "1", brand: "Home Dreams", name: "Modern Interior Design", price: "125 Pins", rating: 5, -- 2.49.1