From 13fe10982868401a0dc888b38f06062c837d5480 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:30 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d8a54e9..19740ce 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,7 +14,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 AboutPage() { @@ -44,7 +44,7 @@ export default function AboutPage() { imageAlt="Radhe Marketing warehouse and operations facility" buttons={[ { text: "View Products", href: "/products" }, - { text: "Get in Touch", href: "/contact" }, + { text: "Get in Touch", href: "/contact" } ]} useInvertedBackground={false} /> @@ -58,13 +58,16 @@ export default function AboutPage() { 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", imageAlt: "Rajesh Patel - Production Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", 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", imageAlt: "Vikram Singh - Warehouse Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", 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", imageAlt: "Dr. Neha Verma - Hospital Administrator"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-standing-with-arms-crossed_1170-780.jpg", imageAlt: "Dr. Neha Verma - Hospital Administrator" + } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -97,7 +100,7 @@ export default function AboutPage() { 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" } ]} /> From 056bfb50fad6de37d15a7602d2f2e49cb1570b23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:31 +0000 Subject: [PATCH 2/6] Update src/app/applications/page.tsx --- src/app/applications/page.tsx | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/app/applications/page.tsx b/src/app/applications/page.tsx index 9dca836..4498226 100644 --- a/src/app/applications/page.tsx +++ b/src/app/applications/page.tsx @@ -14,7 +14,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() { @@ -43,16 +43,20 @@ export default function ApplicationsPage() { products={[ { id: "1", brand: "Manufacturing", name: "Factory Production Lines", price: "Heavy-Duty 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", 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", imageAlt: "Industrial factory production with material handling wheels" + }, { id: "2", brand: "Healthcare", name: "Hospital & Clinic Equipment", price: "Light-Duty Specialized", rating: 5, - reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Hospital trolley with smooth operating wheels"}, + reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Hospital trolley with smooth operating wheels" + }, { id: "3", brand: "Logistics", name: "Warehouse & Distribution", price: "Medium-Duty Reliable", rating: 5, - reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg", 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", imageAlt: "Warehouse with material handling equipment" + }, { 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"}, + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg", imageAlt: "Workshop equipment with industrial wheels" + } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -68,11 +72,14 @@ export default function ApplicationsPage() { tag="Specialized Applications" features={[ { - id: "manufacturing", title: "Manufacturing & Foundries", description: "Heavy-duty castors designed for extreme temperatures, corrosive chemicals, and maximum load capacities. Ideal for factory floors, production lines, and industrial machinery.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg", imageAlt: "Manufacturing facility with heavy equipment"}, + id: "manufacturing", title: "Manufacturing & Foundries", description: "Heavy-duty castors designed for extreme temperatures, corrosive chemicals, and maximum load capacities. Ideal for factory floors, production lines, and industrial machinery.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg", imageAlt: "Manufacturing facility with heavy equipment" + }, { - id: "healthcare", title: "Healthcare & Medical", description: "Quiet, smooth-running wheels for hospital trolleys, medical equipment, and patient care devices. Engineered for sterile environments and safe patient transport.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Medical equipment with specialized wheels"}, + id: "healthcare", title: "Healthcare & Medical", description: "Quiet, smooth-running wheels for hospital trolleys, medical equipment, and patient care devices. Engineered for sterile environments and safe patient transport.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Medical equipment with specialized wheels" + }, { - 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"}, + 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="three-columns-all-equal-width" animationType="slide-up" @@ -105,7 +112,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" } ]} /> From 8fe249504096dd707b5edbb6a9db25a7a15d3c5b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:32 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e026fc0..96d9471 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,7 +14,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 ContactPage() { @@ -59,11 +59,14 @@ export default function ContactPage() { tag="Contact Options" features={[ { - id: "phone", title: "Call Us Directly", description: "Speak with our sales team directly for immediate assistance on product selection, pricing, and bulk orders. Available Monday to Friday during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Direct phone contact"}, + id: "phone", title: "Call Us Directly", description: "Speak with our sales team directly for immediate assistance on product selection, pricing, and bulk orders. Available Monday to Friday during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Direct phone contact" + }, { - id: "whatsapp", title: "WhatsApp Inquiry", description: "Send product inquiries, photos, or specifications via WhatsApp. Quick response times and perfect for sharing detailed requirements with our team.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg", imageAlt: "WhatsApp messaging"}, + id: "whatsapp", title: "WhatsApp Inquiry", description: "Send product inquiries, photos, or specifications via WhatsApp. Quick response times and perfect for sharing detailed requirements with our team.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg", imageAlt: "WhatsApp messaging" + }, { - 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"}, + 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="three-columns-all-equal-width" animationType="slide-up" @@ -81,7 +84,7 @@ export default function ContactPage() { imageAlt="Radhe Marketing Ahmedabad facility" buttons={[ { text: "Call for Directions", href: "tel:+919909421029" }, - { text: "Request Visit", href: "https://wa.me/919909421029" }, + { text: "Request Visit", href: "https://wa.me/919909421029" } ]} useInvertedBackground={false} /> @@ -94,7 +97,7 @@ export default function ContactPage() { 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" } ]} /> From c525c22313a9ff4b766583a1f27e4ac66404978b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:34 +0000 Subject: [PATCH 4/6] 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 6faf506..3c87e72 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; }>) { From 7743367061320e7c79c44e67e9414cd5a2abfb4b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:35 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fe213a..41a2b82 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,15 +44,18 @@ 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", 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", imageAlt: "Industrial warehouse with material handling equipment" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg", imageAlt: "Professional castor wheels for industrial applications"}, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg", 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", 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", imageAlt: "Factory production floor with industrial wheels" + } ]} autoplayDelay={4000} showDimOverlay={true} @@ -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,17 +85,23 @@ 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", 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", 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", 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", 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", 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", 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", 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", 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", 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", 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", 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", imageAlt: "Braked wheel systems for safety" + } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -110,16 +119,20 @@ 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", 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", 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", imageAlt: "Hospital trolley with smooth operating wheels"}, + reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", 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", 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", 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", imageAlt: "Workshop equipment with industrial wheels"}, + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg", imageAlt: "Workshop equipment with industrial wheels" + } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -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", imageAlt: "Rajesh Patel - Production Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", 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", imageAlt: "Vikram Singh - Warehouse Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", 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", imageAlt: "Dr. Neha Verma - Hospital Administrator"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-standing-with-arms-crossed_1170-780.jpg", 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", imageAlt: "Priya Gupta - Operations Head"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", 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", imageAlt: "Suresh Nair - Maintenance Director"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", 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" } ]} /> From f132c9f7b65abed739cb5e66c8d38cd8defa3899 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:36 +0000 Subject: [PATCH 6/6] Update src/app/products/page.tsx --- src/app/products/page.tsx | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index be816d2..c2798d6 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -14,7 +14,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() { @@ -42,17 +42,23 @@ export default function ProductsPage() { tag="Product Catalog" features={[ { - id: "heavy-duty", title: "Heavy Duty Castor Wheels", description: "Our premium heavy-duty castor wheels are engineered for maximum load capacity, durability, and performance in the most demanding industrial environments including foundries, steel plants, and heavy machinery operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Heavy duty industrial wheels for demanding applications"}, + id: "heavy-duty", title: "Heavy Duty Castor Wheels", description: "Our premium heavy-duty castor wheels are engineered for maximum load capacity, durability, and performance in the most demanding industrial environments including foundries, steel plants, and heavy machinery operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Heavy duty industrial wheels for demanding applications" + }, { - id: "medium-duty", title: "Medium Duty Wheels", description: "Balanced performance with excellent reliability for general warehouse, distribution, and material handling operations. Perfect for trolleys, carts, and standard equipment transfer applications.", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg", imageAlt: "Medium duty trolley wheels for warehouses"}, + id: "medium-duty", title: "Medium Duty Wheels", description: "Balanced performance with excellent reliability for general warehouse, distribution, and material handling operations. Perfect for trolleys, carts, and standard equipment transfer applications.", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg", imageAlt: "Medium duty trolley wheels for warehouses" + }, { - id: "light-duty", title: "Light Duty Wheels", description: "Specialized light-duty wheels for hospitals, clinics, and sensitive applications. Engineered for smooth, quiet operation with superior floor protection.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Light duty wheels for hospital and medical equipment"}, + id: "light-duty", title: "Light Duty Wheels", description: "Specialized light-duty wheels for hospitals, clinics, and sensitive applications. Engineered for smooth, quiet operation with superior floor protection.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Light duty wheels for hospital and medical equipment" + }, { - id: "pu-nylon", title: "PU & Nylon Wheels", description: "Modern polyurethane and nylon wheel variants offering superior grip, exceptional floor protection, and reduced noise for sensitive environments.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg", imageAlt: "PU and nylon wheel materials"}, + id: "pu-nylon", title: "PU & Nylon Wheels", description: "Modern polyurethane and nylon wheel variants offering superior grip, exceptional floor protection, and reduced noise for sensitive environments.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg", imageAlt: "PU and nylon wheel materials" + }, { - id: "swivel-fixed", title: "Swivel & Fixed Castors", description: "Complete wheel configurations including swivel castors for maximum maneuverability and fixed castors for directional stability with optional braking.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg", imageAlt: "Swivel and fixed castor wheel configurations"}, + id: "swivel-fixed", title: "Swivel & Fixed Castors", description: "Complete wheel configurations including swivel castors for maximum maneuverability and fixed castors for directional stability with optional braking.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-bike-pieces_23-2148932626.jpg", imageAlt: "Swivel and fixed castor wheel configurations" + }, { - 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"}, + 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="three-columns-all-equal-width" animationType="slide-up" @@ -69,16 +75,20 @@ export default function ProductsPage() { products={[ { id: "1", brand: "Industrial Standard", name: "Heavy Load Industrial Castor", price: "₹2,500-5,000", rating: 5, - reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Heavy load industrial castor wheels"}, + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Heavy load industrial castor wheels" + }, { id: "2", brand: "Warehouse Pro", name: "Standard Trolley Wheel Set", price: "₹1,200-2,800", rating: 5, - reviewCount: "580+", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg", imageAlt: "Standard trolley wheel sets"}, + reviewCount: "580+", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg", imageAlt: "Standard trolley wheel sets" + }, { id: "3", brand: "Medical Grade", name: "Hospital Equipment Wheels", price: "₹800-1,800", rating: 5, - reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Hospital medical equipment wheels"}, + reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg", imageAlt: "Hospital medical equipment wheels" + }, { 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"}, + reviewCount: "290+", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg", imageAlt: "Premium polyurethane eco-friendly wheels" + } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -111,7 +121,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" } ]} />