From e985ef814f6460612922840ffe6172c2738d9996 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:36:04 +0000 Subject: [PATCH 1/9] Update src/app/applications/page.tsx --- src/app/applications/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/applications/page.tsx b/src/app/applications/page.tsx index b41b0db..5c8daa9 100644 --- a/src/app/applications/page.tsx +++ b/src/app/applications/page.tsx @@ -53,7 +53,7 @@ export default function ApplicationsPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Hospital and healthcare equipment"}, ]} autoplayDelay={4000} - showDimOverlay={true} + showDimOverlay={false} ariaLabel="Applications Hero Section" /> -- 2.49.1 From e9b8e221568f4697161c1185cc0819db11564ba3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:36:05 +0000 Subject: [PATCH 2/9] 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 72bc114..cc381a8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { imageSrc: "http://img.b2bpic.net/free-photo/smart-indian-engineer-man-wearing-safety-helmet-doing-stock-tick-check-cardboard-stock-product-management-factory-warehouse-background_609648-1422.jpg?_wi=1", imageAlt: "Our professional team"}, ]} autoplayDelay={4000} - showDimOverlay={true} + showDimOverlay={false} ariaLabel="Contact Us Hero Section" /> -- 2.49.1 From aef26cfe170e5ae6abd458e005b582fa0bf45ef2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:36:06 +0000 Subject: [PATCH 3/9] 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 45146bf..0ec56c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg?_wi=1", imageAlt: "Factory production floor with industrial wheels"}, ]} autoplayDelay={4000} - showDimOverlay={true} + showDimOverlay={false} ariaLabel="Radhe Marketing - Industrial Wheels Hero Section" /> -- 2.49.1 From 9419a26fe2ddd4f23b3a221ca7b567978f124a0c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:36:06 +0000 Subject: [PATCH 4/9] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index e920980..11f2ee3 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -53,7 +53,7 @@ export default function ProductsPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Light duty hospital wheels"}, ]} autoplayDelay={4000} - showDimOverlay={true} + showDimOverlay={false} ariaLabel="Products Hero Section" /> -- 2.49.1 From d67f4bd7ceb931c56481841113f5064f2cd12622 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:38:14 +0000 Subject: [PATCH 5/9] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 72c0649..c841dcd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,24 +17,26 @@ const inter = Inter({ export const metadata: Metadata = { title: "Radhe Marketing - Industrial Castor & Trolley Wheels Supplier Ahmedabad", description: "Premium castor wheels, trolley wheels & rubber wheels supplier in Ahmedabad. Serving factories, warehouses, hospitals, workshops & logistics. Quality wheels for all industrial applications.", keywords: "castor wheels, trolley wheels, rubber wheels, industrial wheels, Ahmedabad, supplier, wholesale", metadataBase: new URL("https://radhemarketingwheels.com"), alternates: { - canonical: "https://radhemarketingwheels.com"}, + canonical: "https://radhemarketingwheels.com" + }, openGraph: { title: "Radhe Marketing - Industrial Wheels Supplier", description: "Quality castor wheels, trolley wheels, and rubber wheels for factories, warehouses, hospitals, and logistics. Based in Ahmedabad, Gujarat.", url: "https://radhemarketingwheels.com", siteName: "Radhe Marketing", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", alt: "Industrial warehouse with Radhe Marketing wheels"}, - ], + url: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", alt: "Industrial warehouse with Radhe Marketing wheels" + } + ] }, twitter: { - card: "summary_large_image", title: "Radhe Marketing - Industrial Wheels Supplier", description: "Premium castor wheels and trolley wheels for industrial applications", images: ["http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg"], + card: "summary_large_image", title: "Radhe Marketing - Industrial Wheels Supplier", description: "Premium castor wheels and trolley wheels for industrial applications", images: ["http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { -- 2.49.1 From e4eaa83426340dabd6f8f7e37484885c63397fa3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:38:15 +0000 Subject: [PATCH 6/9] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ec56c0..2e81688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ const navItems = [ { name: "Products", id: "/products" }, { name: "Applications", id: "/applications" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; export default function HomePage() { @@ -44,18 +44,21 @@ export default function HomePage() { description="Premium Industrial Wheels & Castor Solutions for Factories, Warehouses, Hospitals & Logistics" buttons={[ { text: "Explore Products", href: "/products" }, - { text: "Request Quote", href: "/contact" }, + { text: "Request Quote", href: "/contact" } ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=1", imageAlt: "Industrial warehouse with material handling equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=1", imageAlt: "Industrial warehouse with material handling equipment" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg?_wi=1", imageAlt: "Professional castor wheels for industrial applications"}, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg?_wi=1", imageAlt: "Professional castor wheels for industrial applications" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg?_wi=1", imageAlt: "Factory production floor with industrial wheels"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg?_wi=1", imageAlt: "Factory production floor with industrial wheels" + } ]} autoplayDelay={4000} - showDimOverlay={false} + showDimOverlay={true} ariaLabel="Radhe Marketing - Industrial Wheels Hero Section" /> @@ -69,7 +72,7 @@ export default function HomePage() { imageAlt="Radhe Marketing warehouse and operations facility" buttons={[ { text: "Call Us", href: "tel:+919909421029" }, - { text: "WhatsApp Inquiry", href: "https://wa.me/919909421029" }, + { text: "WhatsApp Inquiry", href: "https://wa.me/919909421029" } ]} useInvertedBackground={false} /> @@ -82,22 +85,28 @@ export default function HomePage() { tag="Our Products" features={[ { - id: "heavy-duty", title: "Heavy Duty Castor Wheels", description: "Engineered for maximum load capacity and durability in demanding industrial environments. Perfect for factories, foundries, and heavy machinery applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg?_wi=1", imageAlt: "Heavy duty industrial wheels for demanding applications"}, + id: "heavy-duty", title: "Heavy Duty Castor Wheels", description: "Engineered for maximum load capacity and durability in demanding industrial environments. Perfect for factories, foundries, and heavy machinery applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg?_wi=1", imageAlt: "Heavy duty industrial wheels for demanding applications" + }, { - id: "medium-duty", title: "Medium Duty Wheels", description: "Balanced performance for general warehouse and material handling operations. Reliable for trolleys, carts, and standard material transfer equipment.", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg?_wi=1", imageAlt: "Medium duty trolley wheels for warehouses"}, + id: "medium-duty", title: "Medium Duty Wheels", description: "Balanced performance for general warehouse and material handling operations. Reliable for trolleys, carts, and standard material transfer equipment.", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg?_wi=1", imageAlt: "Medium duty trolley wheels for warehouses" + }, { - id: "light-duty", title: "Light Duty Wheels", description: "Specialized for hospitals, clinics, and light-load applications. Smooth operation ensures quiet, safe movement of medical and office equipment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Light duty wheels for hospital and medical equipment"}, + id: "light-duty", title: "Light Duty Wheels", description: "Specialized for hospitals, clinics, and light-load applications. Smooth operation ensures quiet, safe movement of medical and office equipment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Light duty wheels for hospital and medical equipment" + }, { - id: "pu-nylon", title: "PU & Nylon Wheels", description: "Modern polyurethane and nylon variants offering superior grip, floor protection, and reduced noise. Ideal for sensitive environments and precision handling.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg?_wi=1", imageAlt: "PU and nylon wheel materials"}, + id: "pu-nylon", title: "PU & Nylon Wheels", description: "Modern polyurethane and nylon variants offering superior grip, floor protection, and reduced noise. Ideal for sensitive environments and precision handling.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg?_wi=1", imageAlt: "PU and nylon wheel materials" + }, { - id: "swivel-fixed", title: "Swivel & Fixed Castors", description: "Complete wheel configurations including swivel for maneuverability and fixed for directional stability. Braked variants available for safety.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg?_wi=2", imageAlt: "Swivel and fixed castor wheel configurations"}, + id: "swivel-fixed", title: "Swivel & Fixed Castors", description: "Complete wheel configurations including swivel for maneuverability and fixed for directional stability. Braked variants available for safety.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg?_wi=2", imageAlt: "Swivel and fixed castor wheel configurations" + }, { - 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?_wi=1", imageAlt: "Braked wheel systems for safety"}, + 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?_wi=1", imageAlt: "Braked wheel systems for safety" + } ]} - gridVariant="uniform-all-items-equal" + gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[{ text: "View All Products", href: "/products" }]} /> @@ -110,18 +119,22 @@ export default function HomePage() { products={[ { id: "1", brand: "Manufacturing", name: "Factory Production Lines", price: "Custom Solutions", rating: 5, - reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg?_wi=2", imageAlt: "Industrial factory production with material handling wheels"}, + reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg?_wi=2", imageAlt: "Industrial factory production with material handling wheels" + }, { id: "2", brand: "Healthcare", name: "Hospital & Clinic Equipment", price: "Light-Duty Wheels", rating: 5, - reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=2", imageAlt: "Hospital trolley with smooth operating wheels"}, + reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=2", imageAlt: "Hospital trolley with smooth operating wheels" + }, { id: "3", brand: "Logistics", name: "Warehouse & Distribution", price: "Medium-Duty Wheels", rating: 5, - reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg?_wi=1", imageAlt: "Warehouse with material handling equipment"}, + reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg?_wi=1", imageAlt: "Warehouse with material handling equipment" + }, { 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?_wi=2", imageAlt: "Workshop equipment with industrial wheels"}, + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg?_wi=2", imageAlt: "Workshop equipment with industrial wheels" + } ]} - gridVariant="uniform-all-items-equal" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -136,22 +149,28 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Rajesh Patel", role: "Production Manager", company: "Ahmedabad Manufacturing Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=1", imageAlt: "Rajesh Patel - Production Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=1", imageAlt: "Rajesh Patel - Production Manager" + }, { id: "2", name: "Vikram Singh", role: "Warehouse Manager", company: "Gujarat Logistics Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=2", imageAlt: "Vikram Singh - Warehouse Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=2", imageAlt: "Vikram Singh - Warehouse Manager" + }, { id: "3", name: "Dr. Neha Verma", role: "Hospital Administrator", company: "Apollo Hospital Ahmedabad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-standing-with-arms-crossed_1170-780.jpg?_wi=1", imageAlt: "Dr. Neha Verma - Hospital Administrator"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-standing-with-arms-crossed_1170-780.jpg?_wi=1", imageAlt: "Dr. Neha Verma - Hospital Administrator" + }, { id: "4", name: "Anil Desai", role: "Workshop Owner", company: "Desai Auto Workshop", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg", imageAlt: "Anil Desai - Workshop Owner"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg", imageAlt: "Anil Desai - Workshop Owner" + }, { id: "5", name: "Priya Gupta", role: "Operations Head", company: "Premium Distribution Network", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=3", imageAlt: "Priya Gupta - Operations Head"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=3", imageAlt: "Priya Gupta - Operations Head" + }, { id: "6", name: "Suresh Nair", role: "Maintenance Director", company: "Indian Steel Corporation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=4", imageAlt: "Suresh Nair - Maintenance Director"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=4", imageAlt: "Suresh Nair - Maintenance Director" + } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -184,7 +203,7 @@ export default function HomePage() { socialLinks={[ { icon: Phone, href: "tel:+919909421029", ariaLabel: "Call us at +91-9909-421029" }, { icon: MessageCircle, href: "https://wa.me/919909421029", ariaLabel: "WhatsApp us at +91-9909-421029" }, - { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" }, + { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" } ]} /> -- 2.49.1 From 5a3ab6e123e7df0e7b54942cc277bb73bf177c71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:42:50 +0000 Subject: [PATCH 7/9] Update src/app/applications/page.tsx --- src/app/applications/page.tsx | 92 ++++++++++++++++++++--------------- 1 file changed, 52 insertions(+), 40 deletions(-) diff --git a/src/app/applications/page.tsx b/src/app/applications/page.tsx index 5c8daa9..58985ae 100644 --- a/src/app/applications/page.tsx +++ b/src/app/applications/page.tsx @@ -15,7 +15,7 @@ const navItems = [ { name: "Products", id: "/products" }, { name: "Applications", id: "/applications" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; export default function ApplicationsPage() { @@ -38,73 +38,85 @@ export default function ApplicationsPage() {
-
+
-
+
@@ -135,7 +147,7 @@ export default function ApplicationsPage() { socialLinks={[ { icon: Phone, href: "tel:+919909421029", ariaLabel: "Call us at +91-9909-421029" }, { icon: MessageCircle, href: "https://wa.me/919909421029", ariaLabel: "WhatsApp us at +91-9909-421029" }, - { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" }, + { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" } ]} />
-- 2.49.1 From 78a3bdb7ae1518f27de8f7bb1dfe6f85f660b795 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:42:52 +0000 Subject: [PATCH 8/9] 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 2e81688..a5367af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { } ]} autoplayDelay={4000} - showDimOverlay={true} + showDimOverlay={false} ariaLabel="Radhe Marketing - Industrial Wheels Hero Section" />
-- 2.49.1 From 7309826490020d0bcc5205ec86fd7db2bc75583e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:42:54 +0000 Subject: [PATCH 9/9] Update src/app/products/page.tsx --- src/app/products/page.tsx | 90 ++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 39 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 11f2ee3..05aaafa 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -15,7 +15,7 @@ const navItems = [ { name: "Products", id: "/products" }, { name: "Applications", id: "/applications" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; export default function ProductsPage() { @@ -38,73 +38,85 @@ export default function ProductsPage() {
-
+
@@ -135,7 +147,7 @@ export default function ProductsPage() { socialLinks={[ { icon: Phone, href: "tel:+919909421029", ariaLabel: "Call us at +91-9909-421029" }, { icon: MessageCircle, href: "https://wa.me/919909421029", ariaLabel: "WhatsApp us at +91-9909-421029" }, - { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" }, + { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" } ]} />
-- 2.49.1