Update src/app/applications/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user