Update src/app/applications/page.tsx
This commit is contained in:
@@ -3,9 +3,8 @@
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
|
||||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||||
|
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import { Phone, MessageCircle, Mail } from "lucide-react";
|
import { Phone, MessageCircle, Mail } from "lucide-react";
|
||||||
@@ -15,7 +14,7 @@ const navItems = [
|
|||||||
{ name: "Products", id: "/products" },
|
{ name: "Products", id: "/products" },
|
||||||
{ name: "Applications", id: "/applications" },
|
{ name: "Applications", id: "/applications" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" }
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function ApplicationsPage() {
|
export default function ApplicationsPage() {
|
||||||
@@ -36,94 +35,72 @@ export default function ApplicationsPage() {
|
|||||||
<NavbarStyleApple brandName="RADHE MARKETING" navItems={navItems} />
|
<NavbarStyleApple brandName="RADHE MARKETING" navItems={navItems} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="industry-applications" data-section="industry-applications">
|
||||||
<HeroCarouselLogo
|
<ProductCardTwo
|
||||||
logoText="APPLICATIONS"
|
title="Industry Applications"
|
||||||
description="Discover How Our Wheels Power Industries Across India"
|
description="Our specialized wheel solutions power operations across multiple industrial sectors, from manufacturing and logistics to healthcare and workshops"
|
||||||
buttons={[
|
tag="Applications"
|
||||||
{ text: "Explore Solutions", href: "#industry-applications" },
|
products={[
|
||||||
{ text: "Contact Us", href: "/contact" },
|
{
|
||||||
|
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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
slides={[
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg?_wi=1", imageAlt: "Industrial factory production"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg?_wi=1", imageAlt: "Warehouse and distribution center"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Hospital and healthcare equipment"},
|
|
||||||
]}
|
|
||||||
autoplayDelay={4000}
|
|
||||||
showDimOverlay={true}
|
|
||||||
ariaLabel="Applications Hero Section"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="industry-sectors" data-section="industry-sectors">
|
|
||||||
<FeatureCardTwentySeven
|
|
||||||
title="Industry Sectors We Serve"
|
|
||||||
description="Our wheels are trusted across diverse industrial and commercial sectors with specialized solutions for each"
|
|
||||||
tag="Industry Solutions"
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
id: "manufacturing", title: "Manufacturing & Factories", description: "Heavy-duty wheels for production lines, assembly plants, and factory equipment. Engineered for continuous operation in demanding environments.", 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 with industrial wheels"},
|
|
||||||
{
|
|
||||||
id: "logistics", title: "Logistics & Warehouses", description: "Reliable wheels for material handling, sorting, and distribution. Perfect for high-volume operations with medium to heavy loads.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg?_wi=1", imageAlt: "Warehouse operations"},
|
|
||||||
{
|
|
||||||
id: "healthcare", title: "Healthcare & Hospitals", description: "Light-duty, quiet wheels for medical equipment, hospital trolleys, and patient care devices. Smooth operation ensures comfort and safety.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Hospital medical equipment"},
|
|
||||||
{
|
|
||||||
id: "workshops", title: "Mechanical & Auto Workshops", description: "Heavy-duty wheels for equipment carts, tool trolleys, and vehicle service stations. Built to withstand workshop abuse.", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg?_wi=1", imageAlt: "Workshop tools and equipment"},
|
|
||||||
{
|
|
||||||
id: "retail", title: "Retail & Commerce", description: "Smooth-rolling wheels for shopping carts, display racks, and merchandise movement. Designed for customer-facing environments.", imageSrc: "http://img.b2bpic.net/free-psd/portable-folding-utility-cart-with-two-shelves-orange-handle_84443-76242.jpg?_wi=1", imageAlt: "Retail shopping cart with wheels"},
|
|
||||||
{
|
|
||||||
id: "food-beverage", title: "Food & Beverage Industry", description: "Sanitized, durable wheels for food processing, beverage production, and restaurant service equipment. Food-grade materials available.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-31257.jpg?_wi=1", imageAlt: "Food industry equipment"},
|
|
||||||
]}
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Get Custom Solutions", href: "/contact" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="use-cases" data-section="use-cases">
|
<div id="use-cases" data-section="use-cases">
|
||||||
<ProductCardTwo
|
<FeatureCardTwentySeven
|
||||||
title="Featured Applications"
|
title="Sector-Specific Solutions"
|
||||||
description="Real-world examples of how Radhe Marketing wheels power operations across industries"
|
description="Radhe Marketing provides tailored wheel solutions optimized for each industry's unique requirements and operating conditions"
|
||||||
tag="Use Cases"
|
tag="Specialized Applications"
|
||||||
products={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Manufacturing", name: "Factory Production Lines", price: "Heavy-Duty Solutions", rating: 5,
|
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"
|
||||||
reviewCount: "500+", 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 wheels"},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Healthcare", name: "Hospital & Clinic Equipment", price: "Light-Duty Wheels", rating: 5,
|
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"
|
||||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-walker_53876-20434.jpg?_wi=1", imageAlt: "Hospital trolley wheels"},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Logistics", name: "Warehouse & Distribution", price: "Medium-Duty Solutions", rating: 5,
|
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"
|
||||||
reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg?_wi=1", imageAlt: "Warehouse 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=1", imageAlt: "Workshop equipment wheels"},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="inquiry-contact" data-section="inquiry-contact">
|
<div id="application-inquiry" data-section="application-inquiry">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Find Your Solution"
|
tag="Technical Consultation"
|
||||||
title="Let's Find the Perfect Wheels for Your Application"
|
title="Find the Right Wheel for Your Application"
|
||||||
description="Contact our technical team to discuss your specific application requirements. We provide customized recommendations for optimal performance, durability, and cost-effectiveness."
|
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" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg"
|
||||||
imageAlt="Contact us for application solutions"
|
imageAlt="Technical consultation for application selection"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Discuss Your Application"
|
buttonText="Get Consultation"
|
||||||
termsText="Our technical team will contact you within 24 hours with a customized solution."
|
termsText="Our technical experts will contact you within 24 hours with personalized recommendations."
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -135,10 +112,10 @@ export default function ApplicationsPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Phone, href: "tel:+919909421029", ariaLabel: "Call us at +91-9909-421029" },
|
{ 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: 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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user