From a3e9fd4616c0e68bf0133f1e4c46b064f16e06c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:24:52 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9f1f076..be816d2 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -54,7 +54,7 @@ export default function ProductsPage() { { id: "braked", title: "Braked Wheel Solutions", description: "Integrated braking systems providing secure equipment positioning and enhanced operator safety, essential for steep surfaces and dynamic work environments.", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg", imageAlt: "Braked wheel systems for safety"}, ]} - gridVariant="uniform-4-items" + gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" @@ -80,7 +80,7 @@ export default function ProductsPage() { id: "4", brand: "Premium PU Series", name: "Polyurethane Eco Wheels", price: "₹3,000-6,500", rating: 5, reviewCount: "290+", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg", imageAlt: "Premium polyurethane eco-friendly wheels"}, ]} - gridVariant="uniform-4-items" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}