query("SELECT COUNT(*) FROM users WHERE role = 'customer'")->fetchColumn();
$totalElectricians = $db->query("SELECT COUNT(*) FROM users WHERE role = 'electrician'")->fetchColumn();
$totalServices = $db->query("SELECT COUNT(*) FROM services WHERE status = 'active'")->fetchColumn();
// If counts are zero, use default values
if($totalCustomers == 0) $totalCustomers = 5000;
if($totalElectricians == 0) $totalElectricians = 50;
if($totalServices == 0) $totalServices = 25;
} catch(Exception $e) {
// Default values if database error
$totalCustomers = 5000;
$totalElectricians = 50;
$totalServices = 25;
}
$totalExperience = 10;
// Get team members from database (if you have team table)
try {
$teamMembers = $db->query("SELECT * FROM team WHERE status = 'active' ORDER BY id ASC")->fetchAll(PDO::FETCH_ASSOC);
// If no team members in DB, use default ones
if(empty($teamMembers)) {
throw new Exception('No team members found');
}
} catch(Exception $e) {
// Default team members
$teamMembers = [
[
'name' => 'Rajesh Kumar',
'position' => 'Founder & CEO',
'experience' => '15+ years',
'image' => 'https://randomuser.me/api/portraits/men/1.jpg',
'bio' => 'Expert in electrical engineering with 15+ years of experience'
],
[
'name' => 'Priya Singh',
'position' => 'Operations Head',
'experience' => '10+ years',
'image' => 'https://randomuser.me/api/portraits/women/2.jpg',
'bio' => 'Managing operations and customer satisfaction'
],
[
'name' => 'Amit Sharma',
'position' => 'Senior Electrician',
'experience' => '12+ years',
'image' => 'https://randomuser.me/api/portraits/men/3.jpg',
'bio' => 'Specialized in AC and refrigerator repairs'
],
[
'name' => 'Neha Gupta',
'position' => 'Customer Support',
'experience' => '8+ years',
'image' => 'https://randomuser.me/api/portraits/women/4.jpg',
'bio' => 'Ensuring 24/7 customer satisfaction'
]
];
}
?>
Your trusted partner for all electrical services since 2015 Zinky Electrician is a premier electrical service provider dedicated to delivering top-notch electrical solutions for residential and commercial clients. With a team of certified and experienced electricians, we ensure safety, reliability, and excellence in every project. Founded in 2015, we have grown to become one of the most trusted names in the electrical service industry, serving thousands of satisfied customers across Delhi NCR. Our commitment to quality and customer satisfaction sets us apart. To provide safe, reliable, and affordable electrical services to every home and business. We strive to exceed customer expectations through quality workmanship and exceptional service. To become India's most trusted electrical service provider, known for innovation, reliability, and customer-centric approach. We aim to expand our services across the nation. What makes us the preferred choice for electrical services We're available round the clock for all your electrical emergencies. Just give us a call and we'll be there. All our electricians are certified, trained, and experienced in handling all types of electrical issues. We offer transparent pricing with no hidden costs. Get quality service at the most affordable rates. We follow strict safety protocols to ensure the safety of your home and family during all services. We use the latest tools and equipment to diagnose and fix electrical problems efficiently. Our dedicated customer support team is always ready to assist you with any queries. The experts behind our success Get in touch with us for any electrical service needs. We're here to help 24/7.About Us
Who We Are
Our Mission
Our Vision
Why Choose Us
24/7 Availability
Certified Experts
Best Prices
Safety First
Modern Equipment
Customer Support
Meet Our Team
Need an Electrician?