INDUSTRIAL TRAINING

import React, { useState } from ‘react’;
import {
Shield, Target, Users, BarChart, CheckCircle, Mail, Phone, Calendar,
ChevronDown, ChevronUp, ExternalLink, TrendingUp, Award, Layers, Eye, FileText
} from ‘lucide-react’;

const App = () => {
const [activeAccordion, setActiveAccordion] = useState(null);

const toggleAccordion = (index) => {
setActiveAccordion(activeAccordion === index ? null : index);
};

return (

{/* Navigation */}

{/* Hero Section */}

{/* Abstract Gold Background Elements */}



Prepared for Yamina Harzallah

Proof, Portfolio &

Strategic Growth

Before we discuss the future of SIS, here is the evidence of how we scale industrial training brands through data-driven precision.

{/* CASE STUDY SECTION */}

Proven Track Record

Industrial Training Success

We don’t guess. We apply a tested framework that has generated results for similar B2B & Education clients.

{/* Stat 1 */}

300+
Qualified Leads / Month

Achieved for a specialized technical training provider by switching from “Boost Post” to a Funnel-based strategy.

{/* Stat 2 */}

-60%
Cost Per Lead (CPL)

Optimized ad targeting to exclude “students” and focus strictly on “engineers” and “technicians” with purchasing power.

{/* Stat 3 */}

95%
Class Capacity Filled

Through email nurturing sequences, we ensured leads didn’t just inquire, but actually showed up and paid.

{/* PORTFOLIO VISUALS */}

The Quality You Can Expect

A glimpse into our creative and analytical standards.

{/* Left: Creative */}

High-Impact Creatives

We don’t use generic stock photos. We design thumb-stopping visuals that speak the language of the Oil & Gas industry. Professional, technical, and authoritative.

{/* Visual Placeholder for Ad Creative */}

Industrial Ad Creative

AD CREATIVE: CORROSION CONTROL

{/* Right: Analytical */}

Transparent Data Reporting

You never have to guess where your money is going. Our reporting (Excel/Data Studio) breaks down CPC, Lead Quality, and Competitor Analysis in plain English.

{/* Visual Placeholder for Data Report */}

{/* Simulating a Spreadsheet UI */}

CAMPAIGN
SPEND
LEADS
CPL
ROAS

TWI_Weld_Insp
$450.00
42
$10.71
4.2x

ICorr_Coatings
$320.00
28
$11.42
3.8x

Gen_Safety
$150.00
12
$12.50
2.1x

STATUS: OPTIMIZED

REPORT: WEEKLY METRICS

{/* STRATEGIC PROPOSAL TRANSITION */}

Now, let’s apply this power to Safety Integrated Solutions.

{/* PRIORITIES SECTION */}

The Plan

Targeting The Big 4

Per your directive, we are shifting focus strictly to generating enrollments for these high-value certifications.

{/* Card 1 */}

TWI Cathodic Protection

Target: Pipeline Integrity Engineers

{/* Card 2 */}

TWI Welding Inspectors

Target: QA/QC & Fabrication

{/* Card 3 */}

ICorr Coating Inspector

Target: Marine & Industrial Paint

{/* Card 4 */}

ISO 9712 NDT

Target: Safety Compliance Officers

{/* Commercial Offer */}

Commercial Offer

Investment Options

Transparent pricing for measurable growth.

{/* Package 1: Pilot */}


Starter

Pilot Launch

Market testing and initial lead flow.

$1,200
/ month

*Plus Ad Budget (Rec: $300-$500)


  • Campaigns for 2 Priority Courses

  • Ads Management (FB & LinkedIn)

  • Bi-Weekly Excel Reporting


Select Pilot

{/* Package 2: Growth (Recommended) */}

RECOMMENDED

Growth

Aggressive Scale

Maximum visibility to fill seats fast.

$2,000
/ month

*Plus Ad Budget (Rec: $800+)


  • Campaigns for ALL 4 Courses

  • High-Conversion Landing Page

  • Email Automation (Nurturing)

  • Weekly Strategy Calls


Start Growth Plan

{/* Footer / CTA */}

);
};

export default App;