/* IGI Drive + IGI Vitality Drive — product detail pages */ function IGIDrive({ navigate }) { const features = [ { i: I.MapPin, t: 'GPS tracking & live data', d: 'Monitor your vehicle\'s exact location in real time, 24/7.' }, { i: I.TrendingUp, t: 'Driving behaviour monitoring', d: 'Insights into driving habits to improve safety and efficiency.' }, { i: I.Building, t: 'Fleet efficiency & maintenance', d: 'Detailed performance reports and maintenance alerts for corporate fleets.' }, { i: I.Sparkles, t: 'Cold chain monitoring', d: 'Ensure temperature-sensitive goods are safely transported.' }, { i: I.ShieldCheck, t: 'Asset & stolen vehicle recovery', d: 'Track valuable assets; recovery assistance if a vehicle is stolen.' }, { i: I.FileText, t: 'Comprehensive dashboards', d: 'Access detailed reports via user-friendly dashboards.' }, ]; return ( <>
IGI Drive · PTA-licensed

Vehicle tracking and
fleet management — built in.

IGI Drive is a subsidiary of IGI General Insurance, licensed by the PTA to provide vehicle tracking and fleet management services across Pakistan. Bundle it with any comprehensive motor policy.

021-111-308-308
{features.map(f => (
{f.t}

{f.d}

))}
How it works

From sign-up to peace of mind.

{[ ['01', 'Choose IGI Vehicle Insurance', 'Ask for IGI Drive tracking to be included with your comprehensive plan.'], ['02', 'Complete enrolment', 'Our team guides you through enrolment and installs the GPS tracker.'], ['03', 'Start tracking', 'Monitor via the IGI Drive mobile app or Fleet Management portal.'], ['04', 'Enjoy peace of mind', 'Round-the-clock vehicle monitoring with industry-leading features.'], ].map(([n, t, d]) => (
{n}
{t}

{d}

))}
); } function IGIVitalityDrive({ navigate }) { return ( <>
IGI Vitality Drive · with Discovery Insure

Drive safely.
Get rewarded.

A telematics programme that scores your driving out of 100 and pays you back. Earn fuel cashback, ride-hailing discounts and maintenance perks — every month you drive well.

How it works

Your Driver Behaviour Score, monthly.

Three components capture how you drive: a Vitality Drive Sensor (VDS) on your windscreen, the Discovery Insure mobile app using GPS and accelerometer, and professionally-installed advanced telematics. Each month you receive a score out of 100 — the higher, the better.

{[ ['Vitality Drive Sensor (VDS)', 'Wireless windscreen device, paired via Bluetooth.'], ['Discovery Insure mobile app', 'GPS + accelerometer integration on your phone.'], ['Advanced telematics', 'Professionally-installed for richer tracking and analytics.'], ].map(([t, d]) => (
{t}
{d}
))}
Your DBS this month
87
out of 100 · "Excellent" tier
{[['Speed', 92], ['Braking', 84], ['Cornering', 88], ['Phone use', 95]].map(([l, v]) => (
{l}
{v}
))}
Rewards

Earn back, every month.

{[ { i: I.Zap, l: 'Up to 50%', s: 'fuel cashback monthly for safe drivers' }, { i: I.Car, l: '20% off', s: 'on vehicle maintenance & servicing' }, { i: I.MapPin, l: '25% off', s: 'on Uber rides every month' }, { i: I.Award, l: '20% off', s: 'on Tiger Wheel & Tyre purchases' }, ].map(r => (
{r.l}

{r.s}

))}
); } Object.assign(window, { IGIDrive, IGIVitalityDrive });