From d07580dd88dd0e0d53ae7f593d80a59b20cc69cb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:24:48 +0000 Subject: [PATCH 1/4] Update src/app/applications/page.tsx --- src/app/applications/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/applications/page.tsx b/src/app/applications/page.tsx index 47bdaf1..9dca836 100644 --- a/src/app/applications/page.tsx +++ b/src/app/applications/page.tsx @@ -54,7 +54,7 @@ export default function ApplicationsPage() { id: "4", brand: "Workshops", name: "Mechanical & Auto Workshops", price: "Heavy-Duty Variants", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg", imageAlt: "Workshop equipment with industrial wheels"}, ]} - gridVariant="uniform-4-items" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -74,7 +74,7 @@ export default function ApplicationsPage() { { id: "logistics", title: "Logistics & Warehousing", description: "Reliable, cost-effective wheels for pallets, carts, and material handling equipment. Supports high-volume daily operations in distribution centers.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg", imageAlt: "Warehouse logistics and distribution"}, ]} - gridVariant="uniform-4-items" + gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" From afbf8e8ef1862a4cdbdae3c884fbd9d729bcf29d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:24:50 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8863c17..e026fc0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,7 +65,7 @@ export default function ContactPage() { { id: "email", title: "Email for Documents", description: "Send detailed inquiries, technical specifications, or bulk order requests via email. Perfect for comprehensive correspondence and record-keeping.", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg", imageAlt: "Email communication"}, ]} - gridVariant="uniform-4-items" + gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" From f3a023e59316ac937e2df5253f29f919f01135f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:24:51 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78e9c53..8fe213a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function HomePage() { { id: "braked", title: "Braked Wheel Solutions", description: "Integrated braking systems for secure equipment positioning and 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" @@ -121,7 +121,7 @@ export default function HomePage() { id: "4", brand: "Workshops", name: "Mechanical & Auto Workshops", price: "Heavy-Duty Options", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg", imageAlt: "Workshop equipment with industrial wheels"}, ]} - gridVariant="uniform-4-items" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} From a3e9fd4616c0e68bf0133f1e4c46b064f16e06c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:24:52 +0000 Subject: [PATCH 4/4] 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}