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 */}
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.
Achieved for a specialized technical training provider by switching from “Boost Post” to a Funnel-based strategy.
{/* Stat 2 */}
Optimized ad targeting to exclude “students” and focus strictly on “engineers” and “technicians” with purchasing power.
{/* Stat 3 */}
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 */}
{/* 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 */}
{/* 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.
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.
/ month
*Plus Ad Budget (Rec: $300-$500)
-
Campaigns for 2 Priority Courses -
Ads Management (FB & LinkedIn) -
Bi-Weekly Excel Reporting
{/* Package 2: Growth (Recommended) */}
Growth
Aggressive Scale
Maximum visibility to fill seats fast.
/ month
*Plus Ad Budget (Rec: $800+)
-
Campaigns for ALL 4 Courses -
High-Conversion Landing Page -
Email Automation (Nurturing) -
Weekly Strategy Calls
{/* Footer / CTA */}
);
};
export default App;