/
home
/
whiteglobeco
/
public_html
/
Upload File
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Nexora Tech Services | Strategic Advisory, AI, Operations & ESG</title> <link rel="stylesheet" href="style.css"> </head> <body> <!-- Header --> <header> <img src="logo-nexoratech-tagline.png" alt="Nexora Tech Logo" class="logo"> <nav> <a href="index.html">Home</a> <a href="about.html">About</a> <a href="services.html" class="active">Services</a> <a href="contact.html">Contact</a> <a href="privacy.html">Privacy</a> </nav> </header> <!-- Hero --> <section class="hero" style="background: url('hero-services.png') no-repeat center center/cover;"> <div class="hero-content"> <h1>Empowering Transformation Through Technology</h1> <p>Explore Nexora Tech’s core service domains designed for modern enterprises.</p> </div> </section> <!-- Overview Cards --> <section class="services"> <h2>Our Core Services</h2> <p>Each service area is a pathway to measurable impact and digital leadership.</p> <div class="service-item"> <h3>1️⃣ Strategy & Leadership Advisory</h3> <p>Strategic guidance for CXOs and Boards to accelerate digital maturity.</p> <a href="strategy.html" class="btn">Learn More</a> </div> <div class="service-item"> <h3>2️⃣ Technology, Data & AI Innovation</h3> <p>AI, cloud, and data-driven transformation for future-ready enterprises.</p> <a href="technology.html" class="btn">Learn More</a> </div> <div class="service-item"> <h3>3️⃣ Operational Excellence & Risk</h3> <p>Strengthen compliance, efficiency, and resilience with advanced frameworks.</p> <a href="operations.html" class="btn">Learn More</a> </div> <div class="service-item"> <h3>4️⃣ Sustainability & Future Value</h3> <p>ESG-driven growth through responsible, ethical, and inclusive technology.</p> <a href="sustainability.html" class="btn">Learn More</a> </div> </section> <!-- Footer --> <footer> <img src="logo-nexoratech.png" alt="Nexora Tech Logo" class="footer-logo"> <p>© 2025 Nexora Tech | info@nexoratech.com</p> </footer> </body> </html>