Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -40,7 +40,7 @@ export default function AboutPage() {
|
||||
tag="Our Story"
|
||||
title="Trusted Industrial Wheel Supplier Since 1998"
|
||||
description="Radhe Marketing is a leading wholesaler and retailer of premium quality castor wheels, trolley wheels, and rubber wheels based in Ahmedabad, Gujarat. With over 25 years of industry experience, we have built a reputation for reliability, quality, and exceptional customer service. We serve factories, warehouses, hospitals, workshops, logistics companies, and material handling units across India with durable, cost-effective solutions."
|
||||
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"
|
||||
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=2"
|
||||
imageAlt="Radhe Marketing warehouse and operations facility"
|
||||
buttons={[
|
||||
{ text: "View Products", href: "/products" },
|
||||
@@ -58,15 +58,15 @@ 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?_wi=5", 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?_wi=6", 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?_wi=2", imageAlt: "Dr. Neha Verma - Hospital Administrator"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -83,7 +83,7 @@ export default function AboutPage() {
|
||||
description="We are committed to providing industrial-grade wheel solutions that exceed our customers' expectations. Our dedication to quality, competitive pricing, and responsive customer service makes Radhe Marketing the trusted choice for businesses across India."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=3"
|
||||
imageAlt="Radhe Marketing commitment to quality"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
@@ -43,19 +43,19 @@ 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?_wi=3", 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?_wi=5", 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?_wi=2", 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?_wi=4", imageAlt: "Workshop equipment with industrial wheels"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -72,13 +72,13 @@ 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?_wi=4", 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?_wi=6", 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?_wi=3", imageAlt: "Warehouse logistics and distribution"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -95,7 +95,7 @@ export default function ApplicationsPage() {
|
||||
description="Not sure which wheel solution is right for your specific needs? Our technical team provides free consultations to recommend the optimal wheel configuration for your application."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg?_wi=4"
|
||||
imageAlt="Technical consultation for application selection"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function ContactPage() {
|
||||
description="Contact Radhe Marketing for wholesale pricing, product specifications, technical support, or to discuss your specific industrial wheel requirements. Our team responds quickly to all inquiries with customized solutions."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=2"
|
||||
imageAlt="Radhe Marketing customer inquiry contact"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
@@ -59,13 +59,13 @@ 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?_wi=5", 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?_wi=4", 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?_wi=5", imageAlt: "Email communication"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -80,7 +80,7 @@ export default function ContactPage() {
|
||||
tag="Visit Our Facility"
|
||||
title="Radhe Marketing Headquarters"
|
||||
description="Located in Ahmedabad, Gujarat - the industrial heart of India. Visit our warehouse to view our complete product range, discuss custom requirements, and arrange pickup for bulk orders. We welcome factory managers, logistics coordinators, and business partners."
|
||||
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"
|
||||
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=3"
|
||||
imageAlt="Radhe Marketing Ahmedabad facility"
|
||||
buttons={[
|
||||
{ text: "Call for Directions", href: "tel:+919909421029" },
|
||||
|
||||
@@ -48,13 +48,13 @@ export default function HomePage() {
|
||||
]}
|
||||
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?_wi=1", 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?_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", 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}
|
||||
@@ -68,7 +68,7 @@ export default function HomePage() {
|
||||
tag="About Us"
|
||||
title="Trusted Industrial Wheel Supplier Since 1998"
|
||||
description="Radhe Marketing is a leading wholesaler and retailer of premium quality castor wheels, trolley wheels, and rubber wheels based in Ahmedabad, Gujarat. Serving factories, warehouses, hospitals, workshops, logistics companies, and material handling units across India with reliable, durable, and cost-effective solutions."
|
||||
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"
|
||||
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="Radhe Marketing warehouse and operations facility"
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+919909421029" },
|
||||
@@ -85,22 +85,22 @@ 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?_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", 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", 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", 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", 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", 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="three-columns-all-equal-width"
|
||||
@@ -119,19 +119,19 @@ 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?_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", 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", 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", 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="four-items-2x2-equal-grid"
|
||||
@@ -149,15 +149,15 @@ 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?_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", 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", 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,
|
||||
@@ -165,11 +165,11 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
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?_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", 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"
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
description="Contact Radhe Marketing for wholesale pricing, product specifications, technical support, or to discuss your specific industrial wheel requirements. Our team responds quickly to all inquiries."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=1"
|
||||
imageAlt="Radhe Marketing customer inquiry contact"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
|
||||
@@ -42,22 +42,22 @@ 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?_wi=2", 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?_wi=2", 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?_wi=3", 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?_wi=2", 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?_wi=3", 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?_wi=3", imageAlt: "Braked wheel systems for safety"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -75,19 +75,19 @@ 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?_wi=3", 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?_wi=3", 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?_wi=4", 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?_wi=3", imageAlt: "Premium polyurethane eco-friendly wheels"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -104,7 +104,7 @@ export default function ProductsPage() {
|
||||
description="Get competitive wholesale pricing for large quantity orders. Our team provides customized solutions for factories, distributors, and logistics companies."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=2"
|
||||
imageAlt="Bulk order warehousing and logistics"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for quote"
|
||||
|
||||
Reference in New Issue
Block a user