import React from 'react'; import Header from '@/components/Header'; import Footer from '@/components/Footer'; import { Users, Clock, Download, Upload, Phone, CheckCircle } from 'lucide-react'; import { Button } from '@/components/ui/button'; const Careers = () => { const positions = [ 'Pipe Tig Welders', 'Pipe Fitters', 'Structural Welders', 'Structural Fitters', 'Industrial Electrician Journey man' ]; const benefits = [ 'Competitive wages', 'Health insurance options', 'Safety training provided', 'Career advancement opportunities', 'Project-based employment', 'Travel opportunities' ]; return (
{/* Hero Section with Image */}
{/* Background Image */}
{/* Geometric Elements */}

Join Our Team

International Inspection Technology (IIT Welders) is looking for qualified skilled crafts for several work locations. Build your career with industry leaders.

{/* Current Openings */}

Current Openings

We are currently hiring the following skilled crafts

{positions.map((position, index) => (

{position}

Multiple positions available

))}
{/* Contact Info */}

Before Applying

Please contact the IIT Welders office for current available positions and work locations

Office hours: Monday thru Friday from 8:00 AM thru 5:00 PM
{/* Benefits Section */}

Why Work With Us

Join a growing company that values skilled craftsmanship and safety

{benefits.map((benefit, index) => (
{benefit}
))}
{/* Application Process */}

Application Process

Ready to join our team? Follow these simple steps

{/* Step 1 */}
1

Download Application

If you are interested in applying, please download the application information packet.

{/* Step 2 */}
2

Complete Application

Fill out all required forms in the application packet completely and accurately.

{/* Step 3 */}
3

Submit Application

Once you have completed the application forms packet, upload your application and submit.

{/* Step 4 */}
4

We'll Contact You

We will contact you directly with any additional information requests and next steps in the process.

Thank you for considering employment with our company.

Questions about the application process? Contact us at{' '} 956-831-5164

); }; export default Careers;