query("SELECT * FROM services LIMIT 6"); $services = $stmt->fetchAll(); } } catch (PDOException $e) { // Fallback if DB not connected } // Fallback services if DB is empty or connection failed if (empty($services)) { $services = [ ['title' => 'Web Development', 'description' => 'Custom websites tailored to your business needs.', 'icon' => 'fas fa-code'], ['title' => 'App Development', 'description' => 'Native and hybrid mobile applications.', 'icon' => 'fas fa-mobile-alt'], ['title' => 'Digital Marketing', 'description' => 'Boost your online presence with SEO & SEM.', 'icon' => 'fas fa-bullhorn'], ['title' => 'GPS Tracking', 'description' => 'Real-time tracking solutions for fleets.', 'icon' => 'fas fa-map-marker-alt'], ['title' => 'Hospital Solutions', 'description' => 'Integrated management systems for healthcare.', 'icon' => 'fas fa-hospital'], ['title' => 'School ERP', 'description' => 'Complete management software for educational institutes.', 'icon' => 'fas fa-school'] ]; } // Fetch Testimonials $testimonials = []; try { if (isset($pdo)) { $stmt = $pdo->query("SELECT * FROM testimonials ORDER BY created_at DESC LIMIT 3"); $testimonials = $stmt->fetchAll(); } } catch (PDOException $e) { // Fallback } if (empty($testimonials)) { $testimonials = [ ['name' => 'John Doe', 'company' => 'Tech Corp', 'message' => 'TechWave delivered an outstanding product on time.', 'rating' => 5], ['name' => 'Jane Smith', 'company' => 'EduWorld', 'message' => 'Their team is highly professional and skilled.', 'rating' => 5] ]; } ?>

Building My Smart Digital Solutions
for Schools, Hospitals & Businesses

TechWave empowers your organization with cutting-edge Web, App, and Software Solutions.

Why Choose TechWave?

Expert Team

Highly skilled developers with years of industry experience.

Secure Solutions

Enterprise-grade security implementations for all projects.

Affordable Pricing

Competitive pricing models suitable for startups and enterprises.

24/7 Support

Dedicated support team available round the clock.

Our Services

We provide comprehensive IT solutions to help your business grow and succeed in the digital age.

$service): ?>

Industries We Serve

Schools

Universities

Hospitals

Pharmacies

NGOs

Government

Client Testimonials

""

<?php echo htmlspecialchars($testimonial['name']); ?>

Ready to Transform Your Business?

Let's build something amazing together. Get in touch for a free consultation.