From 5d59942d24e1421828ae875bf0b0831606e9f6f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:08:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35f2e46..a34119e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function SatguruCollectionsPage() { { id: "4", title: "Sarees Collection", description: "Elegant sarees in cotton, silk, and blended fabrics. Timeless pieces for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-marrakech_23-2148129810.jpg", imageAlt: "Sarees Collection"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-4" animationType="slide-up" /> -- 2.49.1